21w13a interfaces (#2223)

* interfaces

* whoops

* MobWithInventory -> InventoryOwner

* fix package
This commit is contained in:
Shnupbups 2021-04-02 22:58:33 +11:00 committed by GitHub
parent c58cee8a8d
commit 86891d90dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -1,2 +0,0 @@
CLASS net/minecraft/class_6025
METHOD method_6139 getOwnerUuid ()Ljava/util/UUID;

View File

@ -0,0 +1,2 @@
CLASS net/minecraft/class_6067 net/minecraft/entity/InventoryOwner
METHOD method_35199 getInventory ()Lnet/minecraft/class_1263;

View File

@ -0,0 +1,3 @@
CLASS net/minecraft/class_6025 net/minecraft/entity/Tameable
METHOD method_35057 getOwner ()Lnet/minecraft/class_1297;
METHOD method_6139 getOwnerUuid ()Ljava/util/UUID;