Uses of Enum Class
net.minecraft.class_12094
Packages that use class_12094
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12094 in net.minecraft
Fields in net.minecraft declared as class_12094Modifier and TypeFieldDescriptionprivate final class_12094class_12087.class_12089.levelThe field for thelevelrecord component.Fields in net.minecraft with type parameters of type class_12094Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_12094> class_12094.CODECstatic final com.mojang.serialization.Codec<class_12094> class_12094.field_63202private static final IntFunction<class_12094> class_12094.field_63203Methods in net.minecraft that return class_12094Modifier and TypeMethodDescriptionclass_12087.class_12089.level()Returns the value of thelevelrecord component.class_12086.method_75009()static class_12094class_12094.method_75027(int int2) static class_12094Returns the enum constant of this class with the specified name.static class_12094[]class_12094.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft with parameters of type class_12094Modifier and TypeMethodDescriptionstatic class_12086class_12086.method_75010(class_12094 class_12094) private static class_12086class_12086.method_75011(class_12094 class_12094) booleanclass_12094.method_75028(class_12094 class_12094) Constructors in net.minecraft with parameters of type class_12094 -
Uses of class_12094 in net.minecraft.server.dedicated.management.dispatch
Fields in net.minecraft.server.dedicated.management.dispatch with type parameters of type class_12094Modifier and TypeFieldDescriptionprivate final Optional<class_12094> OperatorsRpcDispatcher.ConfigEntry.permissionLevelThe field for thepermissionLevelrecord component.private final Optional<class_12094> OperatorsRpcDispatcher.RpcEntry.permissionLevelThe field for thepermissionLevelrecord component.Methods in net.minecraft.server.dedicated.management.dispatch that return class_12094Modifier and TypeMethodDescriptionstatic class_12094PropertiesRpcDispatcher.getOperatorUserPermissionLevel(ManagementHandlerDispatcher dispatcher) static class_12094PropertiesRpcDispatcher.setOperatorUserPermissionLevel(ManagementHandlerDispatcher dispatcher, class_12094 class_12094, ManagementConnectionId remote) Methods in net.minecraft.server.dedicated.management.dispatch that return types with arguments of type class_12094Modifier and TypeMethodDescriptionOperatorsRpcDispatcher.ConfigEntry.permissionLevel()Returns the value of thepermissionLevelrecord component.OperatorsRpcDispatcher.RpcEntry.permissionLevel()Returns the value of thepermissionLevelrecord component.Methods in net.minecraft.server.dedicated.management.dispatch with parameters of type class_12094Modifier and TypeMethodDescriptionstatic class_12094PropertiesRpcDispatcher.setOperatorUserPermissionLevel(ManagementHandlerDispatcher dispatcher, class_12094 class_12094, ManagementConnectionId remote) Constructor parameters in net.minecraft.server.dedicated.management.dispatch with type arguments of type class_12094ModifierConstructorDescription(package private)ConfigEntry(PlayerConfigEntry playerConfigEntry, Optional<class_12094> optional, Optional<Boolean> optional2) -
Uses of class_12094 in net.minecraft.server.dedicated.management.handler
Method parameters in net.minecraft.server.dedicated.management.handler with type arguments of type class_12094Modifier and TypeMethodDescriptionvoidOperatorManagementHandler.addToOperators(PlayerConfigEntry player, Optional<class_12094> permissionLevel, Optional<Boolean> canBypassPlayerLimit, ManagementConnectionId remote) voidOperatorManagementHandlerImpl.addToOperators(PlayerConfigEntry player, Optional<class_12094> permissionLevel, Optional<Boolean> canBypassPlayerLimit, ManagementConnectionId remote)