Class HitBoxValidator

java.lang.Object
me.deecaad.weaponmechanics.weapon.projectile.HitBoxValidator
All Implemented Interfaces:
me.deecaad.core.file.IValidator

public class HitBoxValidator extends Object implements me.deecaad.core.file.IValidator
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for validator
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    validate(me.deecaad.core.file.Configuration configuration, me.deecaad.core.file.SerializeData data)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface me.deecaad.core.file.IValidator

    denyKeys, getAllowedPaths, shouldValidate
  • Constructor Details

    • HitBoxValidator

      public HitBoxValidator()
      Default constructor for validator
  • Method Details

    • getKeyword

      public String getKeyword()
      Specified by:
      getKeyword in interface me.deecaad.core.file.IValidator
    • validate

      public void validate(me.deecaad.core.file.Configuration configuration, me.deecaad.core.file.SerializeData data) throws me.deecaad.core.file.SerializerException
      Specified by:
      validate in interface me.deecaad.core.file.IValidator
      Throws:
      me.deecaad.core.file.SerializerException