public class JigsawReplacementStructureProcessor extends StructureProcessor
| Modifier and Type | Field and Description |
|---|---|
static JigsawReplacementStructureProcessor |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
JigsawReplacementStructureProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected StructureProcessorType |
getType() |
Structure.StructureBlockInfo |
process(WorldView worldView,
BlockPos pos,
BlockPos blockPos,
Structure.StructureBlockInfo structureBlockInfo,
Structure.StructureBlockInfo structureBlockInfo2,
StructurePlacementData structurePlacementData) |
protected <T> com.mojang.datafixers.Dynamic<T> |
rawToDynamic(com.mojang.datafixers.types.DynamicOps<T> dynamicOps) |
toDynamicpublic static final JigsawReplacementStructureProcessor INSTANCE
private JigsawReplacementStructureProcessor()
@Nullable public Structure.StructureBlockInfo process(WorldView worldView, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
process in class StructureProcessorprotected StructureProcessorType getType()
getType in class StructureProcessorprotected <T> com.mojang.datafixers.Dynamic<T> rawToDynamic(com.mojang.datafixers.types.DynamicOps<T> dynamicOps)
rawToDynamic in class StructureProcessor