Package net.minecraft.world
Enum Class GameRules.Category
- All Implemented Interfaces:
Serializable
,Comparable<GameRules.Category>
,Constable
- Enclosing class:
GameRules
- Mappings:
Namespace Name named net/minecraft/world/GameRules$Category
intermediary net/minecraft/class_1928$class_5198
official dbw$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GameRules.Category
Returns the enum constant of this class with the specified name.static GameRules.Category[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PLAYER
- Mappings:
Namespace Name Mixin selector named PLAYER
Lnet/minecraft/world/GameRules$Category;PLAYER:Lnet/minecraft/world/GameRules$Category;
intermediary field_24094
Lnet/minecraft/class_1928$class_5198;field_24094:Lnet/minecraft/class_1928$class_5198;
official a
Ldbw$b;a:Ldbw$b;
-
MOBS
- Mappings:
Namespace Name Mixin selector named MOBS
Lnet/minecraft/world/GameRules$Category;MOBS:Lnet/minecraft/world/GameRules$Category;
intermediary field_24095
Lnet/minecraft/class_1928$class_5198;field_24095:Lnet/minecraft/class_1928$class_5198;
official b
Ldbw$b;b:Ldbw$b;
-
SPAWNING
- Mappings:
Namespace Name Mixin selector named SPAWNING
Lnet/minecraft/world/GameRules$Category;SPAWNING:Lnet/minecraft/world/GameRules$Category;
intermediary field_24096
Lnet/minecraft/class_1928$class_5198;field_24096:Lnet/minecraft/class_1928$class_5198;
official c
Ldbw$b;c:Ldbw$b;
-
DROPS
- Mappings:
Namespace Name Mixin selector named DROPS
Lnet/minecraft/world/GameRules$Category;DROPS:Lnet/minecraft/world/GameRules$Category;
intermediary field_24097
Lnet/minecraft/class_1928$class_5198;field_24097:Lnet/minecraft/class_1928$class_5198;
official d
Ldbw$b;d:Ldbw$b;
-
UPDATES
- Mappings:
Namespace Name Mixin selector named UPDATES
Lnet/minecraft/world/GameRules$Category;UPDATES:Lnet/minecraft/world/GameRules$Category;
intermediary field_24098
Lnet/minecraft/class_1928$class_5198;field_24098:Lnet/minecraft/class_1928$class_5198;
official e
Ldbw$b;e:Ldbw$b;
-
CHAT
- Mappings:
Namespace Name Mixin selector named CHAT
Lnet/minecraft/world/GameRules$Category;CHAT:Lnet/minecraft/world/GameRules$Category;
intermediary field_24099
Lnet/minecraft/class_1928$class_5198;field_24099:Lnet/minecraft/class_1928$class_5198;
official f
Ldbw$b;f:Ldbw$b;
-
MISC
- Mappings:
Namespace Name Mixin selector named MISC
Lnet/minecraft/world/GameRules$Category;MISC:Lnet/minecraft/world/GameRules$Category;
intermediary field_24100
Lnet/minecraft/class_1928$class_5198;field_24100:Lnet/minecraft/class_1928$class_5198;
official g
Ldbw$b;g:Ldbw$b;
-
-
Field Details
-
category
- Mappings:
Namespace Name Mixin selector named category
Lnet/minecraft/world/GameRules$Category;category:Ljava/lang/String;
intermediary field_24101
Lnet/minecraft/class_1928$class_5198;field_24101:Ljava/lang/String;
official h
Ldbw$b;h:Ljava/lang/String;
-
-
Constructor Details
-
Category
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/GameRules$Category;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1928$class_5198;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Ldbw$b;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getCategory
- Mappings:
Namespace Name Mixin selector named getCategory
Lnet/minecraft/world/GameRules$Category;getCategory()Ljava/lang/String;
intermediary method_27328
Lnet/minecraft/class_1928$class_5198;method_27328()Ljava/lang/String;
official a
Ldbw$b;a()Ljava/lang/String;
-