From 0199e61e6803e769aefd20f6b8cd31ba7a44e085 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Mon, 11 May 2020 10:52:53 +0200 Subject: [PATCH] Entity#isAlive(0) -> isValid --- mappings/net/minecraft/entity/Entity.mapping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings/net/minecraft/entity/Entity.mapping b/mappings/net/minecraft/entity/Entity.mapping index 4c7fa178bf..6e31ea3a75 100644 --- a/mappings/net/minecraft/entity/Entity.mapping +++ b/mappings/net/minecraft/entity/Entity.mapping @@ -254,7 +254,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity ARG 1 yaw METHOD method_5637 isWet ()Z COMMENT Returns whether this entity is touching water, or is being rained on, or is inside a bubble column... - COMMENT + COMMENT COMMENT @see net.minecraft.entity.Entity#isTouchingWater() COMMENT @see net.minecraft.entity.Entity#isBeingRainedOn() COMMENT @see net.minecraft.entity.Entity#isInsideBubbleColumn() @@ -554,7 +554,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity ARG 1 silent METHOD method_5804 startRiding (Lnet/minecraft/class_1297;)Z ARG 1 entity - METHOD method_5805 isAlive ()Z + METHOD method_5805 isValid ()Z METHOD method_5806 getDefaultNetherPortalCooldown ()I METHOD method_5807 isCustomNameVisible ()Z METHOD method_5808 refreshPositionAndAngles (DDDFF)V