Class TextEntry
java.lang.Object
com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
- All Implemented Interfaces:
ScoreboardEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(net.minecraft.network.FriendlyByteBuf buffer) voidencode(net.minecraft.network.FriendlyByteBuf buffer) static TextEntryof(net.minecraft.network.chat.Component text) static TextEntryof(net.minecraft.network.chat.Component text, boolean unicode) voidrender(net.minecraft.client.gui.GuiGraphics matrix, double x, double y, float partialTicks)
-
Constructor Details
-
TextEntry
public TextEntry()
-
-
Method Details
-
of
-
of
-
encode
public void encode(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
encodein interfaceScoreboardEntry
-
decode
public void decode(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
decodein interfaceScoreboardEntry
-
render
public void render(net.minecraft.client.gui.GuiGraphics matrix, double x, double y, float partialTicks) - Specified by:
renderin interfaceScoreboardEntry
-