Package org.samo_lego.golfiv.storage
Class GolfConfig.IllegalItems.Creative
java.lang.Object
org.samo_lego.golfiv.storage.GolfConfig.IllegalItems.Creative
- Enclosing class:
- GolfConfig.IllegalItems
-
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
- See Also:
-
_comment_removeCreativeNBTTags
@SerializedName("// Disallow all NBT tags in creative which aren\'t in whitelist section.") public final String _comment_removeCreativeNBTTagsClears NBT items, but still allows block-picking.- See Also:
-
whitelistedNBT
-
removeCreativeNBTTags
public boolean removeCreativeNBTTags -
checkEnchants
public boolean checkEnchants -
checkPotionLevels
public boolean checkPotionLevels -
checkItemCount
public boolean checkItemCount
-
-
Constructor Details
-
Creative
public Creative()
-