yarn/mappings/net/minecraft/block/entity/ConduitBlockEntity.mapping

27 lines
750 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS bpk net/minecraft/block/entity/ConduitBlockEntity
2019-01-24 11:08:22 -05:00
FIELD a ticks I
2019-02-13 12:35:08 -05:00
FIELD b ACTIVATING_BLOCKS [Lbic;
2019-01-24 11:08:22 -05:00
FIELD c ticksActive F
FIELD g active Z
FIELD h eyeOpen Z
FIELD i activatingBlocks Ljava/util/List;
2019-02-13 12:35:08 -05:00
FIELD j targetEntity Lahu;
2018-10-31 13:05:40 -04:00
FIELD k targetUuid Ljava/util/UUID;
2019-01-24 11:08:22 -05:00
FIELD l nextAmbientSoundTime J
METHOD a getRotation (F)F
ARG 1 tickDelta
2019-02-13 12:35:08 -05:00
METHOD a playSound (Lxx;)V
2019-01-24 11:08:22 -05:00
METHOD a setActive (Z)V
ARG 1 active
METHOD b setEyeOpen (Z)V
ARG 1 eyeOpen
METHOD c isActive ()Z
METHOD d isEyeOpen ()Z
METHOD f updateActivatingBlocks ()Z
METHOD g givePlayersEffects ()V
METHOD h attackHostileEntity ()V
METHOD s updateTargetEntity ()V
2019-02-13 12:35:08 -05:00
METHOD t getAttackZone ()Lcnb;
METHOD u findTargetEntity ()Lahu;
2019-01-24 11:08:22 -05:00
METHOD v spawnNautilusParticles ()V