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

35 lines
991 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS axd net/minecraft/entity/vehicle/BoatEntity
CLASS axd$a Location
CLASS axd$b Type
FIELD a OAK Laxd$b;
FIELD b SPRUCE Laxd$b;
FIELD c BIRCH Laxd$b;
FIELD d JUNGLE Laxd$b;
FIELD e ACACIA Laxd$b;
FIELD f DARK_OAK Laxd$b;
FIELD g name Ljava/lang/String;
2019-04-03 12:16:41 -04:00
FIELD h baseBlock Lbma;
METHOD a getName ()Ljava/lang/String;
2019-04-03 12:16:41 -04:00
METHOD a getType (I)Laxd$b;
METHOD a getType (Ljava/lang/String;)Laxd$b;
METHOD b getBaseBlock ()Lbma;
FIELD aG location Laxd$a;
FIELD aH lastLocation Laxd$a;
2019-03-27 14:35:10 -04:00
FIELD e BOAT_TYPE Lqg;
FIELD f LEFT_PADDLE_MOVING Lqg;
FIELD g RIGHT_PADDLE_MOVING Lqg;
2019-04-03 12:16:41 -04:00
METHOD <init> (Lbgw;DDD)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 x
2018-12-14 13:18:38 -05:00
METHOD a getPaddleState (I)Z
ARG 1 paddle
2019-03-27 14:35:10 -04:00
METHOD a copyEntityData (Lahz;)V
2019-04-03 12:16:41 -04:00
METHOD a setBoatType (Laxd$b;)V
2018-12-14 13:18:38 -05:00
METHOD a setPaddleState (ZZ)V
2019-04-03 12:16:41 -04:00
METHOD f asItem ()Lbbl;
2019-03-27 14:35:10 -04:00
METHOD i getPaddleSoundEvent ()Lyh;
2019-04-03 12:16:41 -04:00
METHOD p getBoatType ()Laxd$b;
METHOD s checkLocation ()Laxd$a;
2019-02-20 15:49:23 -05:00
METHOD u checKBoatInWater ()Z
2019-04-03 12:16:41 -04:00
METHOD v getUnderWaterLocation ()Laxd$a;