Fix mixin sig

This commit is contained in:
Sollace 2022-08-27 18:12:44 +02:00
parent f210d1cd9f
commit 5077d04193

View file

@ -25,7 +25,7 @@ abstract class MixinInGameHud {
abstract class MixinInGameHud$HeartType { abstract class MixinInGameHud$HeartType {
@SuppressWarnings({"unchecked", "rawtypes"}) @SuppressWarnings({"unchecked", "rawtypes"})
@Inject( @Inject(
method = "fromPlayerState(Lnet/minecraft/entity/player/PlayerEntity;F)Lnet/minecraft/client/gui/hud/InGameHud$HeartType;", method = "fromPlayerState(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/client/gui/hud/InGameHud$HeartType;",
at = @At("RETURN"), at = @At("RETURN"),
cancellable = true) cancellable = true)
private static void onFromPlayerState(PlayerEntity player, CallbackInfoReturnable<Enum> cbi) { private static void onFromPlayerState(PlayerEntity player, CallbackInfoReturnable<Enum> cbi) {