Uses of Class
net.minecraft.world.gen.feature.template.RuleEntry
-
Packages that use RuleEntry Package Description net.minecraft.world.gen.feature.structure net.minecraft.world.gen.feature.template -
-
Uses of RuleEntry in net.minecraft.world.gen.feature.structure
Methods in net.minecraft.world.gen.feature.structure that return RuleEntry Modifier and Type Method Description private static RuleEntry
RuinedPortalPiece. getBlockReplaceRule(Block p_237011_0_, float p_237011_1_, Block p_237011_2_)
private static RuleEntry
RuinedPortalPiece. getBlockReplaceRule(Block p_237012_0_, Block p_237012_1_)
private RuleEntry
RuinedPortalPiece. getLavaProcessorRule()
-
Uses of RuleEntry in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template declared as RuleEntry Modifier and Type Field Description private static RuleEntry
ProcessorLists. ADD_GILDED_BLACKSTONE
private static RuleEntry
ProcessorLists. REMOVE_GILDED_BLACKSTONE
Fields in net.minecraft.world.gen.feature.template with type parameters of type RuleEntry Modifier and Type Field Description static com.mojang.serialization.Codec<RuleEntry>
RuleEntry. CODEC
private com.google.common.collect.ImmutableList<RuleEntry>
RuleStructureProcessor. rules
Constructor parameters in net.minecraft.world.gen.feature.template with type arguments of type RuleEntry Constructor Description RuleStructureProcessor(java.util.List<? extends RuleEntry> p_i51320_1_)
-