Interface StructurePlacement
- All Known Implementing Classes:
ConcentricRingsStructurePlacement
,RandomSpreadStructurePlacement
public interface StructurePlacement
- Mappings:
Namespace Name official dgg
intermediary net/minecraft/class_6874
named net/minecraft/world/gen/chunk/placement/StructurePlacement
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
isStartChunk
(ChunkGenerator chunkGenerator, long long2, int int2, int int3)
-
Field Details
-
TYPE_CODEC
- Mappings:
Namespace Name Mixin selector official b
Ldgg;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
- Mappings:
Namespace Name Mixin selector official a
Ldgg;a(Lcqr;JII)Z
intermediary method_40168
Lnet/minecraft/class_6874;method_40168(Lnet/minecraft/class_2794;JII)Z
named isStartChunk
Lnet/minecraft/world/gen/chunk/placement/StructurePlacement;isStartChunk(Lnet/minecraft/world/gen/chunk/ChunkGenerator;JII)Z
-
getType
StructurePlacementType<?> getType()- Mappings:
Namespace Name Mixin selector official a
Ldgg;a()Ldgh;
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;
-