Fix some boolean getter methods being prefixed with 'get' (#1920)

* Fix some boolean getter methods being prefixed with 'get'

Fixes #1892

* Fix the setter method for thickening fog in the BossBar class being renamed instead of the getter method
This commit is contained in:
haykam821 2020-12-17 15:04:22 -05:00 committed by GitHub
parent d4bd96020f
commit 471e787c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 10 deletions

View File

@ -17,5 +17,5 @@ CLASS net/minecraft/class_4874 net/minecraft/client/realms/dto/PlayerInfo
METHOD method_25048 isOperator ()Z
METHOD method_25049 setOnline (Z)V
ARG 1 online
METHOD method_25050 getAccepted ()Z
METHOD method_25051 getOnline ()Z
METHOD method_25050 isAccepted ()Z
METHOD method_25051 isOnline ()Z

View File

@ -30,9 +30,9 @@ CLASS net/minecraft/class_1259 net/minecraft/entity/boss/BossBar
METHOD method_5415 getOverlay ()Lnet/minecraft/class_1259$class_1261;
METHOD method_5416 setColor (Lnet/minecraft/class_1259$class_1260;)V
ARG 1 color
METHOD method_5417 getDarkenSky ()Z
METHOD method_5417 shouldDarkenSky ()Z
METHOD method_5418 hasDragonMusic ()Z
METHOD method_5419 getThickenFog ()Z
METHOD method_5419 shouldThickenFog ()Z
METHOD method_5420 getColor ()Lnet/minecraft/class_1259$class_1260;
CLASS class_1260 Color
FIELD field_5781 name Ljava/lang/String;

View File

@ -82,7 +82,7 @@ CLASS net/minecraft/class_1282 net/minecraft/entity/damage/DamageSource
ARG 1 attacker
METHOD method_5525 getName ()Ljava/lang/String;
METHOD method_5526 getSource ()Lnet/minecraft/class_1297;
METHOD method_5527 getMagic ()Z
METHOD method_5527 isMagic ()Z
METHOD method_5528 getExhaustion ()F
METHOD method_5529 getAttacker ()Lnet/minecraft/class_1297;
METHOD method_5530 isSourceCreativePlayer ()Z

View File

@ -9,7 +9,7 @@ CLASS net/minecraft/class_1511 net/minecraft/entity/decoration/EndCrystalEntity
ARG 6 z
METHOD method_6835 crystalDestroyed (Lnet/minecraft/class_1282;)V
ARG 1 source
METHOD method_6836 getShowBottom ()Z
METHOD method_6836 shouldShowBottom ()Z
METHOD method_6837 setBeamTarget (Lnet/minecraft/class_2338;)V
ARG 1 beamTarget
METHOD method_6838 getBeamTarget ()Lnet/minecraft/class_2338;

View File

@ -8,7 +8,7 @@ CLASS net/minecraft/class_1548 net/minecraft/entity/mob/CreeperEntity
FIELD field_7230 FUSE_SPEED Lnet/minecraft/class_2940;
FIELD field_7231 IGNITED Lnet/minecraft/class_2940;
METHOD method_26908 createCreeperAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_7000 getIgnited ()Z
METHOD method_7000 isIgnited ()Z
METHOD method_7001 spawnEffectsCloud ()V
METHOD method_7002 onHeadDropped ()V
METHOD method_7003 getClientFuseTime (F)F

View File

@ -22,7 +22,7 @@ CLASS net/minecraft/class_1453 net/minecraft/entity/passive/ParrotEntity
METHOD method_6580 getSoundPitch (Ljava/util/Random;)F
ARG 0 random
METHOD method_6581 isInAir ()Z
METHOD method_6582 getSongPlaying ()Z
METHOD method_6582 isSongPlaying ()Z
METHOD method_6583 getRandomSound (Lnet/minecraft/class_1937;Ljava/util/Random;)Lnet/minecraft/class_3414;
ARG 0 world
METHOD method_6584 getVariant ()I

View File

@ -151,7 +151,7 @@ CLASS net/minecraft/class_1657 net/minecraft/entity/player/PlayerEntity
ARG 1 tag
METHOD method_7299 addTellClickEvent (Lnet/minecraft/class_5250;)Lnet/minecraft/class_5250;
ARG 1 component
METHOD method_7302 getReducedDebugInfo ()Z
METHOD method_7302 hasReducedDebugInfo ()Z
METHOD method_7303 openStructureBlockScreen (Lnet/minecraft/class_2633;)V
ARG 1 structureBlock
METHOD method_7304 addEnchantedHitParticles (Lnet/minecraft/class_1297;)V

View File

@ -41,4 +41,4 @@ CLASS net/minecraft/class_2875 net/minecraft/network/packet/c2s/play/UpdateStruc
METHOD method_12503 shouldShowAir ()Z
METHOD method_12504 getMode ()Lnet/minecraft/class_2776;
METHOD method_12505 shouldShowBoundingBox ()Z
METHOD method_12506 getIgnoreEntities ()Z
METHOD method_12506 shouldIgnoreEntities ()Z