Class PassthroughRuleBlockEntityModifier
java.lang.Object
net.minecraft.structure.rule.blockentity.PassthroughRuleBlockEntityModifier
- All Implemented Interfaces:
- RuleBlockEntityModifier
- Mappings:
- Namespace - Name - named - net/minecraft/structure/rule/blockentity/PassthroughRuleBlockEntityModifier- intermediary - net/minecraft/class_8247- official - erw
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<PassthroughRuleBlockEntityModifier> static final PassthroughRuleBlockEntityModifierFields inherited from interface net.minecraft.structure.rule.blockentity.RuleBlockEntityModifierTYPE_CODEC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetType()modifyBlockEntityNbt(Random random, @Nullable NbtCompound nbt) 
- 
Field Details- 
INSTANCE- Mappings:
- Namespace - Name - Mixin selector - named - INSTANCE- Lnet/minecraft/structure/rule/blockentity/PassthroughRuleBlockEntityModifier;INSTANCE:Lnet/minecraft/structure/rule/blockentity/PassthroughRuleBlockEntityModifier;- intermediary - field_43343- Lnet/minecraft/class_8247;field_43343:Lnet/minecraft/class_8247;- official - a- Lerw;a:Lerw;
 
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/structure/rule/blockentity/PassthroughRuleBlockEntityModifier;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_43344- Lnet/minecraft/class_8247;field_43344:Lcom/mojang/serialization/MapCodec;- official - b- Lerw;b:Lcom/mojang/serialization/MapCodec;
 
 
- 
- 
Constructor Details- 
PassthroughRuleBlockEntityModifierpublic PassthroughRuleBlockEntityModifier()
 
- 
- 
Method Details- 
modifyBlockEntityNbt@Nullable public @Nullable NbtCompound modifyBlockEntityNbt(Random random, @Nullable @Nullable NbtCompound nbt) - Specified by:
- modifyBlockEntityNbtin interface- RuleBlockEntityModifier
- Mappings:
- Namespace - Name - Mixin selector - named - modifyBlockEntityNbt- Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;modifyBlockEntityNbt(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;- intermediary - method_49892- Lnet/minecraft/class_8248;method_49892(Lnet/minecraft/class_5819;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;- official - a- Lerx;a(Lazh;Ltq;)Ltq;
 
- 
getType- Specified by:
- getTypein interface- RuleBlockEntityModifier
- Mappings:
- Namespace - Name - Mixin selector - named - getType- Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;getType()Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;- intermediary - method_49891- Lnet/minecraft/class_8248;method_49891()Lnet/minecraft/class_8249;- official - a- Lerx;a()Lery;
 
 
-