0 Registering Custom Masks, Patterns and Transforms
Jesse Boyd edited this page 2017-05-09 10:26:51 +10:00

With FAWE you can register your own custom masks, patterns and transforms.

FaweAPI.registerMasks(maskMethods);
FaweAPI.registerPatterns(patternMethods);
FaweAPI.registerTransforms(transformMethods);

Where

  • maskMethods is a class like this
  • patternMethods is a class like this
  • transformMethods is a class like this