Interface PlayerHeadAdapter
public interface PlayerHeadAdapter
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlayerHeadAdapterget()getTileEntity(Block block) voidsetGameProfile(Object tileEntity, com.mojang.authlib.GameProfile profile)
-
Method Details
-
getTileEntity
@ParametersAreNonnullByDefault @Nullable Object getTileEntity(Block block) throws IllegalAccessException, InvocationTargetException, InstantiationException -
setGameProfile
@ParametersAreNonnullByDefault void setGameProfile(Object tileEntity, com.mojang.authlib.GameProfile profile) throws IllegalAccessException, InvocationTargetException -
get
-