Package net.minecraft.tileentity
Class TileEntityMobSpawner
java.lang.Object
net.minecraft.tileentity.TileEntityBase
net.minecraft.tileentity.TileEntityMobSpawner
- Mappings:
Namespace Name intermediary net/minecraft/class_104glue class_73server bxclient cynamed net/minecraft/tileentity/TileEntityMobSpawner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidprivate voidvoidsetEntityId(String id) voidtick()voidMethods inherited from class net.minecraft.tileentity.TileEntityBase
getCachedId, getPacketContents, getTile, invalidate, isInvalid, markDirty, method_1074, tileEntityFromNBT, validate
-
Field Details
-
delay
public int delay- 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 delayLnet/minecraft/tileentity/TileEntityMobSpawner;delay:I
-
entityId
- 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 entityIdLnet/minecraft/tileentity/TileEntityMobSpawner;entityId:Ljava/lang/String;
-
entityRotation
public double entityRotation- 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 entityRotationLnet/minecraft/tileentity/TileEntityMobSpawner;entityRotation:D
-
lastEntityRotation
public double lastEntityRotation- 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 lastEntityRotationLnet/minecraft/tileentity/TileEntityMobSpawner;lastEntityRotation:D
-
-
Constructor Details
-
TileEntityMobSpawner
public TileEntityMobSpawner()
-
-
Method Details
-
getEntityId
- 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 getEntityIdLnet/minecraft/tileentity/TileEntityMobSpawner;getEntityId()Ljava/lang/String;
-
setEntityId
- 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 setEntityIdLnet/minecraft/tileentity/TileEntityMobSpawner;setEntityId(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/tileentity/TileEntityMobSpawner;isPlayerInRange()Z
-
tick
public void tick()- Overrides:
tickin classTileEntityBase- 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/tileentity/TileEntityBase;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/tileentity/TileEntityMobSpawner;resetDelay()V
-
readIdentifyingData
- Overrides:
readIdentifyingDatain classTileEntityBase- 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 readIdentifyingDataLnet/minecraft/tileentity/TileEntityBase;readIdentifyingData(Lnet/minecraft/util/io/CompoundTag;)V
-
writeIdentifyingData
- Overrides:
writeIdentifyingDatain classTileEntityBase- 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 writeIdentifyingDataLnet/minecraft/tileentity/TileEntityBase;writeIdentifyingData(Lnet/minecraft/util/io/CompoundTag;)V
-