diff --git a/mappings/net/minecraft/entity/effect/DamageModifierStatusEffect.mapping b/mappings/net/minecraft/entity/effect/DamageModifierStatusEffect.mapping index 4c16689a52..b7b2360a8b 100644 --- a/mappings/net/minecraft/entity/effect/DamageModifierStatusEffect.mapping +++ b/mappings/net/minecraft/entity/effect/DamageModifierStatusEffect.mapping @@ -1,6 +1,6 @@ CLASS net/minecraft/class_1287 net/minecraft/entity/effect/DamageModifierStatusEffect FIELD field_5881 modifier D METHOD (Lnet/minecraft/class_4081;ID)V - ARG 1 type + ARG 1 category ARG 2 color ARG 3 modifier diff --git a/mappings/net/minecraft/entity/effect/StatusEffect.mapping b/mappings/net/minecraft/entity/effect/StatusEffect.mapping index d125b576c5..f64aeb5572 100644 --- a/mappings/net/minecraft/entity/effect/StatusEffect.mapping +++ b/mappings/net/minecraft/entity/effect/StatusEffect.mapping @@ -1,12 +1,12 @@ CLASS net/minecraft/class_1291 net/minecraft/entity/effect/StatusEffect - FIELD field_18270 type Lnet/minecraft/class_4081; + FIELD field_18270 category Lnet/minecraft/class_4081; FIELD field_5883 translationKey Ljava/lang/String; FIELD field_5885 attributeModifiers Ljava/util/Map; FIELD field_5886 color I METHOD (Lnet/minecraft/class_4081;I)V - ARG 1 type + ARG 1 category ARG 2 color - METHOD method_18792 getType ()Lnet/minecraft/class_4081; + METHOD method_18792 getCategory ()Lnet/minecraft/class_4081; METHOD method_5552 canApplyUpdateEffect (II)Z ARG 1 duration ARG 2 amplifier diff --git a/mappings/net/minecraft/entity/effect/StatusEffectType.mapping b/mappings/net/minecraft/entity/effect/StatusEffectCategory.mapping similarity index 94% rename from mappings/net/minecraft/entity/effect/StatusEffectType.mapping rename to mappings/net/minecraft/entity/effect/StatusEffectCategory.mapping index c6a1d92e4a..7daa9edd74 100644 --- a/mappings/net/minecraft/entity/effect/StatusEffectType.mapping +++ b/mappings/net/minecraft/entity/effect/StatusEffectCategory.mapping @@ -1,4 +1,4 @@ -CLASS net/minecraft/class_4081 net/minecraft/entity/effect/StatusEffectType +CLASS net/minecraft/class_4081 net/minecraft/entity/effect/StatusEffectCategory FIELD field_18274 formatting Lnet/minecraft/class_124; METHOD (Ljava/lang/String;ILnet/minecraft/class_124;)V ARG 3 format