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

35 lines
991 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS ati net/minecraft/entity/vehicle/BoatEntity
CLASS ati$a Location
CLASS ati$b Type
FIELD a OAK Lati$b;
FIELD b SPRUCE Lati$b;
FIELD c BIRCH Lati$b;
FIELD d JUNGLE Lati$b;
FIELD e ACACIA Lati$b;
FIELD f DARK_OAK Lati$b;
FIELD g name Ljava/lang/String;
2019-02-21 13:19:18 -05:00
FIELD h baseBlock Lbig;
METHOD a getName ()Ljava/lang/String;
2019-02-21 13:19:18 -05:00
METHOD a getType (I)Lati$b;
METHOD a getType (Ljava/lang/String;)Lati$b;
METHOD b getBaseBlock ()Lbig;
FIELD aH location Lati$a;
FIELD aI lastLocation Lati$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;
2019-02-21 13:19:18 -05:00
METHOD <init> (Lbdf;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-21 13:19:18 -05:00
METHOD a copyEntityData (Lahm;)V
METHOD a setBoatType (Lati$b;)V
2018-12-14 13:18:38 -05:00
METHOD a setPaddleState (ZZ)V
2019-02-21 13:19:18 -05:00
METHOD f asItem ()Laxs;
2019-02-20 15:49:23 -05:00
METHOD i getPaddleSoundEvent ()Lxy;
2019-02-21 13:19:18 -05:00
METHOD p getBoatType ()Lati$b;
METHOD s checkLocation ()Lati$a;
2019-02-20 15:49:23 -05:00
METHOD u checKBoatInWater ()Z
2019-02-21 13:19:18 -05:00
METHOD v getUnderWaterLocation ()Lati$a;