Class GolfConfig.IllegalItems.Creative

java.lang.Object
org.samo_lego.golfiv.storage.GolfConfig.IllegalItems.Creative
Enclosing class:
GolfConfig.IllegalItems

public static class GolfConfig.IllegalItems.Creative extends Object
  • Field Details

    • _comment_legaliseWholeInventory

      @SerializedName("// Whether to check whole inventory when connecting / changing dimensions, etc.") public final String _comment_legaliseWholeInventory
      See Also:
    • legaliseWholeInventory

      public boolean legaliseWholeInventory
    • _comment_whitelistedNBT

      @SerializedName("// Which NBT shouldn\'t be cleared") public final String _comment_whitelistedNBT
      See Also:
    • _comment_removeCreativeNBTTags

      @SerializedName("// Disallow all NBT tags in creative which aren\'t in whitelist section.") public final String _comment_removeCreativeNBTTags
      Clears NBT items, but still allows block-picking.
      See Also:
    • whitelistedNBT

      public ArrayList<String> whitelistedNBT
    • removeCreativeNBTTags

      public boolean removeCreativeNBTTags
    • checkEnchants

      public boolean checkEnchants
    • checkPotionLevels

      public boolean checkPotionLevels
    • checkItemCount

      public boolean checkItemCount
  • Constructor Details

    • Creative

      public Creative()