Class PonderTagRegistry
java.lang.Object
net.createmod.ponder.foundation.registration.PonderTagRegistry
- All Implemented Interfaces:
TagRegistryAccess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTagToComponent(net.minecraft.resources.ResourceLocation tag, net.minecraft.resources.ResourceLocation item) voidSet<net.minecraft.resources.ResourceLocation> Set<net.minecraft.resources.ResourceLocation> getItems(net.minecraft.resources.ResourceLocation tag) getRegisteredTag(net.minecraft.resources.ResourceLocation tagLocation) getTags(net.minecraft.resources.ResourceLocation item) voidvoidregisterTag(PonderTag tag)
-
Constructor Details
-
PonderTagRegistry
-
-
Method Details
-
clearRegistry
public void clearRegistry() -
registerTag
-
listTag
-
addTagToComponent
public void addTagToComponent(net.minecraft.resources.ResourceLocation tag, net.minecraft.resources.ResourceLocation item) -
getRegisteredTag
- Specified by:
getRegisteredTagin interfaceTagRegistryAccess
-
getListedTags
- Specified by:
getListedTagsin interfaceTagRegistryAccess
-
getTags
- Specified by:
getTagsin interfaceTagRegistryAccess
-
getItems
public Set<net.minecraft.resources.ResourceLocation> getItems(net.minecraft.resources.ResourceLocation tag) - Specified by:
getItemsin interfaceTagRegistryAccess
-
getItems
- Specified by:
getItemsin interfaceTagRegistryAccess
-