Uses of Class
net.minecraft.structure.processor.StructureProcessorRule
Package | Description |
---|---|
net.minecraft.structure | |
net.minecraft.structure.processor |
-
Uses of StructureProcessorRule in net.minecraft.structure
Methods in net.minecraft.structure that return StructureProcessorRule Modifier and Type Method Description private static StructureProcessorRule
RuinedPortalStructurePiece. createLavaReplacementRule(RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties)
private static StructureProcessorRule
RuinedPortalStructurePiece. createReplacementRule(Block old, float chance, Block updated)
private static StructureProcessorRule
RuinedPortalStructurePiece. createReplacementRule(Block old, Block updated)
-
Uses of StructureProcessorRule in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as StructureProcessorRule Modifier and Type Field Description private static StructureProcessorRule
StructureProcessorLists. BLACKSTONE_TO_GILDED_BLACKSTONE
private static StructureProcessorRule
StructureProcessorLists. GILDED_BLACKSTONE_TO_BLACKSTONE
Fields in net.minecraft.structure.processor with type parameters of type StructureProcessorRule Modifier and Type Field Description static com.mojang.serialization.Codec<StructureProcessorRule>
StructureProcessorRule. CODEC
private ImmutableList<StructureProcessorRule>
RuleStructureProcessor. rules
Constructor parameters in net.minecraft.structure.processor with type arguments of type StructureProcessorRule Constructor Description RuleStructureProcessor(List<? extends StructureProcessorRule> rules)