public class ClientProxy extends CommonProxy
| Constructor and Description |
|---|
ClientProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
openEntry(Book book,
CategoryAbstract categoryAbstract,
EntryAbstract entryAbstract,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack stack) |
void |
playSound(net.minecraft.util.ResourceLocation sound) |
getClientGuiElement, getServerGuiElementpublic void playSound(net.minecraft.util.ResourceLocation sound)
playSound in class CommonProxypublic void openEntry(Book book, CategoryAbstract categoryAbstract, EntryAbstract entryAbstract, net.minecraft.entity.player.EntityPlayer player, net.minecraft.item.ItemStack stack)
openEntry in class CommonProxy