Map Entity.doesRenderOnFire

This commit is contained in:
copygirl 2016-10-28 13:24:29 +02:00
parent c0b1dc2708
commit eb5345fee6
2 changed files with 2 additions and 0 deletions

View File

@ -234,6 +234,7 @@ CLASS sg net/minecraft/entity/Entity
METHOD b setInWorld (Z)V
METHOD bB getRiddenEntity ()Lsg;
METHOD bC getSoundCategory ()Lnm;
METHOD bd doesRenderOnFire ()Z
METHOD be getUuid ()Ljava/util/UUID;
METHOD bf getUuidAsString ()Ljava/lang/String;
METHOD bh getRenderDistanceMultiplier ()D

View File

@ -25,6 +25,7 @@ CLASS yz net/minecraft/entity/EntityFallingBlock
ARG 0 tag
METHOD b registerTagUpgraders (Lpf;)V
ARG 0 handler
METHOD bd doesRenderOnFire ()Z
METHOD e handleFallDamage (FF)V
ARG 0 fallDistance
METHOD i initDataTracker ()V