Package org.samo_lego.golfiv.storage
Class GolfConfig.Movement
java.lang.Object
org.samo_lego.golfiv.storage.GolfConfig.Movement
- Enclosing class:
- GolfConfig
Movement checks settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Client can tell server its onGround status and server blindly accepts it. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
patchNoFall
public boolean patchNoFallClient can tell server its onGround status and server blindly accepts it. This can allow client to not take any fall damage. This setting re-enables the check server-side and doesn't care about the client's onGround status.
-
-
Constructor Details
-
Movement
public Movement()
-