public interface IPlayerRegistry
Modifier and Type | Method and Description |
---|---|
net.minecraft.entity.player.EntityPlayer |
findPlayer(int playerID) |
int |
getID(net.minecraft.entity.player.EntityPlayer player) |
int |
getID(com.mojang.authlib.GameProfile gameProfile) |
int getID(com.mojang.authlib.GameProfile gameProfile)
gameProfile
- user game profileint getID(net.minecraft.entity.player.EntityPlayer player)
player
- player@Nullable net.minecraft.entity.player.EntityPlayer findPlayer(int playerID)
playerID
- to be found player id