Package net.minecraft.block.entity
Class CommandBlockBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.CommandBlockBlockEntity
public class CommandBlockBlockEntity extends BlockEntity
- Mappings:
Namespace Name official akzintermediary net/minecraft/class_351named net/minecraft/block/entity/CommandBlockBlockEntity
-
Field Summary
Fields Modifier and Type Field Description private CommandBlockExecutorfield_1419Fields inherited from class net.minecraft.block.entity.BlockEntity
block, pos, removed, world -
Constructor Summary
Constructors Constructor Description CommandBlockBlockEntity() -
Method Summary
Modifier and Type Method Description voidfromTag(CompoundTag tag)CommandBlockExecutorgetCommandExecutor()PacketgetPacket()CommandStatsmethod_1128()booleanshouldNotCopyTagFromItem()voidtoTag(CompoundTag tag)Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, createFromTag, getBlock, getDataValue, getPos, getSquaredDistance, getSquaredRenderDistance, getWorld, hasWorld, isRemoved, markDirty, markRemoved, onBlockAction, populateCrashReport, resetBlock, setPos, setWorld
-
Field Details
-
field_1419
- Mappings:
Namespace Name Mixin selector official aLakz;a:Ladc;intermediary field_1419Lnet/minecraft/class_351;field_1419:Lnet/minecraft/class_87;named field_1419Lnet/minecraft/block/entity/CommandBlockBlockEntity;field_1419:Lnet/minecraft/world/CommandBlockExecutor;
-
-
Constructor Details
-
CommandBlockBlockEntity
public CommandBlockBlockEntity()
-
-
Method Details
-
toTag
- Overrides:
toTagin classBlockEntity- Mappings:
Namespace Name Mixin selector official bLakw;b(Ldn;)Vintermediary method_1100Lnet/minecraft/class_348;method_1100(Lnet/minecraft/class_1405;)Vnamed toTagLnet/minecraft/block/entity/BlockEntity;toTag(Lnet/minecraft/nbt/CompoundTag;)V
-
fromTag
- Overrides:
fromTagin classBlockEntity- Mappings:
Namespace Name Mixin selector official aLakw;a(Ldn;)Vintermediary method_1098Lnet/minecraft/class_348;method_1098(Lnet/minecraft/class_1405;)Vnamed fromTagLnet/minecraft/block/entity/BlockEntity;fromTag(Lnet/minecraft/nbt/CompoundTag;)V
-
getPacket
- Overrides:
getPacketin classBlockEntity- Mappings:
Namespace Name Mixin selector official y_Lakw;y_()Lff;intermediary method_1111Lnet/minecraft/class_348;method_1111()Lnet/minecraft/class_1457;named getPacketLnet/minecraft/block/entity/BlockEntity;getPacket()Lnet/minecraft/network/Packet;
-
shouldNotCopyTagFromItem
public boolean shouldNotCopyTagFromItem()- Overrides:
shouldNotCopyTagFromItemin classBlockEntity- Mappings:
Namespace Name Mixin selector official FLakw;F()Zintermediary method_1092Lnet/minecraft/class_348;method_1092()Znamed shouldNotCopyTagFromItemLnet/minecraft/block/entity/BlockEntity;shouldNotCopyTagFromItem()Z
-
getCommandExecutor
- Mappings:
Namespace Name Mixin selector official bLakz;b()Ladc;intermediary method_1127Lnet/minecraft/class_351;method_1127()Lnet/minecraft/class_87;named getCommandExecutorLnet/minecraft/block/entity/CommandBlockBlockEntity;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;
-
method_1128
- Mappings:
Namespace Name Mixin selector official cLakz;c()Ln;intermediary method_1128Lnet/minecraft/class_351;method_1128()Lnet/minecraft/class_1685;named method_1128Lnet/minecraft/block/entity/CommandBlockBlockEntity;method_1128()Lnet/minecraft/command/CommandStats;
-