public class PonderTagRegistry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
PonderTagRegistry.ItemBuilder |
class |
PonderTagRegistry.TagBuilder |
| Constructor and Description |
|---|
PonderTagRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(PonderTag tag,
PonderChapter chapter) |
void |
add(PonderTag tag,
net.minecraft.util.ResourceLocation item) |
PonderTagRegistry.ItemBuilder |
forItems(net.minecraft.util.ResourceLocation... items) |
PonderTagRegistry.TagBuilder |
forTag(PonderTag tag) |
java.util.Set<PonderChapter> |
getChapters(PonderTag tag) |
java.util.Set<net.minecraft.util.ResourceLocation> |
getItems(PonderTag tag) |
java.util.List<PonderTag> |
getListedTags() |
java.util.Set<PonderTag> |
getTags(PonderChapter chapter) |
java.util.Set<PonderTag> |
getTags(net.minecraft.util.ResourceLocation item) |
void |
listTag(PonderTag tag) |
public java.util.Set<PonderTag> getTags(net.minecraft.util.ResourceLocation item)
public java.util.Set<PonderTag> getTags(PonderChapter chapter)
public java.util.Set<net.minecraft.util.ResourceLocation> getItems(PonderTag tag)
public java.util.Set<PonderChapter> getChapters(PonderTag tag)
public java.util.List<PonderTag> getListedTags()
public void listTag(PonderTag tag)
public void add(PonderTag tag, net.minecraft.util.ResourceLocation item)
public void add(PonderTag tag, PonderChapter chapter)
public PonderTagRegistry.ItemBuilder forItems(net.minecraft.util.ResourceLocation... items)
public PonderTagRegistry.TagBuilder forTag(PonderTag tag)