Class RuinedPortalStructurePiece.Properties

java.lang.Object
net.minecraft.structure.RuinedPortalStructurePiece.Properties
Enclosing class:
RuinedPortalStructurePiece

public static class RuinedPortalStructurePiece.Properties
extends Object
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<RuinedPortalStructurePiece.Properties> CODEC
    • cold

      public boolean cold
    • mossiness

      public float mossiness
    • airPocket

      public boolean airPocket
    • overgrown

      public boolean overgrown
    • vines

      public boolean vines
    • replaceWithBlackstone

      public boolean replaceWithBlackstone
  • Constructor Details

    • Properties

      public Properties()
    • Properties

      public Properties​(boolean cold, float mossiness, boolean airPocket, boolean overgrown, boolean vines, boolean replaceWithBlackstone)