Class LootModifierPredicateTypes
java.lang.Object
top.offsetmonkey538.loottablemodifier.common.api.resource.predicate.LootModifierPredicateTypes
Contains all
Use their builders to create them.
LootModifierPredicate types available in Loot Table Modifier
Use their builders to create them.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LootModifierPredicateTypeType ofAllOfPredicatestatic final LootModifierPredicateTypeType ofAnyOfPredicatestatic final LootModifierPredicateTypeType ofEntryItemPredicatestatic final LootModifierPredicateTypeType ofInvertedPredicatestatic final LootModifierPredicateTypeType ofTablePredicate -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister()Registers predicate types by loading the class.
-
Field Details
-
INVERTED
Type ofInvertedPredicate -
ANY_OF
Type ofAnyOfPredicate -
ALL_OF
Type ofAllOfPredicate -
ENTRY_ITEM
Type ofEntryItemPredicate -
TABLE
Type ofTablePredicate
-
-
Method Details
-
register
@Internal public static void register()Registers predicate types by loading the class.
Only for the loot table modifier initializer to call, NO TOUCHY >:(
-