Class CommandBlockBlockEntity

java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.CommandBlockBlockEntity

public class CommandBlockBlockEntity extends BlockEntity
Mappings:
Namespace Name
official ani
intermediary net/minecraft/class_1309
named net/minecraft/block/entity/CommandBlockBlockEntity
  • Field Details

    • field_7496

      private final CommandBlockExecutor field_7496
      Mappings:
      Namespace Name Mixin selector
      official a Lani;a:Lafa;
      intermediary field_7496 Lnet/minecraft/class_1309;field_7496:Lnet/minecraft/class_1740;
      named field_7496 Lnet/minecraft/block/entity/CommandBlockBlockEntity;field_7496:Lnet/minecraft/world/CommandBlockExecutor;
  • Constructor Details

    • CommandBlockBlockEntity

      public CommandBlockBlockEntity()
  • Method Details

    • toNbt

      public void toNbt(NbtCompound nbt)
      Overrides:
      toNbt in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lanc;b(Ldg;)V
      intermediary method_541 Lnet/minecraft/class_226;method_541(Lnet/minecraft/class_322;)V
      named toNbt Lnet/minecraft/block/entity/BlockEntity;toNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • fromNbt

      public void fromNbt(NbtCompound nbt)
      Overrides:
      fromNbt in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lanc;a(Ldg;)V
      intermediary method_537 Lnet/minecraft/class_226;method_537(Lnet/minecraft/class_322;)V
      named fromNbt Lnet/minecraft/block/entity/BlockEntity;fromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getPacket

      public Packet getPacket()
      Overrides:
      getPacket in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      official m Lanc;m()Lfj;
      intermediary method_544 Lnet/minecraft/class_226;method_544()Lnet/minecraft/class_700;
      named getPacket Lnet/minecraft/block/entity/BlockEntity;getPacket()Lnet/minecraft/network/Packet;
    • getCommandExecutor

      public CommandBlockExecutor getCommandExecutor()
      Mappings:
      Namespace Name Mixin selector
      official a Lani;a()Lafa;
      intermediary method_6518 Lnet/minecraft/class_1309;method_6518()Lnet/minecraft/class_1740;
      named getCommandExecutor Lnet/minecraft/block/entity/CommandBlockBlockEntity;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;