Interface StructurePlacement

All Known Implementing Classes:
ConcentricRingsStructurePlacement, RandomSpreadStructurePlacement

public interface StructurePlacement
Mappings:
Namespace Name
official dgf
intermediary net/minecraft/class_6874
named net/minecraft/world/gen/chunk/placement/StructurePlacement
  • Field Details

    • TYPE_CODEC

      static final com.mojang.serialization.Codec<StructurePlacement> TYPE_CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Ldgf;b:Lcom/mojang/serialization/Codec;
      intermediary field_36428 Lnet/minecraft/class_6874;field_36428:Lcom/mojang/serialization/Codec;
      named TYPE_CODEC Lnet/minecraft/world/gen/chunk/placement/StructurePlacement;TYPE_CODEC:Lcom/mojang/serialization/Codec;
  • Method Details

    • isStartChunk

      boolean isStartChunk(ChunkGenerator chunkGenerator, int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Ldgf;a(Lcqq;II)Z
      intermediary method_40168 Lnet/minecraft/class_6874;method_40168(Lnet/minecraft/class_2794;II)Z
      named isStartChunk Lnet/minecraft/world/gen/chunk/placement/StructurePlacement;isStartChunk(Lnet/minecraft/world/gen/chunk/ChunkGenerator;II)Z
    • getType

      Mappings:
      Namespace Name Mixin selector
      official a Ldgf;a()Ldgg;
      intermediary method_40166 Lnet/minecraft/class_6874;method_40166()Lnet/minecraft/class_6875;
      named getType Lnet/minecraft/world/gen/chunk/placement/StructurePlacement;getType()Lnet/minecraft/world/gen/chunk/placement/StructurePlacementType;