public interface ITagCollectionSupplier extends IForgeTagCollectionSupplier
Modifier and Type | Field and Description |
---|---|
static ITagCollectionSupplier |
EMPTY |
Modifier and Type | Method and Description |
---|---|
default void |
bindToGlobal() |
static ITagCollectionSupplier |
deserializeFromNetwork(PacketBuffer p_242211_0_) |
ITagCollection<Block> |
getBlocks() |
ITagCollection<EntityType<?>> |
getEntityTypes() |
ITagCollection<Fluid> |
getFluids() |
ITagCollection<Item> |
getItems() |
static ITagCollectionSupplier |
of(ITagCollection<Block> p_242209_0_,
ITagCollection<Item> p_242209_1_,
ITagCollection<Fluid> p_242209_2_,
ITagCollection<EntityType<?>> p_242209_3_) |
static ITagCollectionSupplier |
reinjectOptionalTags(ITagCollectionSupplier tagCollectionSupplier) |
default void |
serializeToNetwork(PacketBuffer p_242210_1_) |
getCustomTagTypes, getCustomTypeCollection, getCustomTypeCollection
static final ITagCollectionSupplier EMPTY
ITagCollection<Block> getBlocks()
ITagCollection<Item> getItems()
ITagCollection<Fluid> getFluids()
ITagCollection<EntityType<?>> getEntityTypes()
default void bindToGlobal()
default void serializeToNetwork(PacketBuffer p_242210_1_)
static ITagCollectionSupplier deserializeFromNetwork(PacketBuffer p_242211_0_)
static ITagCollectionSupplier of(ITagCollection<Block> p_242209_0_, ITagCollection<Item> p_242209_1_, ITagCollection<Fluid> p_242209_2_, ITagCollection<EntityType<?>> p_242209_3_)
static ITagCollectionSupplier reinjectOptionalTags(ITagCollectionSupplier tagCollectionSupplier)