Package io.papermc.paper.registry.keys
Class ZombieNautilusVariantKeys
java.lang.Object
io.papermc.paper.registry.keys.ZombieNautilusVariantKeys
Vanilla keys for
RegistryKey.ZOMBIE_NAUTILUS_VARIANT.- API Note:
- The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<ZombieNautilus.Variant> minecraft:temperatestatic final TypedKey<ZombieNautilus.Variant> minecraft:warm -
Method Summary
Modifier and TypeMethodDescriptionstatic TypedKey<ZombieNautilus.Variant> Creates a typed key forZombieNautilus.Variantin the registryminecraft:zombie_nautilus_variant.
-
Field Details
-
TEMPERATE
minecraft:temperate- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
WARM
minecraft:warm- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a typed key forZombieNautilus.Variantin the registryminecraft:zombie_nautilus_variant.- Parameters:
key- the value's key in the registry- Returns:
- a new typed key
-