Added more javadoc

This commit is contained in:
Willem Cazander 2022-01-31 13:40:01 +01:00
parent c50444e04c
commit 1001234fbb
61 changed files with 96 additions and 50 deletions

View file

@ -14,8 +14,8 @@ import love.distributedrebirth.numberxd.base2t.facet.BasePart;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class BasePartRenderer extends ImGuiRendererMain {

View file

@ -8,8 +8,8 @@ import love.distributedrebirth.demo4d.ImGuiRendererMain;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class BasicConsoleRenderer extends ImGuiRendererMain {

View file

@ -10,8 +10,8 @@ import love.distributedrebirth.numberxd.Gê̄ldGetậl;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class HebrewWalletRenderer extends ImGuiRendererMain {

View file

@ -7,8 +7,8 @@ import love.distributedrebirth.demo4d.music.MusicSongType;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class ScreenCredits extends ScrollScreenAdapter {
private final String creditsText = String.join("\n",

View file

@ -9,8 +9,8 @@ import love.distributedrebirth.demo4d.Demo4DMain;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class ScreenDefault extends ScreenAdapter {
private final Demo4DMain main;

View file

@ -6,8 +6,8 @@ import love.distributedrebirth.demo4d.Demo4DMain;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class ScreenHelp extends ScrollScreenAdapter {
private final String creditsText = String.join("\n",

View file

@ -11,8 +11,8 @@ import love.distributedrebirth.demo4d.music.MusicSongType;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class ScreenIntro extends ScreenAdapter {
private final Demo4DMain main;

View file

@ -7,8 +7,8 @@ import love.distributedrebirth.demo4d.music.MusicSongType;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class ScreenIntroMission extends ScrollScreenAdapter {
private final String missionText = String.join("\n",

View file

@ -10,8 +10,8 @@ import love.distributedrebirth.demo4d.Demo4DMainAdapter;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
public class ScreenUnicode4D extends Demo4DMainAdapter {

View file

@ -11,8 +11,8 @@ import love.distributedrebirth.demo4d.Demo4DMainAdapter;
/**
*
* @author willemtsade ©Δ 仙上主天
*
* @author willemtsade ©Δ 仙上主天
*/
abstract public class ScrollScreenAdapter extends Demo4DMainAdapter {
private static final int LINE_HEIGHT = 16;