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

27 lines
750 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS btu net/minecraft/block/entity/ConduitBlockEntity
2019-01-24 11:08:22 -05:00
FIELD a ticks I
2019-05-07 12:05:49 -04:00
FIELD b ACTIVATING_BLOCKS [Lbmm;
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-05-07 12:05:49 -04:00
FIELD j targetEntity Lair;
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-04-18 17:01:39 -04:00
METHOD a playSound (Lyj;)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
2019-05-16 12:28:41 -04:00
METHOD d isActive ()Z
METHOD f isEyeOpen ()Z
METHOD h updateActivatingBlocks ()Z
2019-05-07 12:05:49 -04:00
METHOD s givePlayersEffects ()V
METHOD t attackHostileEntity ()V
METHOD u updateTargetEntity ()V
METHOD v getAttackZone ()Lcrs;
METHOD x findTargetEntity ()Lair;
METHOD y spawnNautilusParticles ()V