Class EditGameRulesScreen.BooleanRuleWidget
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<EditGameRulesScreen.AbstractRuleWidget>
net.minecraft.client.gui.widget.ElementListWidget.Entry<EditGameRulesScreen.AbstractRuleWidget>
net.minecraft.client.gui.screen.world.EditGameRulesScreen.AbstractRuleWidget
net.minecraft.client.gui.screen.world.EditGameRulesScreen.NamedRuleWidget
net.minecraft.client.gui.screen.world.EditGameRulesScreen.BooleanRuleWidget
- All Implemented Interfaces:
- Element,- Navigable,- ParentElement
- Enclosing class:
- EditGameRulesScreen
@Environment(CLIENT)
public class EditGameRulesScreen.BooleanRuleWidget
extends EditGameRulesScreen.NamedRuleWidget
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/world/EditGameRulesScreen$BooleanRuleWidget- intermediary - net/minecraft/class_5235$class_5236- official - get$a
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.screen.world.EditGameRulesScreen.NamedRuleWidgetchildrenFields inherited from class net.minecraft.client.gui.screen.world.EditGameRulesScreen.AbstractRuleWidgetdescriptionFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionBooleanRuleWidget(Text name, List<OrderedText> description, String ruleName, GameRules.BooleanRule rule) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrender(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickProgress) Renders an entry in a list.Methods inherited from class net.minecraft.client.gui.screen.world.EditGameRulesScreen.NamedRuleWidgetchildren, drawName, selectableChildrenMethods inherited from class net.minecraft.client.gui.widget.ElementListWidget.EntrygetFocused, getNavigationPath, getNavigationPath, isDragging, mouseClicked, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.EntrydrawBorder, isFocused, isMouseOver, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementgetBorder, getNavigationFocus, isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, getFocusedPath, hoveredElement, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
toggleButton- Mappings:
- Namespace - Name - Mixin selector - named - toggleButton- Lnet/minecraft/client/gui/screen/world/EditGameRulesScreen$BooleanRuleWidget;toggleButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;- intermediary - field_24300- Lnet/minecraft/class_5235$class_5236;field_24300:Lnet/minecraft/class_5676;- official - c- Lget$a;c:Lfuf;
 
 
- 
- 
Constructor Details- 
BooleanRuleWidgetpublic BooleanRuleWidget(Text name, List<OrderedText> description, String ruleName, GameRules.BooleanRule rule) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/world/EditGameRulesScreen$BooleanRuleWidget;<init>(Lnet/minecraft/client/gui/screen/world/EditGameRulesScreen;Lnet/minecraft/text/Text;Ljava/util/List;Ljava/lang/String;Lnet/minecraft/world/GameRules$BooleanRule;)V- intermediary - <init>- Lnet/minecraft/class_5235$class_5236;<init>(Lnet/minecraft/class_5235;Lnet/minecraft/class_2561;Ljava/util/List;Ljava/lang/String;Lnet/minecraft/class_1928$class_4310;)V- official - <init>- Lget$a;<init>(Lget;Lxg;Ljava/util/List;Ljava/lang/String;Ldkf$a;)V
 
 
- 
- 
Method Details- 
renderpublic void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickProgress) Renders an entry in a list.- Specified by:
- renderin class- EntryListWidget.Entry<EditGameRulesScreen.AbstractRuleWidget>
- Parameters:
- index- the index of the entry
- y- the Y coordinate of the entry
- x- the X coordinate of the entry
- entryWidth- the width of the entry
- entryHeight- the height of the entry
- mouseX- the X coordinate of the mouse
- mouseY- the Y coordinate of the mouse
- hovered- whether the mouse is hovering over the entry
- Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)V- intermediary - method_25343- Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)V- official - a- Lfts$a;a(Lftk;IIIIIIIZF)V
 
 
-