Package net.minecraft.realms
Class RealmsEditBox
java.lang.Object
net.minecraft.realms.RealmsGuiEventListener
net.minecraft.realms.RealmsEditBox
- Mappings:
Namespace Name official net/minecraft/realms/RealmsEditBoxintermediary net/minecraft/realms/RealmsEditBoxnamed net/minecraft/realms/RealmsEditBox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancharTyped(char char2, int int2) getProxy()getValue()booleanbooleankeyPressed(int int2, int int3, int int4) booleanmouseClicked(double double2, double double3, int int2) booleanmouseDragged(double double2, double double3, int int2, double double4, double double5) booleanmouseReleased(double double2, double double3, int int2) booleanmouseScrolled(double double2) voidrender(int int2, int int3, float float2) voidsetIsEditable(boolean bool) voidsetMaxLength(int int2) voidvoidtick()Methods inherited from class net.minecraft.realms.RealmsGuiEventListener
keyReleased
-
Field Details
-
editBox
- Mappings:
Namespace Name Mixin selector official editBoxLnet/minecraft/realms/RealmsEditBox;editBox:Lcgy;intermediary editBoxLnet/minecraft/realms/RealmsEditBox;editBox:Lnet/minecraft/class_367;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
-
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
-
charTyped
public boolean charTyped(char char2, int int2) - Overrides:
charTypedin classRealmsGuiEventListener- Mappings:
Namespace Name Mixin selector official charTypedLnet/minecraft/realms/RealmsGuiEventListener;charTyped(CI)Zintermediary charTypedLnet/minecraft/realms/RealmsGuiEventListener;charTyped(CI)Znamed charTypedLnet/minecraft/realms/RealmsGuiEventListener;charTyped(CI)Z
-
getProxy
- Specified by:
getProxyin classRealmsGuiEventListener- Mappings:
Namespace Name Mixin selector official getProxyLnet/minecraft/realms/RealmsGuiEventListener;getProxy()Lchr;intermediary getProxyLnet/minecraft/realms/RealmsGuiEventListener;getProxy()Lnet/minecraft/class_4122;named getProxyLnet/minecraft/realms/RealmsGuiEventListener;getProxy()Lnet/minecraft/class_4122;
-
keyPressed
public boolean keyPressed(int int2, int int3, int int4) - Overrides:
keyPressedin classRealmsGuiEventListener- Mappings:
Namespace Name Mixin selector official keyPressedLnet/minecraft/realms/RealmsGuiEventListener;keyPressed(III)Zintermediary keyPressedLnet/minecraft/realms/RealmsGuiEventListener;keyPressed(III)Znamed keyPressedLnet/minecraft/realms/RealmsGuiEventListener;keyPressed(III)Z
-
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 boolean mouseClicked(double double2, double double3, int int2) - Overrides:
mouseClickedin classRealmsGuiEventListener- Mappings:
Namespace Name Mixin selector official mouseClickedLnet/minecraft/realms/RealmsGuiEventListener;mouseClicked(DDI)Zintermediary mouseClickedLnet/minecraft/realms/RealmsGuiEventListener;mouseClicked(DDI)Znamed mouseClickedLnet/minecraft/realms/RealmsGuiEventListener;mouseClicked(DDI)Z
-
mouseReleased
public boolean mouseReleased(double double2, double double3, int int2) - Overrides:
mouseReleasedin classRealmsGuiEventListener- Mappings:
Namespace Name Mixin selector official mouseReleasedLnet/minecraft/realms/RealmsGuiEventListener;mouseReleased(DDI)Zintermediary mouseReleasedLnet/minecraft/realms/RealmsGuiEventListener;mouseReleased(DDI)Znamed mouseReleasedLnet/minecraft/realms/RealmsGuiEventListener;mouseReleased(DDI)Z
-
mouseDragged
public boolean mouseDragged(double double2, double double3, int int2, double double4, double double5) - Overrides:
mouseDraggedin classRealmsGuiEventListener- Mappings:
Namespace Name Mixin selector official mouseDraggedLnet/minecraft/realms/RealmsGuiEventListener;mouseDragged(DDIDD)Zintermediary mouseDraggedLnet/minecraft/realms/RealmsGuiEventListener;mouseDragged(DDIDD)Znamed mouseDraggedLnet/minecraft/realms/RealmsGuiEventListener;mouseDragged(DDIDD)Z
-
mouseScrolled
public boolean mouseScrolled(double double2) - Overrides:
mouseScrolledin classRealmsGuiEventListener- Mappings:
Namespace Name Mixin selector official mouseScrolledLnet/minecraft/realms/RealmsGuiEventListener;mouseScrolled(D)Zintermediary mouseScrolledLnet/minecraft/realms/RealmsGuiEventListener;mouseScrolled(D)Znamed mouseScrolledLnet/minecraft/realms/RealmsGuiEventListener;mouseScrolled(D)Z
-
render
public void render(int int2, int int3, float float2) - Mappings:
Namespace Name Mixin selector official renderLnet/minecraft/realms/RealmsEditBox;render(IIF)Vintermediary renderLnet/minecraft/realms/RealmsEditBox;render(IIF)Vnamed renderLnet/minecraft/realms/RealmsEditBox;render(IIF)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
-