public class ResourcePackListEntryServer extends ResourcePackListEntry
mc, resourcePacksGUI| Constructor and Description |
|---|
ResourcePackListEntryServer(GuiScreenResourcePacks resourcePacksGUIIn,
IResourcePack resourcePackIn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindResourcePackIcon() |
protected boolean |
canMoveDown() |
protected boolean |
canMoveLeft() |
protected boolean |
canMoveRight() |
protected boolean |
canMoveUp() |
protected java.lang.String |
getResourcePackDescription() |
protected int |
getResourcePackFormat() |
protected java.lang.String |
getResourcePackName() |
boolean |
isServerPack() |
protected boolean |
showHoverOverlay() |
drawEntry, mousePressed, mouseReleased, updatePositionpublic ResourcePackListEntryServer(GuiScreenResourcePacks resourcePacksGUIIn, IResourcePack resourcePackIn)
protected int getResourcePackFormat()
getResourcePackFormat in class ResourcePackListEntryprotected java.lang.String getResourcePackDescription()
getResourcePackDescription in class ResourcePackListEntryprotected boolean canMoveRight()
canMoveRight in class ResourcePackListEntryprotected boolean canMoveLeft()
canMoveLeft in class ResourcePackListEntryprotected boolean canMoveUp()
canMoveUp in class ResourcePackListEntryprotected boolean canMoveDown()
canMoveDown in class ResourcePackListEntryprotected java.lang.String getResourcePackName()
getResourcePackName in class ResourcePackListEntryprotected void bindResourcePackIcon()
bindResourcePackIcon in class ResourcePackListEntryprotected boolean showHoverOverlay()
showHoverOverlay in class ResourcePackListEntrypublic boolean isServerPack()
isServerPack in class ResourcePackListEntry