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

27 lines
750 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS bty net/minecraft/block/entity/ConduitBlockEntity
2019-01-24 11:08:22 -05:00
FIELD a ticks I
2019-06-19 13:48:53 -04:00
FIELD b ACTIVATING_BLOCKS [Lbmq;
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-06-07 07:45:25 -04:00
FIELD j targetEntity Laiu;
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-06-07 07:45:25 -04:00
METHOD a playSound (Lym;)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
2019-06-19 13:48:53 -04:00
METHOD v getAttackZone ()Lcrw;
2019-06-07 07:45:25 -04:00
METHOD x findTargetEntity ()Laiu;
2019-05-07 12:05:49 -04:00
METHOD y spawnNautilusParticles ()V