public class JigsawReplacementStructureProcessor extends StructureProcessor
| Modifier and Type | Field and Description |
|---|---|
static JigsawReplacementStructureProcessor |
INSTANCE |
| Constructor and Description |
|---|
JigsawReplacementStructureProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected IStructureProcessorType |
getType() |
Template.BlockInfo |
process(IWorldReader p_215194_1_,
BlockPos p_215194_2_,
Template.BlockInfo p_215194_3_,
Template.BlockInfo p_215194_4_,
PlacementSettings p_215194_5_) |
protected <T> com.mojang.datafixers.Dynamic<T> |
serialize0(com.mojang.datafixers.types.DynamicOps<T> ops) |
process, processEntity, serializepublic static final JigsawReplacementStructureProcessor INSTANCE
@Nullable public Template.BlockInfo process(IWorldReader p_215194_1_, BlockPos p_215194_2_, Template.BlockInfo p_215194_3_, Template.BlockInfo p_215194_4_, PlacementSettings p_215194_5_)
process in class StructureProcessorprotected IStructureProcessorType getType()
getType in class StructureProcessorprotected <T> com.mojang.datafixers.Dynamic<T> serialize0(com.mojang.datafixers.types.DynamicOps<T> ops)
serialize0 in class StructureProcessor