Package net.minecraft.world
Enum Class GameRules.Category
- All Implemented Interfaces:
Serializable
,Comparable<GameRules.Category>
,Constable
- Enclosing class:
GameRules
- Mappings:
Namespace Name official cme$b
intermediary net/minecraft/class_1928$class_5198
named net/minecraft/world/GameRules$Category
-
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 official a
Lcme$b;a:Lcme$b;
intermediary field_24094
Lnet/minecraft/class_1928$class_5198;field_24094:Lnet/minecraft/class_1928$class_5198;
named PLAYER
Lnet/minecraft/world/GameRules$Category;PLAYER:Lnet/minecraft/world/GameRules$Category;
-
MOBS
- Mappings:
Namespace Name Mixin selector official b
Lcme$b;b:Lcme$b;
intermediary field_24095
Lnet/minecraft/class_1928$class_5198;field_24095:Lnet/minecraft/class_1928$class_5198;
named MOBS
Lnet/minecraft/world/GameRules$Category;MOBS:Lnet/minecraft/world/GameRules$Category;
-
SPAWNING
- Mappings:
Namespace Name Mixin selector official c
Lcme$b;c:Lcme$b;
intermediary field_24096
Lnet/minecraft/class_1928$class_5198;field_24096:Lnet/minecraft/class_1928$class_5198;
named SPAWNING
Lnet/minecraft/world/GameRules$Category;SPAWNING:Lnet/minecraft/world/GameRules$Category;
-
DROPS
- Mappings:
Namespace Name Mixin selector official d
Lcme$b;d:Lcme$b;
intermediary field_24097
Lnet/minecraft/class_1928$class_5198;field_24097:Lnet/minecraft/class_1928$class_5198;
named DROPS
Lnet/minecraft/world/GameRules$Category;DROPS:Lnet/minecraft/world/GameRules$Category;
-
UPDATES
- Mappings:
Namespace Name Mixin selector official e
Lcme$b;e:Lcme$b;
intermediary field_24098
Lnet/minecraft/class_1928$class_5198;field_24098:Lnet/minecraft/class_1928$class_5198;
named UPDATES
Lnet/minecraft/world/GameRules$Category;UPDATES:Lnet/minecraft/world/GameRules$Category;
-
CHAT
- Mappings:
Namespace Name Mixin selector official f
Lcme$b;f:Lcme$b;
intermediary field_24099
Lnet/minecraft/class_1928$class_5198;field_24099:Lnet/minecraft/class_1928$class_5198;
named CHAT
Lnet/minecraft/world/GameRules$Category;CHAT:Lnet/minecraft/world/GameRules$Category;
-
MISC
- Mappings:
Namespace Name Mixin selector official g
Lcme$b;g:Lcme$b;
intermediary field_24100
Lnet/minecraft/class_1928$class_5198;field_24100:Lnet/minecraft/class_1928$class_5198;
named MISC
Lnet/minecraft/world/GameRules$Category;MISC:Lnet/minecraft/world/GameRules$Category;
-
-
Field Details
-
category
- Mappings:
Namespace Name Mixin selector official h
Lcme$b;h:Ljava/lang/String;
intermediary field_24101
Lnet/minecraft/class_1928$class_5198;field_24101:Ljava/lang/String;
named category
Lnet/minecraft/world/GameRules$Category;category:Ljava/lang/String;
-
-
Constructor Details
-
Category
- Mappings:
Namespace Name Mixin selector official <init>
Lcme$b;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1928$class_5198;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/world/GameRules$Category;<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 official a
Lcme$b;a()Ljava/lang/String;
intermediary method_27328
Lnet/minecraft/class_1928$class_5198;method_27328()Ljava/lang/String;
named getCategory
Lnet/minecraft/world/GameRules$Category;getCategory()Ljava/lang/String;
-