Interface RuleBlockEntityModifier
- All Known Implementing Classes:
- AppendLootRuleBlockEntityModifier,- AppendStaticRuleBlockEntityModifier,- ClearRuleBlockEntityModifier,- PassthroughRuleBlockEntityModifier
public interface RuleBlockEntityModifier
- Mappings:
- Namespace - Name - named - net/minecraft/structure/rule/blockentity/RuleBlockEntityModifier- intermediary - net/minecraft/class_8248- official - erx
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RuleBlockEntityModifier> 
- 
Method SummaryModifier and TypeMethodDescriptiongetType()modifyBlockEntityNbt(Random random, @Nullable NbtCompound nbt) 
- 
Field Details- 
TYPE_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - TYPE_CODEC- Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;TYPE_CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_43345- Lnet/minecraft/class_8248;field_43345:Lcom/mojang/serialization/Codec;- official - c- Lerx;c:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Method Details- 
modifyBlockEntityNbt@Nullable @Nullable NbtCompound modifyBlockEntityNbt(Random random, @Nullable @Nullable NbtCompound nbt) - 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;
 
- 
getTypeRuleBlockEntityModifierType<?> getType()- 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;
 
 
-