Class SulfurCubeArchetypeKeys
java.lang.Object
io.papermc.paper.registry.keys.SulfurCubeArchetypeKeys
Vanilla keys for
RegistryKey.SULFUR_CUBE_ARCHETYPE.- 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<SulfurCube.Archetype> minecraft:bouncystatic final TypedKey<SulfurCube.Archetype> minecraft:explosivestatic final TypedKey<SulfurCube.Archetype> minecraft:fast_flatstatic final TypedKey<SulfurCube.Archetype> minecraft:fast_slidingstatic final TypedKey<SulfurCube.Archetype> minecraft:high_resistancestatic final TypedKey<SulfurCube.Archetype> minecraft:hotstatic final TypedKey<SulfurCube.Archetype> minecraft:lightstatic final TypedKey<SulfurCube.Archetype> minecraft:regularstatic final TypedKey<SulfurCube.Archetype> minecraft:slow_bouncystatic final TypedKey<SulfurCube.Archetype> minecraft:slow_flatstatic final TypedKey<SulfurCube.Archetype> minecraft:slow_slidingstatic final TypedKey<SulfurCube.Archetype> minecraft:sticky -
Method Summary
Modifier and TypeMethodDescriptionstatic TypedKey<SulfurCube.Archetype> Creates a typed key forSulfurCube.Archetypein the registryminecraft:sulfur_cube_archetype.
-
Field Details
-
BOUNCY
minecraft:bouncy- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
EXPLOSIVE
minecraft:explosive- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FAST_FLAT
minecraft:fast_flat- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FAST_SLIDING
minecraft:fast_sliding- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HIGH_RESISTANCE
minecraft:high_resistance- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HOT
minecraft:hot- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
LIGHT
minecraft:light- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
REGULAR
minecraft:regular- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SLOW_BOUNCY
minecraft:slow_bouncy- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SLOW_FLAT
minecraft:slow_flat- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SLOW_SLIDING
minecraft:slow_sliding- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STICKY
minecraft:sticky- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a typed key forSulfurCube.Archetypein the registryminecraft:sulfur_cube_archetype.- Parameters:
key- the value's key in the registry- Returns:
- a new typed key
-