Interface StructurePlacement
- All Known Implementing Classes:
ConcentricRingsStructurePlacement,RandomSpreadStructurePlacement
public interface StructurePlacement
- Mappings:
Namespace Name official dgfintermediary net/minecraft/class_6874named net/minecraft/world/gen/chunk/placement/StructurePlacement
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanisStartChunk(ChunkGenerator chunkGenerator, int x, int z)
-
Field Details
-
TYPE_CODEC
- Mappings:
Namespace Name Mixin selector official bLdgf;b:Lcom/mojang/serialization/Codec;intermediary field_36428Lnet/minecraft/class_6874;field_36428:Lcom/mojang/serialization/Codec;named TYPE_CODECLnet/minecraft/world/gen/chunk/placement/StructurePlacement;TYPE_CODEC:Lcom/mojang/serialization/Codec;
-
-
Method Details
-
isStartChunk
- Mappings:
Namespace Name Mixin selector official aLdgf;a(Lcqq;II)Zintermediary method_40168Lnet/minecraft/class_6874;method_40168(Lnet/minecraft/class_2794;II)Znamed isStartChunkLnet/minecraft/world/gen/chunk/placement/StructurePlacement;isStartChunk(Lnet/minecraft/world/gen/chunk/ChunkGenerator;II)Z
-
getType
StructurePlacementType<?> getType()- Mappings:
Namespace Name Mixin selector official aLdgf;a()Ldgg;intermediary method_40166Lnet/minecraft/class_6874;method_40166()Lnet/minecraft/class_6875;named getTypeLnet/minecraft/world/gen/chunk/placement/StructurePlacement;getType()Lnet/minecraft/world/gen/chunk/placement/StructurePlacementType;
-