Uses of Enum Class
net.minecraft.class_12319.class_12320
Packages that use class_12319.class_12320
-
Uses of class_12319.class_12320 in net.minecraft
Fields in net.minecraft with type parameters of type class_12319.class_12320Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_12319.class_12320> class_12319.class_12320.CODECprivate final Map<class_12319.class_12320, NautilusEntityModel> class_12336.field_64457private final ModelAndTexture<class_12319.class_12320> class_12319.modelAndTextureThe field for themodelAndTexturerecord component.Methods in net.minecraft that return class_12319.class_12320Modifier and TypeMethodDescriptionstatic class_12319.class_12320Returns the enum constant of this class with the specified name.static class_12319.class_12320[]class_12319.class_12320.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft that return types with arguments of type class_12319.class_12320Modifier and TypeMethodDescriptionprivate static Map<class_12319.class_12320, NautilusEntityModel> class_12336.method_76550(EntityRendererFactory.Context context) class_12319.modelAndTexture()Returns the value of themodelAndTexturerecord component.Methods in net.minecraft with parameters of type class_12319.class_12320Modifier and TypeMethodDescriptionprivate static voidclass_12321.method_76450(Registerable<class_12319> registerable, RegistryKey<class_12319> registryKey, class_12319.class_12320 class_12320, String string, TagKey<Biome> tagKey) private static voidclass_12321.method_76451(Registerable<class_12319> registerable, RegistryKey<class_12319> registryKey, class_12319.class_12320 class_12320, String string, SpawnConditionSelectors spawnConditionSelectors) Constructor parameters in net.minecraft with type arguments of type class_12319.class_12320ModifierConstructorDescriptionprivateclass_12319(ModelAndTexture<class_12319.class_12320> modelAndTexture) class_12319(ModelAndTexture<class_12319.class_12320> modelAndTexture, SpawnConditionSelectors spawnConditions) Creates an instance of aclass_12319record class.