Skip to content

Registering Custom Masks, Patterns and Transforms

Jesse Boyd edited this page May 9, 2017 · 1 revision

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

This Wiki is for Legacy Versions (1.8 - 1.12.2). Check here for 1.13+ versions: https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/

Clone this wiki locally