Package net.minecraft.realms
Class RealmsEditBox
java.lang.Object
net.minecraft.realms.RealmsEditBox
@Environment(CLIENT) public class RealmsEditBox extends Object
- Mappings:
Namespace Name official net/minecraft/realms/RealmsEditBoxintermediary net/minecraft/realms/RealmsEditBoxnamed net/minecraft/realms/RealmsEditBox
-
Field Summary
Fields Modifier and Type Field Description private TextFieldWidgeteditBox -
Constructor Summary
Constructors Constructor Description RealmsEditBox(int int2, int int3, int int4, int int5, int int6) -
Method Summary
Modifier and Type Method Description StringgetValue()booleanisFocused()voidkeyPressed(char char2, int int2)voidmouseClicked(int int2, int int3, int int4)voidrender()voidsetFocus(boolean bool)voidsetIsEditable(boolean bool)voidsetMaxLength(int int2)voidsetValue(String string)voidtick()
-
Field Details
-
editBox
- Mappings:
Namespace Name Mixin selector official editBoxLnet/minecraft/realms/RealmsEditBox;editBox:Lavw;intermediary editBoxLnet/minecraft/realms/RealmsEditBox;editBox:Lnet/minecraft/class_689;named editBoxLnet/minecraft/realms/RealmsEditBox;editBox:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
-
Constructor Details
-
RealmsEditBox
public RealmsEditBox(int int2, int int3, int int4, int int5, int int6)
-
-
Method Details
-
getValue
- Mappings:
Namespace Name Mixin selector official getValueLnet/minecraft/realms/RealmsEditBox;getValue()Ljava/lang/String;intermediary getValueLnet/minecraft/realms/RealmsEditBox;getValue()Ljava/lang/String;named getValueLnet/minecraft/realms/RealmsEditBox;getValue()Ljava/lang/String;
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official tickLnet/minecraft/realms/RealmsEditBox;tick()Vintermediary tickLnet/minecraft/realms/RealmsEditBox;tick()Vnamed tickLnet/minecraft/realms/RealmsEditBox;tick()V
-
setFocus
public void setFocus(boolean bool)- Mappings:
Namespace Name Mixin selector official setFocusLnet/minecraft/realms/RealmsEditBox;setFocus(Z)Vintermediary setFocusLnet/minecraft/realms/RealmsEditBox;setFocus(Z)Vnamed setFocusLnet/minecraft/realms/RealmsEditBox;setFocus(Z)V
-
setValue
- Mappings:
Namespace Name Mixin selector official setValueLnet/minecraft/realms/RealmsEditBox;setValue(Ljava/lang/String;)Vintermediary setValueLnet/minecraft/realms/RealmsEditBox;setValue(Ljava/lang/String;)Vnamed setValueLnet/minecraft/realms/RealmsEditBox;setValue(Ljava/lang/String;)V
-
keyPressed
public void keyPressed(char char2, int int2)- Mappings:
Namespace Name Mixin selector official keyPressedLnet/minecraft/realms/RealmsEditBox;keyPressed(CI)Vintermediary keyPressedLnet/minecraft/realms/RealmsEditBox;keyPressed(CI)Vnamed keyPressedLnet/minecraft/realms/RealmsEditBox;keyPressed(CI)V
-
isFocused
public boolean isFocused()- Mappings:
Namespace Name Mixin selector official isFocusedLnet/minecraft/realms/RealmsEditBox;isFocused()Zintermediary isFocusedLnet/minecraft/realms/RealmsEditBox;isFocused()Znamed isFocusedLnet/minecraft/realms/RealmsEditBox;isFocused()Z
-
mouseClicked
public void mouseClicked(int int2, int int3, int int4)- Mappings:
Namespace Name Mixin selector official mouseClickedLnet/minecraft/realms/RealmsEditBox;mouseClicked(III)Vintermediary mouseClickedLnet/minecraft/realms/RealmsEditBox;mouseClicked(III)Vnamed mouseClickedLnet/minecraft/realms/RealmsEditBox;mouseClicked(III)V
-
render
public void render()- Mappings:
Namespace Name Mixin selector official renderLnet/minecraft/realms/RealmsEditBox;render()Vintermediary renderLnet/minecraft/realms/RealmsEditBox;render()Vnamed renderLnet/minecraft/realms/RealmsEditBox;render()V
-
setMaxLength
public void setMaxLength(int int2)- Mappings:
Namespace Name Mixin selector official setMaxLengthLnet/minecraft/realms/RealmsEditBox;setMaxLength(I)Vintermediary setMaxLengthLnet/minecraft/realms/RealmsEditBox;setMaxLength(I)Vnamed setMaxLengthLnet/minecraft/realms/RealmsEditBox;setMaxLength(I)V
-
setIsEditable
public void setIsEditable(boolean bool)- Mappings:
Namespace Name Mixin selector official setIsEditableLnet/minecraft/realms/RealmsEditBox;setIsEditable(Z)Vintermediary setIsEditableLnet/minecraft/realms/RealmsEditBox;setIsEditable(Z)Vnamed setIsEditableLnet/minecraft/realms/RealmsEditBox;setIsEditable(Z)V
-