Uses of Class
net.minecraft.structure.processor.StructureProcessorRule
Packages that use StructureProcessorRule
-
Uses of StructureProcessorRule in net.minecraft.structure
Methods in net.minecraft.structure that return StructureProcessorRuleModifier and TypeMethodDescriptionprivate 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 StructureProcessorRuleModifier and TypeFieldDescriptionprivate 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 StructureProcessorRuleModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<StructureProcessorRule>
StructureProcessorRule.CODEC
private ImmutableList<StructureProcessorRule>
RuleStructureProcessor.rules
Constructor parameters in net.minecraft.structure.processor with type arguments of type StructureProcessorRuleModifierConstructorDescriptionRuleStructureProcessor(List<? extends StructureProcessorRule> rules)