Class SulfurCubeArchetypeKeys

java.lang.Object
io.papermc.paper.registry.keys.SulfurCubeArchetypeKeys

@NullMarked @GeneratedClass public final class SulfurCubeArchetypeKeys extends Object
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 Details

    • BOUNCY

      public static final TypedKey<SulfurCube.Archetype> BOUNCY
      minecraft:bouncy
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • EXPLOSIVE

      public static final TypedKey<SulfurCube.Archetype> EXPLOSIVE
      minecraft:explosive
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • FAST_FLAT

      public static final TypedKey<SulfurCube.Archetype> FAST_FLAT
      minecraft:fast_flat
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • FAST_SLIDING

      public static final TypedKey<SulfurCube.Archetype> FAST_SLIDING
      minecraft:fast_sliding
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • HIGH_RESISTANCE

      public static final TypedKey<SulfurCube.Archetype> HIGH_RESISTANCE
      minecraft:high_resistance
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • HOT

      public static final TypedKey<SulfurCube.Archetype> HOT
      minecraft:hot
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • LIGHT

      public static final TypedKey<SulfurCube.Archetype> LIGHT
      minecraft:light
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • REGULAR

      public static final TypedKey<SulfurCube.Archetype> REGULAR
      minecraft:regular
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SLOW_BOUNCY

      public static final TypedKey<SulfurCube.Archetype> SLOW_BOUNCY
      minecraft:slow_bouncy
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SLOW_FLAT

      public static final TypedKey<SulfurCube.Archetype> SLOW_FLAT
      minecraft:slow_flat
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SLOW_SLIDING

      public static final TypedKey<SulfurCube.Archetype> SLOW_SLIDING
      minecraft:slow_sliding
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • STICKY

      public static final TypedKey<SulfurCube.Archetype> STICKY
      minecraft:sticky
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
  • Method Details