Package net.minecraft.block.entity
Class MobSpawnerBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.MobSpawnerBlockEntity
- Mappings:
Namespace Name intermediary net/minecraft/class_104glue class_73server bxclient cynamed net/minecraft/block/entity/MobSpawnerBlockEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidreadNbt(NbtCompound nbt) private voidvoidsetSpawnedEntityId(String spawnedEntityId) voidtick()voidwriteNbt(NbtCompound nbt) Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, createFromNbt, createUpdatePacket, distanceFrom, getBlock, getPushedBlockData, isRemoved, markDirty, markRemoved
-
Field Details
-
spawnDelay
public int spawnDelay- Mappings:
Namespace Name Mixin selector intermediary field_2681Lnet/minecraft/class_104;field_2681:Iglue field_160Lclass_73;field_160:Iserver aLbx;a:Iclient aLcy;a:Inamed spawnDelayLnet/minecraft/block/entity/MobSpawnerBlockEntity;spawnDelay:I
-
spawnedEntityId
- Mappings:
Namespace Name Mixin selector intermediary field_2684Lnet/minecraft/class_104;field_2684:Ljava/lang/String;glue field_163Lclass_73;field_163:Ljava/lang/String;server iLbx;i:Ljava/lang/String;client iLcy;i:Ljava/lang/String;named spawnedEntityIdLnet/minecraft/block/entity/MobSpawnerBlockEntity;spawnedEntityId:Ljava/lang/String;
-
rotation
public double rotation- Mappings:
Namespace Name Mixin selector intermediary field_2682Lnet/minecraft/class_104;field_2682:Dglue field_161Lclass_73;field_161:Dserver bLbx;b:Dclient bLcy;b:Dnamed rotationLnet/minecraft/block/entity/MobSpawnerBlockEntity;rotation:D
-
lastRotation
public double lastRotation- Mappings:
Namespace Name Mixin selector intermediary field_2683Lnet/minecraft/class_104;field_2683:Dglue field_162Lclass_73;field_162:Dserver cLbx;c:Dclient cLcy;c:Dnamed lastRotationLnet/minecraft/block/entity/MobSpawnerBlockEntity;lastRotation:D
-
-
Constructor Details
-
MobSpawnerBlockEntity
public MobSpawnerBlockEntity()
-
-
Method Details
-
getSpawnedEntityId
- Mappings:
Namespace Name Mixin selector intermediary method_2037Lnet/minecraft/class_104;method_2037()Ljava/lang/String;glue method_383Lclass_73;method_383()Ljava/lang/String;server method_2037Lbx;method_2037()Ljava/lang/String;client aLcy;a()Ljava/lang/String;named getSpawnedEntityIdLnet/minecraft/block/entity/MobSpawnerBlockEntity;getSpawnedEntityId()Ljava/lang/String;
-
setSpawnedEntityId
- Mappings:
Namespace Name Mixin selector intermediary method_2035Lnet/minecraft/class_104;method_2035(Ljava/lang/String;)Vglue method_230Lclass_73;method_230(Ljava/lang/String;)Vserver aLbx;a(Ljava/lang/String;)Vclient aLcy;a(Ljava/lang/String;)Vnamed setSpawnedEntityIdLnet/minecraft/block/entity/MobSpawnerBlockEntity;setSpawnedEntityId(Ljava/lang/String;)V
-
isPlayerInRange
public boolean isPlayerInRange()- Mappings:
Namespace Name Mixin selector intermediary method_2034Lnet/minecraft/class_104;method_2034()Zglue method_229Lclass_73;method_229()Zserver aLbx;a()Zclient bLcy;b()Znamed isPlayerInRangeLnet/minecraft/block/entity/MobSpawnerBlockEntity;isPlayerInRange()Z
-
tick
public void tick()- Overrides:
tickin classBlockEntity- Mappings:
Namespace Name Mixin selector intermediary method_1076Lnet/minecraft/class_55;method_1076()Vglue method_232Lclass_356;method_232()Vserver g_Ljh;g_()Vclient n_Low;n_()Vnamed tickLnet/minecraft/block/entity/BlockEntity;tick()V
-
resetDelay
private void resetDelay()- Mappings:
Namespace Name Mixin selector intermediary method_2036Lnet/minecraft/class_104;method_2036()Vglue method_231Lclass_73;method_231()Vserver cLbx;c()Vclient dLcy;d()Vnamed resetDelayLnet/minecraft/block/entity/MobSpawnerBlockEntity;resetDelay()V
-
readNbt
- Overrides:
readNbtin classBlockEntity- Mappings:
Namespace Name Mixin selector intermediary method_1077Lnet/minecraft/class_55;method_1077(Lnet/minecraft/class_8;)Vglue method_52Lclass_356;method_52(Lclass_333;)Vserver aLjh;a(Liq;)Vclient aLow;a(Lnu;)Vnamed readNbtLnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
writeNbt
- Overrides:
writeNbtin classBlockEntity- Mappings:
Namespace Name Mixin selector intermediary method_1078Lnet/minecraft/class_55;method_1078(Lnet/minecraft/class_8;)Vglue method_55Lclass_356;method_55(Lclass_333;)Vserver bLjh;b(Liq;)Vclient bLow;b(Lnu;)Vnamed writeNbtLnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
-