classpublicPriority 1
PlayerConfig
com.hypixel.hytale.server.core.asset.type.gameplay.PlayerConfig
5
Methods
5
Public Methods
7
Fields
1
Constructors
Constants
BuilderCodec<PlayerConfig>CODEC= BuilderCodec.builder(PlayerConfig.class, PlayerConfig::new)
.appendInherited(
new ...
Constructors
public
PlayerConfig()Methods
Public Methods (5)
public
int getHitboxCollisionConfigIndex()public
int getMaxDeployableEntities()public
String getMovementConfigId()public
int getMovementConfigIndex()public
int getRepulsionConfigIndex()Fields
Protected Fields (7)
protected
String hitboxCollisionConfigIdprotected
int hitboxCollisionConfigIndexprotected
int maxDeployableEntitiesprotected
String movementConfigIdprotected
int movementConfigIndexprotected
String repulsionConfigIdprotected
int repulsionConfigIndex