Uses of Enum Class
net.minecraft.class_11520
Packages that use class_11520
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11520 in net.minecraft
Fields in net.minecraft with type parameters of type class_11520Modifier and TypeFieldDescriptionstatic final IntFunction<class_11520> class_11520.field_60965static final StringIdentifiable.EnumCodec<class_11520> class_11520.field_60966static final PacketCodec<ByteBuf, class_11520> class_11520.field_60967Methods in net.minecraft that return class_11520Modifier and TypeMethodDescriptionstatic class_11520Returns the enum constant of this class with the specified name.static class_11520[]class_11520.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_11520 in net.minecraft.client.gui.screen.dialog
Methods in net.minecraft.client.gui.screen.dialog with parameters of type class_11520Modifier and TypeMethodDescriptionvoidDialogScreen.method_72142(Optional<ClickEvent> optional, class_11520 class_11520) -
Uses of class_11520 in net.minecraft.dialog
Fields in net.minecraft.dialog declared as class_11520Modifier and TypeFieldDescriptionprivate final class_11520DialogCommonData.afterActionThe field for theafterActionrecord component.Methods in net.minecraft.dialog that return class_11520Modifier and TypeMethodDescriptionDialogCommonData.afterAction()Returns the value of theafterActionrecord component.Constructors in net.minecraft.dialog with parameters of type class_11520ModifierConstructorDescriptionDialogCommonData(Text text, Optional<Text> optional, boolean bool, boolean bool2, class_11520 class_11520, List<DialogBody> list, List<DialogInput> list2)