Uses of Interface
net.minecraft.structure.rule.blockentity.RuleBlockEntityModifierType
Packages that use RuleBlockEntityModifierType
-
Uses of RuleBlockEntityModifierType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type RuleBlockEntityModifierTypeModifier and TypeFieldDescriptionstatic final Registry<RuleBlockEntityModifierType<?>>Registries.RULE_BLOCK_ENTITY_MODIFIERstatic final RegistryKey<Registry<RuleBlockEntityModifierType<?>>>RegistryKeys.RULE_BLOCK_ENTITY_MODIFIER -
Uses of RuleBlockEntityModifierType in net.minecraft.structure.rule.blockentity
Fields in net.minecraft.structure.rule.blockentity declared as RuleBlockEntityModifierTypeModifier and TypeFieldDescriptionstatic final RuleBlockEntityModifierType<AppendLootRuleBlockEntityModifier>RuleBlockEntityModifierType.APPEND_LOOTRuleBlockEntityModifierType.APPEND_STATICstatic final RuleBlockEntityModifierType<ClearRuleBlockEntityModifier>RuleBlockEntityModifierType.CLEARRuleBlockEntityModifierType.PASSTHROUGHMethods in net.minecraft.structure.rule.blockentity that return RuleBlockEntityModifierTypeModifier and TypeMethodDescriptionAppendLootRuleBlockEntityModifier.getType()AppendStaticRuleBlockEntityModifier.getType()ClearRuleBlockEntityModifier.getType()PassthroughRuleBlockEntityModifier.getType()RuleBlockEntityModifier.getType()private static <P extends RuleBlockEntityModifier>
RuleBlockEntityModifierType<P>