yarn/mappings/net/minecraft/entity/vehicle/EntityMinecartBase.mapping

32 lines
1.0 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS adu net/minecraft/entity/vehicle/EntityMinecartBase
CLASS adu$a MinecartType
FIELD a RIDEABLE Ladu$a;
FIELD b CHEST Ladu$a;
FIELD c FURNACE Ladu$a;
FIELD d TNT Ladu$a;
FIELD e SPAWNER Ladu$a;
FIELD f HOPPER Ladu$a;
FIELD g COMMAND_BLOCK Ladu$a;
2016-08-15 07:03:09 -04:00
FIELD h VALUES Ljava/util/Map;
FIELD i id I
FIELD j entityId Ljava/lang/String;
METHOD a getId ()I
2017-04-05 07:31:24 -04:00
METHOD a byId (I)Ladu$a;
2016-08-15 07:03:09 -04:00
METHOD b getEntityId ()Ljava/lang/String;
2017-04-05 07:31:24 -04:00
FIELD d CUSTOM_BLOCK_ID Llx;
FIELD e CUSTOM_BLOCK_OFFSET Llx;
FIELD f CUSTOM_BLOCK_PRESENT Llx;
METHOD A hasCustomBlock ()Z
2016-09-19 10:40:26 -04:00
METHOD a onActivatorRail (IIIZ)V
2017-04-05 07:31:24 -04:00
METHOD a create (Lali;DDDLadu$a;)Ladu;
METHOD a registerTagUpgradersForStorage (Lqv;Ljava/lang/Class;)V
METHOD a dropItems (Ltm;)V
METHOD a setCustomBlockPresent (Z)V
2017-04-05 07:31:24 -04:00
METHOD b setCustomBlock (Lave;)V
METHOD f setCustomBlockOffset (I)V
2017-04-05 07:31:24 -04:00
METHOD v getMinecartType ()Ladu$a;
METHOD w getContainedBlock ()Lave;
METHOD x getDefaultContainedBlock ()Lave;
METHOD y getBlockOffset ()I
METHOD z getDefaultBlockOffset ()I