Class LootModifierActionTypes
java.lang.Object
top.offsetmonkey538.loottablemodifier.common.api.resource.action.LootModifierActionTypes
Contains all
Use their builders to create them.
LootModifierAction types available in Loot Table Modifier.
Use their builders to create them.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LootModifierActionTypeType ofConditionAddActionstatic final LootModifierActionTypeType ofEntryAddActionstatic final LootModifierActionTypeType ofEntryItemSetActionstatic final LootModifierActionTypeType ofEntryRemoveActionstatic final LootModifierActionTypeType ofPoolAddActionstatic final LootModifierActionTypeType ofPoolRemoveAction -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister()Registers action types by loading the class.
-
Field Details
-
POOL_ADD
Type ofPoolAddAction -
POOL_REMOVE
Type ofPoolRemoveAction -
ENTRY_ADD
Type ofEntryAddAction -
ENTRY_REMOVE
Type ofEntryRemoveAction -
ENTRY_ITEM_SET
Type ofEntryItemSetAction -
CONDITION_ADD
Type ofConditionAddAction
-
-
Method Details
-
register
@Internal public static void register()Registers action types by loading the class.
Only for the loot table modifier initializer to call, NO TOUCHY >:(
-