Class GlobalFlagsCategory.WorldProperties.playerVeloCat
java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.GlobalFlagsCategory.WorldProperties.playerVeloCat
- Enclosing class:
- GlobalFlagsCategory.WorldProperties
@ConfigSerializable
public static class GlobalFlagsCategory.WorldProperties.playerVeloCat
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allow_fly
@Setting("allow-fly") public boolean allow_fly -
walk_speed
@Setting(value="walk-speed", comment="Walk speed from 0.0 to 1. Default -1 to disable") public float walk_speed -
fly_speed
@Setting(value="fly-speed", comment="Fly speed from 0.0 to 1. Default -1 to disable") public float fly_speed
-
-
Constructor Details
-
playerVeloCat
public playerVeloCat()
-