Package org.samo_lego.golfiv.storage
Class GolfConfig.Combat
java.lang.Object
org.samo_lego.golfiv.storage.GolfConfig.Combat
- Enclosing class:
- GolfConfig
Combat checks settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Checks the angle at which player is hitting the entity.boolean
Checks if player is using reach hacks.boolean
Checks if player is hitting entity through wall. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
preventWallHit
public boolean preventWallHitChecks if player is hitting entity through wall. -
checkHitDistance
public boolean checkHitDistanceChecks if player is using reach hacks. -
checkHitAngle
public boolean checkHitAngleChecks the angle at which player is hitting the entity.
-
-
Constructor Details
-
Combat
public Combat()
-