Map and document the boolean parameter of the Explosion.affectWorld method (#2165)

* Map the boolean parameter of the Explosion.affectWorld method

* Document the boolean parameter of the Explosion.affectWorld method
This commit is contained in:
haykam821 2021-03-18 15:18:32 -04:00 committed by GitHub
parent cc5928d98c
commit e08b832062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ CLASS net/minecraft/class_1927 net/minecraft/world/explosion/Explosion
METHOD method_8348 collectBlocksAndDamageEntities ()V
METHOD method_8349 getDamageSource ()Lnet/minecraft/class_1282;
METHOD method_8350 affectWorld (Z)V
ARG 1 particles
COMMENT whether this explosion should emit explosion or explosion emitter particles around the source of the explosion
METHOD method_8351 getAffectedPlayers ()Ljava/util/Map;
METHOD method_8352 clearAffectedBlocks ()V
CLASS class_4179 DestructionType