Move EntityCaveMob to entity/mob with other base mob classes

This commit is contained in:
Shadowfacts 2016-10-21 20:00:17 -04:00
parent 2351d30ec9
commit f99aa89c76
No known key found for this signature in database
GPG Key ID: 94A5AB95422746E5
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,3 @@
CLASS wk net/minecraft/entity/mob/EntityCaveMob
METHOD a canBeLeashedBy (Laam;)Z
ARG 0 player

View File

@ -1,3 +0,0 @@
CLASS wk net/minecraft/entity/unsorted/EntityCaveMob
METHOD a canBeLeashedBy (Laam;)Z
ARG 0 player