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

35 lines
991 B
Plaintext
Raw Normal View History

2019-04-17 12:41:25 -04:00
CLASS axm net/minecraft/entity/vehicle/BoatEntity
CLASS axm$a Location
CLASS axm$b Type
FIELD a OAK Laxm$b;
FIELD b SPRUCE Laxm$b;
FIELD c BIRCH Laxm$b;
FIELD d JUNGLE Laxm$b;
FIELD e ACACIA Laxm$b;
FIELD f DARK_OAK Laxm$b;
FIELD g name Ljava/lang/String;
2019-04-17 12:41:25 -04:00
FIELD h baseBlock Lbmj;
METHOD a getName ()Ljava/lang/String;
2019-04-17 12:41:25 -04:00
METHOD a getType (I)Laxm$b;
METHOD a getType (Ljava/lang/String;)Laxm$b;
METHOD b getBaseBlock ()Lbmj;
FIELD aI location Laxm$a;
FIELD aJ lastLocation Laxm$a;
2019-04-05 12:03:47 -04:00
FIELD e BOAT_TYPE Lqh;
FIELD f LEFT_PADDLE_MOVING Lqh;
FIELD g RIGHT_PADDLE_MOVING Lqh;
2019-04-17 12:41:25 -04:00
METHOD <init> (Lbhf;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-04-17 12:41:25 -04:00
METHOD a copyEntityData (Laie;)V
METHOD a setBoatType (Laxm$b;)V
2018-12-14 13:18:38 -05:00
METHOD a setPaddleState (ZZ)V
2019-04-17 12:41:25 -04:00
METHOD f asItem ()Lbbu;
2019-04-05 12:03:47 -04:00
METHOD i getPaddleSoundEvent ()Lyi;
2019-04-17 12:41:25 -04:00
METHOD p getBoatType ()Laxm$b;
METHOD s checkLocation ()Laxm$a;
2019-02-20 15:49:23 -05:00
METHOD u checKBoatInWater ()Z
2019-04-17 12:41:25 -04:00
METHOD v getUnderWaterLocation ()Laxm$a;