fix StatusEffectInstance

This commit is contained in:
asie 2018-12-12 15:31:23 +01:00
parent 8f86e9535d
commit 710d7d3f05
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ CLASS coh net/minecraft/client/settings/GameOptions
METHOD b isToggle ()Z
METHOD c getId ()I
METHOD d getTranslationKey ()Ljava/lang/String;
METHOD d roundToStep (D)D
METHOD e getMinimumValue ()D
METHOD f getMaximumValue ()D
FIELD A mainHand Lags;

View File

@ -1,4 +1,4 @@
CLASS agd net/minecraft/entity/effect/StatusEffectInstnace
CLASS agd net/minecraft/entity/effect/StatusEffectInstance
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b type Lagc;
FIELD c duration I