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;
2019-02-20 15:49:23 -05:00
FIELD h baseBlock Lbif;
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;
2019-02-20 15:49:23 -05:00
METHOD b getBaseBlock ()Lbif;
FIELD aL location Lath$a;
FIELD aM lastLocation Lath$a;
2019-02-20 15:49:23 -05:00
FIELD e BOAT_TYPE Lpx;
FIELD f LEFT_PADDLE_MOVING Lpx;
FIELD g RIGHT_PADDLE_MOVING Lpx;
METHOD <init> (Lbde;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-20 15:49:23 -05:00
METHOD f asItem ()Laxr;
METHOD i getPaddleSoundEvent ()Lxy;
METHOD p getBoatType ()Lath$b;
METHOD s checkLocation ()Lath$a;
METHOD u checKBoatInWater ()Z
METHOD v getUnderWaterLocation ()Lath$a;