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