Package | Description |
---|---|
us.fihgu.toolbox.resourcepack.model |
Modifier and Type | Method and Description |
---|---|
DisplayEntry |
DisplayOptions.getFirstperson_lefthand() |
DisplayEntry |
DisplayOptions.getFirstperson_righthand() |
DisplayEntry |
DisplayOptions.getFixed() |
DisplayEntry |
DisplayOptions.getGround() |
DisplayEntry |
DisplayOptions.getGui() |
DisplayEntry |
DisplayOptions.getHead() |
DisplayEntry |
DisplayOptions.getThirdperson_lefthand() |
DisplayEntry |
DisplayOptions.getThirdperson_righthand() |
Modifier and Type | Method and Description |
---|---|
void |
DisplayOptions.setFirstperson_lefthand(DisplayEntry firstperson_lefthand) |
void |
DisplayOptions.setFirstperson_righthand(DisplayEntry firstperson_righthand) |
void |
DisplayOptions.setFixed(DisplayEntry fixed) |
void |
DisplayOptions.setGround(DisplayEntry ground) |
void |
DisplayOptions.setGui(DisplayEntry gui) |
void |
DisplayOptions.setHead(DisplayEntry head) |
void |
DisplayOptions.setThirdperson_lefthand(DisplayEntry thirdperson_lefthand) |
void |
DisplayOptions.setThirdperson_righthand(DisplayEntry thirdperson_righthand) |