Class GlobalFlagsCategory.WorldProperties.interactFalse.interactBlocks

java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.GlobalFlagsCategory.WorldProperties.interactFalse.interactBlocks
Enclosing class:
GlobalFlagsCategory.WorldProperties.interactFalse

@ConfigSerializable public static class GlobalFlagsCategory.WorldProperties.interactFalse.interactBlocks extends Object
  • Field Details

    • blacklist

      @Setting(comment="This items will not be allowed to interact, all other items will be.") public List<String> blacklist
    • whitelist

      @Setting(comment="Only this items will allowed to interact, all other item will not be allowed.\nYou can add this blocks to allow basic exploration (accept regex):\n\"minecraft:grass\", \"minecraft:tallgrass\", \"minecraft:red_flower\", \"minecraft:chest\"") public List<String> whitelist
  • Constructor Details

    • interactBlocks

      public interactBlocks()