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

35 lines
991 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS ath net/minecraft/entity/vehicle/BoatEntity
CLASS ath$a Location
2019-02-13 12:35:08 -05:00
CLASS ath$b Type
FIELD a OAK Lath$b;
FIELD b SPRUCE Lath$b;
FIELD c BIRCH Lath$b;
FIELD d JUNGLE Lath$b;
FIELD e ACACIA Lath$b;
FIELD f DARK_OAK Lath$b;
FIELD g name Ljava/lang/String;
FIELD h baseBlock Lbic;
METHOD a getName ()Ljava/lang/String;
2019-02-13 12:35:08 -05:00
METHOD a getType (I)Lath$b;
METHOD a getType (Ljava/lang/String;)Lath$b;
METHOD b getBaseBlock ()Lbic;
FIELD aL location Lath$a;
FIELD aM lastLocation Lath$a;
2019-02-13 12:35:08 -05:00
FIELD e BOAT_TYPE Lpw;
FIELD f LEFT_PADDLE_MOVING Lpw;
FIELD g RIGHT_PADDLE_MOVING Lpw;
METHOD <init> (Lbdb;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-02-13 12:35:08 -05:00
METHOD a copyEntityData (Lahl;)V
METHOD a setBoatType (Lath$b;)V
2018-12-14 13:18:38 -05:00
METHOD a setPaddleState (ZZ)V
2019-02-13 12:35:08 -05:00
METHOD e asItem ()Laxo;
METHOD f getPaddleSoundEvent ()Lxx;
2019-02-13 12:35:08 -05:00
METHOD o getBoatType ()Lath$b;
METHOD r checkLocation ()Lath$a;
METHOD s checKBoatInWater ()Z
METHOD u getUnderWaterLocation ()Lath$a;