net.minecraft.entity.passive

public interface CatVariants

net.minecraft.world.entity.animal.feline.CatVariants
net.minecraft.class_10686
net.minecraft.entity.passive.CatVariants

Field summary

Modifier and TypeField
RegistryKey<CatVariant>
TABBY
field_56259
TABBY
RegistryKey<CatVariant>
BLACK
field_56260
BLACK
RegistryKey<CatVariant>
RED
field_56261
RED
RegistryKey<CatVariant>
SIAMESE
field_56262
SIAMESE
RegistryKey<CatVariant>
BRITISH_SHORTHAIR
field_56263
BRITISH_SHORTHAIR
RegistryKey<CatVariant>
CALICO
field_56264
CALICO
RegistryKey<CatVariant>
PERSIAN
field_56265
PERSIAN
RegistryKey<CatVariant>
RAGDOLL
field_56266
RAGDOLL
RegistryKey<CatVariant>
WHITE
field_56267
WHITE
RegistryKey<CatVariant>
JELLIE
field_56268
JELLIE
RegistryKey<CatVariant>
ALL_BLACK
field_56269
ALL_BLACK

Method summary

Modifier and TypeMethod
private static RegistryKey<CatVariant>
createKey(String name)
method_67130(String arg0)
of(String id)
static void
bootstrap(BootstrapContext<CatVariant> context)
method_67131(class_7891<class_7375> arg0)
bootstrap(Registerable<CatVariant> registry)
private static void
registerForAnyConditions(BootstrapContext<CatVariant> context, ResourceKey<CatVariant> name, String adultTexture, String babyTexture)
method_67132(class_7891<class_7375> arg0, class_5321<class_7375> arg1, String arg2, String arg3)
register(Registerable<CatVariant> registry, RegistryKey<CatVariant> key, String arg2, String arg3)
private static void
register(BootstrapContext<CatVariant> context, ResourceKey<CatVariant> name, String adultTexture, String babyTexture, SpawnPrioritySelectors spawnConditions)
method_67133(class_7891<class_7375> arg0, class_5321<class_7375> arg1, String arg2, String arg3, class_10702 arg4)
register(Registerable<CatVariant> registry, RegistryKey<CatVariant> key, String arg2, String arg3, SpawnConditionSelectors arg4)