Class AppendStaticRuleBlockEntityModifier

java.lang.Object
net.minecraft.structure.rule.blockentity.AppendStaticRuleBlockEntityModifier
All Implemented Interfaces:
RuleBlockEntityModifier

public class AppendStaticRuleBlockEntityModifier extends Object implements RuleBlockEntityModifier
Mappings:
Namespace Name
official dvv
intermediary net/minecraft/class_8245
named net/minecraft/structure/rule/blockentity/AppendStaticRuleBlockEntityModifier
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<AppendStaticRuleBlockEntityModifier> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldvv;a:Lcom/mojang/serialization/Codec;
      intermediary field_43339 Lnet/minecraft/class_8245;field_43339:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/structure/rule/blockentity/AppendStaticRuleBlockEntityModifier;CODEC:Lcom/mojang/serialization/Codec;
    • nbt

      private final NbtCompound nbt
      Mappings:
      Namespace Name Mixin selector
      official b Ldvv;b:Lqr;
      intermediary field_43340 Lnet/minecraft/class_8245;field_43340:Lnet/minecraft/class_2487;
      named nbt Lnet/minecraft/structure/rule/blockentity/AppendStaticRuleBlockEntityModifier;nbt:Lnet/minecraft/nbt/NbtCompound;
  • Constructor Details

    • AppendStaticRuleBlockEntityModifier

      public AppendStaticRuleBlockEntityModifier(NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldvv;<init>(Lqr;)V
      intermediary <init> Lnet/minecraft/class_8245;<init>(Lnet/minecraft/class_2487;)V
      named <init> Lnet/minecraft/structure/rule/blockentity/AppendStaticRuleBlockEntityModifier;<init>(Lnet/minecraft/nbt/NbtCompound;)V
  • Method Details

    • modifyBlockEntityNbt

      public NbtCompound modifyBlockEntityNbt(Random random, @Nullable @Nullable NbtCompound nbt)
      Specified by:
      modifyBlockEntityNbt in interface RuleBlockEntityModifier
      Mappings:
      Namespace Name Mixin selector
      official a Ldvy;a(Lapf;Lqr;)Lqr;
      intermediary method_49892 Lnet/minecraft/class_8248;method_49892(Lnet/minecraft/class_5819;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
      named modifyBlockEntityNbt Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;modifyBlockEntityNbt(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
    • getType

      public RuleBlockEntityModifierType<?> getType()
      Specified by:
      getType in interface RuleBlockEntityModifier
      Mappings:
      Namespace Name Mixin selector
      official a Ldvy;a()Ldvz;
      intermediary method_49891 Lnet/minecraft/class_8248;method_49891()Lnet/minecraft/class_8249;
      named getType Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;getType()Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;