Class RealmsSelectWorldTemplateScreen.WorldTemplateSelectionEntry
- java.lang.Object
-
- net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
-
- net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<RealmsSelectWorldTemplateScreen.WorldTemplateSelectionEntry>
-
- com.mojang.realmsclient.gui.screens.RealmsSelectWorldTemplateScreen.WorldTemplateSelectionEntry
-
- All Implemented Interfaces:
IGuiEventListener
- Enclosing class:
- RealmsSelectWorldTemplateScreen
class RealmsSelectWorldTemplateScreen.WorldTemplateSelectionEntry extends ExtendedList.AbstractListEntry<RealmsSelectWorldTemplateScreen.WorldTemplateSelectionEntry>
-
-
Field Summary
Fields Modifier and Type Field Description private WorldTemplate
template
-
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
-
Constructor Summary
Constructors Constructor Description WorldTemplateSelectionEntry(WorldTemplate p_i51724_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
drawIcons(MatrixStack p_238028_1_, int p_238028_2_, int p_238028_3_, int p_238028_4_, int p_238028_5_, java.lang.String p_238028_6_, java.lang.String p_238028_7_, java.lang.String p_238028_8_)
private void
drawImage(MatrixStack p_238027_1_, int p_238027_2_, int p_238027_3_, int p_238027_4_, int p_238027_5_, WorldTemplate p_238027_6_)
void
render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_)
private void
renderWorldTemplateItem(MatrixStack p_238029_1_, WorldTemplate p_238029_2_, int p_238029_3_, int p_238029_4_, int p_238029_5_, int p_238029_6_)
-
Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry
changeFocus
-
Methods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
isMouseOver
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
-
-
-
Field Detail
-
template
private final WorldTemplate template
-
-
Constructor Detail
-
WorldTemplateSelectionEntry
public WorldTemplateSelectionEntry(WorldTemplate p_i51724_2_)
-
-
Method Detail
-
render
public void render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_)
- Specified by:
render
in classAbstractList.AbstractListEntry<RealmsSelectWorldTemplateScreen.WorldTemplateSelectionEntry>
-
renderWorldTemplateItem
private void renderWorldTemplateItem(MatrixStack p_238029_1_, WorldTemplate p_238029_2_, int p_238029_3_, int p_238029_4_, int p_238029_5_, int p_238029_6_)
-
drawImage
private void drawImage(MatrixStack p_238027_1_, int p_238027_2_, int p_238027_3_, int p_238027_4_, int p_238027_5_, WorldTemplate p_238027_6_)
-
drawIcons
private void drawIcons(MatrixStack p_238028_1_, int p_238028_2_, int p_238028_3_, int p_238028_4_, int p_238028_5_, java.lang.String p_238028_6_, java.lang.String p_238028_7_, java.lang.String p_238028_8_)
-
-