@ConfigSerializable public class GraphicsConfig extends AbstractYamlConfig
base, config
Constructor and Description |
---|
GraphicsConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getEmissiveTexturesDistance() |
int |
getNamePlateRange() |
int |
getRangeToDisplayAttackAnimations() |
double |
getRenderDistanceWeight() |
boolean |
isAdvancedBattleInformation() |
boolean |
isDrawHealthBars() |
boolean |
isEmissiveTextures() |
boolean |
isEnableSmoothPokemonShading() |
boolean |
isOnlyShowAttackEffectsToBattlers() |
boolean |
isPlayerControlCamera() |
boolean |
isRenderWildLevels() |
boolean |
isScaleModelsUp() |
boolean |
isShowCurrentAttackTarget() |
boolean |
isShowWildNames() |
boolean |
isUseBattleCamera() |
boolean |
isUseSmoothShadingOnPokeBalls() |
getNode, save
public double getRenderDistanceWeight()
public int getNamePlateRange()
public boolean isRenderWildLevels()
public boolean isShowWildNames()
public boolean isScaleModelsUp()
public boolean isUseSmoothShadingOnPokeBalls()
public boolean isEnableSmoothPokemonShading()
public boolean isShowCurrentAttackTarget()
public boolean isDrawHealthBars()
public boolean isUseBattleCamera()
public boolean isPlayerControlCamera()
public boolean isOnlyShowAttackEffectsToBattlers()
public boolean isAdvancedBattleInformation()
public int getRangeToDisplayAttackAnimations()
public boolean isEmissiveTextures()
public int getEmissiveTexturesDistance()