Uses of Enum Class
net.minecraft.class_12195.class_12196
Packages that use class_12195.class_12196
-
Uses of class_12195.class_12196 in net.minecraft
Fields in net.minecraft declared as class_12195.class_12196Modifier and TypeFieldDescriptionprivate final class_12195.class_12196class_12195.canSetSpawnThe field for thecanSetSpawnrecord component.private final class_12195.class_12196class_12195.canSleepThe field for thecanSleeprecord component.Fields in net.minecraft with type parameters of type class_12195.class_12196Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_12195.class_12196> class_12195.class_12196.CODECMethods in net.minecraft that return class_12195.class_12196Modifier and TypeMethodDescriptionclass_12195.canSetSpawn()Returns the value of thecanSetSpawnrecord component.class_12195.canSleep()Returns the value of thecanSleeprecord component.static class_12195.class_12196Returns the enum constant of this class with the specified name.static class_12195.class_12196[]class_12195.class_12196.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft with parameters of type class_12195.class_12196ModifierConstructorDescriptionclass_12195(class_12195.class_12196 canSleep, class_12195.class_12196 canSetSpawn, boolean explodes, Optional<Text> errorMessage) Creates an instance of aclass_12195record class.