Fix "invulnurable" typing error

This commit is contained in:
copygirl 2016-09-09 14:28:11 +02:00
parent f5000eb730
commit fe394b68ce
2 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ CLASS none/se net/minecraft/entity/Entity
ARG 1 playerHand
METHOD b serializeEntityTag (Lnone/dt;)V
ARG 0 tagCompound
METHOD b isInvulnurableTo (Lnone/rp;)Z
METHOD b isInvulnerableTo (Lnone/rp;)Z
ARG 0 source
METHOD bB getVehicle ()Lnone/se;
METHOD bC getSoundCategory ()Lnone/nm;
@ -214,7 +214,7 @@ CLASS none/se net/minecraft/entity/Entity
METHOD i initDataTracker ()V
METHOD i setOnFire (I)V
ARG 0 seconds
METHOD i setInvulnurable (Z)V
METHOD i setInvulnerable (Z)V
ARG 0 value
METHOD i_ getNameComponent ()Lnone/fa;
METHOD j setCustomNameVisible (Z)V

View File

@ -24,7 +24,7 @@ CLASS none/lw net/minecraft/entity/player/EntityPlayerServer
ARG 0 source
ARG 1 damage
METHOD b serializeEntityTag (Lnone/dt;)V
METHOD b isInvulnurableTo (Lnone/rp;)Z
METHOD b isInvulnerableTo (Lnone/rp;)Z
ARG 0 source
METHOD c getBlockPos ()Lnone/cn;
METHOD c changeDimension (I)Lnone/se;