Interface RuleBlockEntityModifierType<P extends RuleBlockEntityModifier>
public interface RuleBlockEntityModifierType<P extends RuleBlockEntityModifier>
- Mappings:
Namespace Name official edpintermediary net/minecraft/class_8249named net/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RuleBlockEntityModifierType<AppendLootRuleBlockEntityModifier>static final RuleBlockEntityModifierType<ClearRuleBlockEntityModifier> -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>codec()private static <P extends RuleBlockEntityModifier>
RuleBlockEntityModifierType<P>
-
Field Details
-
CLEAR
- Mappings:
Namespace Name Mixin selector official aLedp;a:Ledp;intermediary field_43346Lnet/minecraft/class_8249;field_43346:Lnet/minecraft/class_8249;named CLEARLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;CLEAR:Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;
-
PASSTHROUGH
- Mappings:
Namespace Name Mixin selector official bLedp;b:Ledp;intermediary field_43347Lnet/minecraft/class_8249;field_43347:Lnet/minecraft/class_8249;named PASSTHROUGHLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;PASSTHROUGH:Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;
-
APPEND_STATIC
- Mappings:
Namespace Name Mixin selector official cLedp;c:Ledp;intermediary field_43348Lnet/minecraft/class_8249;field_43348:Lnet/minecraft/class_8249;named APPEND_STATICLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;APPEND_STATIC:Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;
-
APPEND_LOOT
- Mappings:
Namespace Name Mixin selector official dLedp;d:Ledp;intermediary field_43349Lnet/minecraft/class_8249;field_43349:Lnet/minecraft/class_8249;named APPEND_LOOTLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;APPEND_LOOT:Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;
-
-
Method Details
-
codec
com.mojang.serialization.Codec<P> codec() -
register
private static <P extends RuleBlockEntityModifier> RuleBlockEntityModifierType<P> register(String id, com.mojang.serialization.Codec<P> codec) - Mappings:
Namespace Name Mixin selector official aLedp;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Ledp;intermediary method_49899Lnet/minecraft/class_8249;method_49899(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_8249;named registerLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;
-