Package org.spongepowered.api.tag
Class TagTypes
- java.lang.Object
-
- org.spongepowered.api.tag.TagTypes
-
public final class TagTypes extends java.lang.ObjectRepresents a type that aTagcan represent.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<TagType<BlockType>>BLOCK_TYPEstatic DefaultedRegistryReference<TagType<EntityType<?>>>ENTITY_TYPEstatic DefaultedRegistryReference<TagType<FluidType>>FLUID_TYPEstatic DefaultedRegistryReference<TagType<ItemType>>ITEM_TYPE
-
-
-
Field Detail
-
BLOCK_TYPE
public static final DefaultedRegistryReference<TagType<BlockType>> BLOCK_TYPE
-
ENTITY_TYPE
public static final DefaultedRegistryReference<TagType<EntityType<?>>> ENTITY_TYPE
-
FLUID_TYPE
public static final DefaultedRegistryReference<TagType<FluidType>> FLUID_TYPE
-
ITEM_TYPE
public static final DefaultedRegistryReference<TagType<ItemType>> ITEM_TYPE
-
-