public class LegacySinglePoolElement extends SinglePoolElement
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<LegacySinglePoolElement> |
CODEC |
field_24015, field_24952, processorsfield_24953| Modifier | Constructor and Description |
|---|---|
private |
LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either,
List<StructureProcessor> list,
StructurePool.Projection projection) |
|
LegacySinglePoolElement(String string)
Deprecated.
|
|
LegacySinglePoolElement(String location,
List<StructureProcessor> processors)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected StructurePlacementData |
createPlacementData(BlockRotation blockRotation,
BlockBox blockBox,
boolean keepJigsaws) |
StructurePoolElementType<?> |
getType() |
String |
toString() |
generate, getBoundingBox, getDataStructureBlocks, getStructureBlockInfos, method_28880, method_28882getGroundLevelDelta, getProjection, method_16756, method_28883, setProjectionpublic static final com.mojang.serialization.Codec<LegacySinglePoolElement> CODEC
@Deprecated public LegacySinglePoolElement(String location, List<StructureProcessor> processors)
private LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, List<StructureProcessor> list, StructurePool.Projection projection)
@Deprecated public LegacySinglePoolElement(String string)
protected StructurePlacementData createPlacementData(BlockRotation blockRotation, BlockBox blockBox, boolean keepJigsaws)
createPlacementData in class SinglePoolElementpublic StructurePoolElementType<?> getType()
getType in class SinglePoolElementpublic String toString()
toString in class SinglePoolElement