public class BlackstoneReplacementStructureProcessor extends StructureProcessor
| Modifier and Type | Field and Description |
|---|---|
static BlackstoneReplacementStructureProcessor |
INSTANCE |
private Map<Block,Block> |
replacementMap |
| Constructor and Description |
|---|
BlackstoneReplacementStructureProcessor() |
| 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 BlackstoneReplacementStructureProcessor INSTANCE
public BlackstoneReplacementStructureProcessor()
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