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

28 lines
842 B
Plaintext
Raw Normal View History

2019-04-17 12:41:25 -04:00
CLASS bul net/minecraft/block/entity/EndGatewayBlockEntity
2016-08-12 14:24:17 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2018-12-12 12:12:26 -05:00
FIELD b age J
2019-01-24 11:08:22 -05:00
FIELD c teleportCooldown I
2019-03-20 13:56:26 -04:00
FIELD g exitPortalPos Lev;
2019-01-24 11:08:22 -05:00
FIELD h exactTeleport Z
METHOD a getRecentlyGeneratedBeamHeight (F)F
ARG 1 tickDelta
2019-04-17 12:41:25 -04:00
METHOD a tryTeleportingEntity (Laie;)V
METHOD a findExitPortalPos (Lbgq;Lev;IZ)Lev;
2019-01-24 11:08:22 -05:00
ARG 0 world
ARG 1 pos
ARG 2 searchRadius
2019-04-17 12:41:25 -04:00
METHOD a getChunk (Lbhf;Lcrt;)Lbxh;
2017-05-13 02:02:51 -04:00
ARG 0 world
ARG 1 pos
2019-04-17 12:41:25 -04:00
METHOD a findPortalPosition (Lbxh;)Lev;
2019-03-20 13:56:26 -04:00
METHOD a setExitPortalPos (Lev;Z)V
2019-01-24 11:08:22 -05:00
METHOD b getCooldownBeamHeight (F)F
ARG 1 tickDelta
2019-03-20 13:56:26 -04:00
METHOD b createPortal (Lev;)V
2019-01-24 11:08:22 -05:00
METHOD c isRecentlyGenerated ()Z
METHOD d needsCooldownBeforeTeleporting ()Z
METHOD f startTeleportCooldown ()V
2019-04-03 12:16:41 -04:00
METHOD r getDrawnSidesCount ()I
METHOD s findBestPortalExitPos ()Lev;
2019-02-20 15:49:23 -05:00
METHOD t createPortal ()V