public interface TagManager
Modifier and Type | Field and Description |
---|---|
static TagManager |
EMPTY |
Modifier and Type | Method and Description |
---|---|
default void |
apply() |
static TagManager |
create(TagGroup<Block> blocks,
TagGroup<Item> items,
TagGroup<Fluid> fluids,
TagGroup<EntityType<?>> entityTypes) |
static TagManager |
fromPacket(PacketByteBuf buf) |
TagGroup<Block> |
getBlocks() |
TagGroup<EntityType<?>> |
getEntityTypes() |
TagGroup<Fluid> |
getFluids() |
TagGroup<Item> |
getItems() |
default void |
toPacket(PacketByteBuf buf) |
static final TagManager EMPTY
TagGroup<EntityType<?>> getEntityTypes()
default void apply()
default void toPacket(PacketByteBuf buf)
static TagManager fromPacket(PacketByteBuf buf)
static TagManager create(TagGroup<Block> blocks, TagGroup<Item> items, TagGroup<Fluid> fluids, TagGroup<EntityType<?>> entityTypes)