Class LootModifierPredicateTypeRegistryImpl
java.lang.Object
top.offsetmonkey538.loottablemodifier.modded.impl.resource.predicate.LootModifierPredicateTypeRegistryImpl
- All Implemented Interfaces:
LootModifierPredicateType.Registry
public final class LootModifierPredicateTypeRegistryImpl
extends Object
implements LootModifierPredicateType.Registry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.Registry<LootModifierPredicateType>Fields inherited from interface top.offsetmonkey538.loottablemodifier.common.api.resource.predicate.LootModifierPredicateType.Registry
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionregister(@NotNull top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier id, @NotNull LootModifierPredicateType type)
-
Field Details
-
REGISTRY
-
-
Constructor Details
-
LootModifierPredicateTypeRegistryImpl
public LootModifierPredicateTypeRegistryImpl()
-
-
Method Details
-
register
public LootModifierPredicateType register(@NotNull @NotNull top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier id, @NotNull @NotNull LootModifierPredicateType type) - Specified by:
registerin interfaceLootModifierPredicateType.Registry
-