base mod created
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.minecraft.entity;
|
||||
|
||||
import java.util.UUID;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
public interface IEntityOwnable
|
||||
{
|
||||
@Nullable
|
||||
UUID getOwnerId();
|
||||
|
||||
@Nullable
|
||||
Entity getOwner();
|
||||
}
|
||||
Reference in New Issue
Block a user