yarn/mappings/net/minecraft/world/explosion/Explosion.mapping

19 lines
544 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS ald net/minecraft/world/explosion/Explosion
2016-09-07 05:12:57 -04:00
FIELD a createFire Z
FIELD b destroyBlocks Z
FIELD c rand Ljava/util/Random;
2017-04-05 07:31:24 -04:00
FIELD d world Lali;
2016-09-07 05:12:57 -04:00
FIELD e x D
FIELD f y D
FIELD g z D
2017-04-05 07:31:24 -04:00
FIELD h entity Lub;
2016-09-07 05:12:57 -04:00
FIELD i power F
FIELD j affectedBlocks Ljava/util/List;
FIELD k affectedPlayers Ljava/util/Map;
METHOD a collectBlocksAndDamageEntities ()V
METHOD a affectWorld (Z)V
METHOD b getAffectedPlayers ()Ljava/util/Map;
2017-04-05 07:31:24 -04:00
METHOD c getCausingEntity ()Luk;
2016-09-07 05:12:57 -04:00
METHOD d clearAffectedBlocks ()V
METHOD e getAffectedBlocks ()Ljava/util/List;