Package net.minecraft.block.entity
Class MobSpawnerBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.MobSpawnerBlockEntity
- All Implemented Interfaces:
Tickable
- Mappings:
Namespace Name official bkeintermediary net/minecraft/class_222named net/minecraft/block/entity/MobSpawnerBlockEntity
-
Field Summary
FieldsFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfromNbt(NbtCompound nbt) getLogic()method_541(NbtCompound nbtCompound) booleanonBlockAction(int int2, int int3) booleanvoidtick()Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, getEntityWorld, getPos, getSquaredDistance, getSquaredRenderDistance, hasWorld, isRemoved, markDirty, markRemoved, method_13321, method_13322, method_16780, method_16781, method_16783, populateCrashReport, resetBlock, setPosition, setWorld
-
Field Details
-
field_5663
- Mappings:
Namespace Name Mixin selector official aLbke;a:Laxi;intermediary field_5663Lnet/minecraft/class_222;field_5663:Lnet/minecraft/class_1586;named field_5663Lnet/minecraft/block/entity/MobSpawnerBlockEntity;field_5663:Lnet/minecraft/block/entity/SpawnerBlockEntityBehavior;
-
-
Constructor Details
-
MobSpawnerBlockEntity
public MobSpawnerBlockEntity()
-
-
Method Details
-
fromNbt
- Overrides:
fromNbtin classBlockEntity- Mappings:
Namespace Name Mixin selector official bLbji;b(Lgy;)Vintermediary method_537Lnet/minecraft/class_226;method_537(Lnet/minecraft/class_322;)Vnamed fromNbtLnet/minecraft/block/entity/BlockEntity;fromNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
method_541
- Overrides:
method_541in classBlockEntity- Mappings:
Namespace Name Mixin selector official aLbji;a(Lgy;)Lgy;intermediary method_541Lnet/minecraft/class_226;method_541(Lnet/minecraft/class_322;)Lnet/minecraft/class_322;named method_541Lnet/minecraft/block/entity/BlockEntity;method_541(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
-
tick
public void tick() -
getUpdatePacket
- Overrides:
getUpdatePacketin classBlockEntity- Mappings:
Namespace Name Mixin selector official Z_Lbji;Z_()Lji;intermediary method_544Lnet/minecraft/class_226;method_544()Lnet/minecraft/class_2003;named getUpdatePacketLnet/minecraft/block/entity/BlockEntity;getUpdatePacket()Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;
-
method_11646
- Overrides:
method_11646in classBlockEntity- Mappings:
Namespace Name Mixin selector official aa_Lbji;aa_()Lgy;intermediary method_11646Lnet/minecraft/class_226;method_11646()Lnet/minecraft/class_322;named method_11646Lnet/minecraft/block/entity/BlockEntity;method_11646()Lnet/minecraft/nbt/NbtCompound;
-
onBlockAction
public boolean onBlockAction(int int2, int int3) - Overrides:
onBlockActionin classBlockEntity- Mappings:
Namespace Name Mixin selector official cLbji;c(II)Zintermediary method_4838Lnet/minecraft/class_226;method_4838(II)Znamed onBlockActionLnet/minecraft/block/entity/BlockEntity;onBlockAction(II)Z
-
shouldNotCopyNbtFromItem
public boolean shouldNotCopyNbtFromItem()- Overrides:
shouldNotCopyNbtFromItemin classBlockEntity- Mappings:
Namespace Name Mixin selector official BLbji;B()Zintermediary method_8981Lnet/minecraft/class_226;method_8981()Znamed shouldNotCopyNbtFromItemLnet/minecraft/block/entity/BlockEntity;shouldNotCopyNbtFromItem()Z
-
getLogic
- Mappings:
Namespace Name Mixin selector official cLbke;c()Laxi;intermediary method_4837Lnet/minecraft/class_222;method_4837()Lnet/minecraft/class_1586;named getLogicLnet/minecraft/block/entity/MobSpawnerBlockEntity;getLogic()Lnet/minecraft/block/entity/SpawnerBlockEntityBehavior;
-