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

17 lines
379 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS axw net/minecraft/entity/vehicle/HopperMinecartEntity
FIELD d enabled Z
FIELD e transferCooldown I
2019-03-20 13:56:26 -04:00
FIELD f currentBlockPos Lev;
2019-06-19 13:48:53 -04:00
METHOD <init> (Lbhm;DDD)V
ARG 1 world
ARG 2 x
ARG 4 y
ARG 6 z
2019-02-06 15:22:24 -05:00
METHOD C canOperate ()Z
METHOD D isCoolingDown ()Z
2019-06-19 13:48:53 -04:00
METHOD m setTransferCooldown (I)V
ARG 1 cooldown
2019-01-24 11:47:45 -05:00
METHOD n setEnabled (Z)V
ARG 1 enabled
2019-02-06 15:22:24 -05:00
METHOD v isEnabled ()Z