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

25 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3721 net/minecraft/block/entity/BellBlockEntity
FIELD field_17095 ringTicks I
2020-03-31 21:02:51 -04:00
FIELD field_17096 ringing Z
2019-06-28 17:55:20 -04:00
FIELD field_17097 lastSideHit Lnet/minecraft/class_2350;
FIELD field_19155 lastRingTime J
FIELD field_19156 hearingEntities Ljava/util/List;
FIELD field_19157 resonating Z
FIELD field_19158 resonateTime I
2019-06-28 17:55:20 -04:00
METHOD method_17031 activate (Lnet/minecraft/class_2350;)V
COMMENT Rings the bell in a given direction.
2020-03-31 21:02:51 -04:00
ARG 1 direction
METHOD method_20218 applyParticlesToRaiders (Lnet/minecraft/class_1937;)V
ARG 1 world
METHOD method_20219 notifyMemoriesOfBell ()V
COMMENT Makes living entities within 48 blocks remember that they heard a bell at the current world time.
2020-03-31 21:02:51 -04:00
METHOD method_20518 isRaiderEntity (Lnet/minecraft/class_1309;)Z
ARG 1 entity
METHOD method_20520 applyGlowToEntity (Lnet/minecraft/class_1309;)V
COMMENT Gives the {@link net.minecraft.entity.effect.StatusEffects#GLOWING} status effect to the given entity for 3 seconds (60 ticks).
2020-03-31 21:02:51 -04:00
ARG 1 entity
METHOD method_20521 applyGlowToRaiders (Lnet/minecraft/class_1937;)V
ARG 1 world
2019-06-28 17:55:20 -04:00
METHOD method_20522 playResonateSound ()V
METHOD method_20523 raidersHearBell ()Z