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 StructureProcessorRuleRuinedPortalStructurePiece. createLavaReplacementRule(RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties)private static StructureProcessorRuleRuinedPortalStructurePiece. createReplacementRule(Block old, float chance, Block updated)private static StructureProcessorRuleRuinedPortalStructurePiece. 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 StructureProcessorRuleStructureProcessorLists. BLACKSTONE_TO_GILDED_BLACKSTONEprivate static StructureProcessorRuleStructureProcessorLists. GILDED_BLACKSTONE_TO_BLACKSTONEFields in net.minecraft.structure.processor with type parameters of type StructureProcessorRule Modifier and Type Field Description static com.mojang.serialization.Codec<StructureProcessorRule>StructureProcessorRule. CODECprivate ImmutableList<StructureProcessorRule>RuleStructureProcessor. rulesConstructor parameters in net.minecraft.structure.processor with type arguments of type StructureProcessorRule Constructor Description RuleStructureProcessor(List<? extends StructureProcessorRule> rules)