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 RuleEntryRuinedPortalPiece. getBlockReplaceRule(Block p_237011_0_, float p_237011_1_, Block p_237011_2_)private static RuleEntryRuinedPortalPiece. getBlockReplaceRule(Block p_237012_0_, Block p_237012_1_)private RuleEntryRuinedPortalPiece. 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 RuleEntryProcessorLists. ADD_GILDED_BLACKSTONEprivate static RuleEntryProcessorLists. REMOVE_GILDED_BLACKSTONEFields 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. CODECprivate com.google.common.collect.ImmutableList<RuleEntry>RuleStructureProcessor. rulesConstructor 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_)
-