yarn/mappings/net/minecraft/entity/projectile/ProjectileEntity.mapping

43 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS awb net/minecraft/entity/projectile/ProjectileEntity
CLASS awb$a PickupPermission
2019-04-18 17:01:39 -04:00
METHOD a fromOrdinal (I)Lawb$a;
2019-04-17 12:41:25 -04:00
FIELD aA piercingKilledEntities Ljava/util/List;
FIELD ar PROJECTILE_FLAGS Lqh;
FIELD as PIERCE_LEVEL Lqh;
2019-04-18 17:01:39 -04:00
FIELD at inBlockState Lbvj;
2019-04-17 12:41:25 -04:00
FIELD au life I
FIELD aw damage D
2019-04-18 17:01:39 -04:00
FIELD ay sound Lyj;
2019-04-17 12:41:25 -04:00
FIELD az piercedEntities Lit/unimi/dsi/fastutil/ints/IntOpenHashSet;
2019-01-09 12:20:38 -05:00
FIELD c inGround Z
FIELD d inGroundTime I
2019-04-18 17:01:39 -04:00
FIELD e pickupType Lawb$a;
2019-01-09 12:20:38 -05:00
FIELD f shake I
FIELD g ownerUuid Ljava/util/UUID;
2019-04-18 17:01:39 -04:00
METHOD <init> (Laij;Lbhh;)V
2018-11-28 15:24:24 -05:00
ARG 1 type
2019-04-04 16:04:27 -04:00
METHOD a setProjectileFlag (IZ)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2019-04-18 17:01:39 -04:00
METHOD a setOwner (Laif;)V
METHOD a onHit (Laio;)V
METHOD a onEntityHit (Lcrs;)V
METHOD a onHit (Lcrt;)V
METHOD a getEntityCollision (Lcrv;Lcrv;)Lcrs;
METHOD a setSound (Lyj;)V
2018-10-28 08:34:15 -04:00
METHOD a setCritical (Z)V
2019-04-04 16:04:27 -04:00
METHOD b setPierceLevel (B)V
2018-10-28 08:34:15 -04:00
METHOD c setDamage (D)V
METHOD i age ()V
2019-04-18 17:01:39 -04:00
METHOD k getSound ()Lyj;
METHOD m getOwner ()Laif;
METHOD n asItemStack ()Lbca;
2019-01-24 11:47:45 -05:00
METHOD n setNoClip (Z)V
2019-03-27 14:35:10 -04:00
METHOD o getDamage ()D
2019-01-24 11:47:45 -05:00
METHOD o setShotFromCrossbow (Z)V
METHOD q isCritical ()Z
2019-03-27 14:35:10 -04:00
METHOD r isShotFromCrossbow ()Z
METHOD s getPierceLevel ()B
METHOD u getDragInWater ()F
2019-03-27 14:35:10 -04:00
METHOD v isNoClip ()Z
METHOD w clearPiercingStatus ()V