Class StructureModes


  • public final class StructureModes
    extends java.lang.Object
    An enumeration of vanilla StructureModes.
    • Field Detail

      • DATA

        public static final DefaultedRegistryReference<StructureMode> DATA
        Data mode can only be used during natural generation.

        They mark the location to run a function specified by its metadata input, which can only be used for relevant structures.

        The structure block is removed afterwards.

        This mode is the default mode when a structure block is first placed.