Class PassthroughRuleBlockEntityModifier
java.lang.Object
net.minecraft.structure.rule.blockentity.PassthroughRuleBlockEntityModifier
- All Implemented Interfaces:
 RuleBlockEntityModifier
- Mappings:
 Namespace Name official dwaintermediary net/minecraft/class_8247named net/minecraft/structure/rule/blockentity/PassthroughRuleBlockEntityModifier
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PassthroughRuleBlockEntityModifier>static final PassthroughRuleBlockEntityModifierFields inherited from interface net.minecraft.structure.rule.blockentity.RuleBlockEntityModifier
TYPE_CODEC - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetType()modifyBlockEntityNbt(Random random, @Nullable NbtCompound nbt)  
- 
Field Details
- 
INSTANCE
- Mappings:
 Namespace Name Mixin selector official aLdwa;a:Ldwa;intermediary field_43343Lnet/minecraft/class_8247;field_43343:Lnet/minecraft/class_8247;named INSTANCELnet/minecraft/structure/rule/blockentity/PassthroughRuleBlockEntityModifier;INSTANCE:Lnet/minecraft/structure/rule/blockentity/PassthroughRuleBlockEntityModifier;
 - 
CODEC
- Mappings:
 Namespace Name Mixin selector official bLdwa;b:Lcom/mojang/serialization/Codec;intermediary field_43344Lnet/minecraft/class_8247;field_43344:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/structure/rule/blockentity/PassthroughRuleBlockEntityModifier;CODEC:Lcom/mojang/serialization/Codec;
 
 - 
 - 
Constructor Details
- 
PassthroughRuleBlockEntityModifier
public PassthroughRuleBlockEntityModifier() 
 - 
 - 
Method Details
- 
modifyBlockEntityNbt
@Nullable public @Nullable NbtCompound modifyBlockEntityNbt(Random random, @Nullable @Nullable NbtCompound nbt) - Specified by:
 modifyBlockEntityNbtin interfaceRuleBlockEntityModifier- Mappings:
 Namespace Name Mixin selector official aLdwb;a(Lapf;Lqr;)Lqr;intermediary method_49892Lnet/minecraft/class_8248;method_49892(Lnet/minecraft/class_5819;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;named modifyBlockEntityNbtLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;modifyBlockEntityNbt(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
 - 
getType
- Specified by:
 getTypein interfaceRuleBlockEntityModifier- Mappings:
 Namespace Name Mixin selector official aLdwb;a()Ldwc;intermediary method_49891Lnet/minecraft/class_8248;method_49891()Lnet/minecraft/class_8249;named getTypeLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;getType()Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;
 
 -