Uses of Class
net.minecraft.tag.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in net.minecraft
Subclasses of Tag in net.minecraftFields in net.minecraft declared as TagModifier and TypeFieldDescriptionclass_4475.ACACIA_LOGSclass_4475.ANVILclass_4475.BANNERSclass_4475.BIRCH_LOGSclass_4475.BUTTONSclass_4475.CARPETSclass_4475.CORAL_BLOCKSclass_4475.CORAL_PLANTSclass_4475.CORALSclass_4475.DARK_OAK_LOGSclass_4475.DOORSclass_4475.ENDERMAN_HOLDABLEclass_3200.field_17421class_3200.class_3568.field_17424class_3769.field_18707class_4220.class_4223.field_20717class_4313.class_4316.field_21173class_4475.class_4476.field_22183class_4475.FLOWER_POTSclass_4475.ICEclass_4475.IMPERMEABLEclass_4475.JUNGLE_LOGSclass_4475.LEAVESclass_4475.LOGSclass_4475.OAK_LOGSclass_4475.PLANKSclass_4475.RAILSclass_4475.SANDclass_4475.SAPLINGSclass_4475.SLABSclass_4475.SPRUCE_LOGSclass_4475.STAIRSclass_4475.STONE_BRICKSclass_4475.TRAPDOORSclass_4475.UNDERWATER_BONEMEALSclass_4475.VALID_SPAWNclass_4475.WALL_CORALSclass_4475.WOODEN_BUTTONSclass_4475.WOODEN_DOORSclass_4475.WOODEN_PRESSURE_PLATESclass_4475.WOODEN_SLABSclass_4475.WOODEN_STAIRSclass_4475.WOODEN_TRAPDOORSclass_4475.WOOLFields in net.minecraft with type parameters of type TagModifier and TypeFieldDescriptionprotected final Map<Tag<T>,Tag.Builder<T>> class_4370.field_21483Methods in net.minecraft that return TagMethods in net.minecraft with parameters of type TagModifier and TypeMethodDescriptionclass_3200.class_3568.method_16175(Tag<Item> tag) static class_3769class_3769.method_16961(Tag<Block> tag) static booleanclass_3311.method_19635(ClientPlayerEntity clientPlayerEntity, Tag<Item> tag) private class_3194.class_3554class_4357.method_20031(Tag<Item> tag) class_4358.method_20038(Character character, Tag<Item> tag) class_4360.method_20056(Tag<Item> tag) protected voidclass_4369.method_20077(Tag<Block> tag, Tag<Item> tag2) protected Tag.Builder<T>class_4370.method_20079(Tag<T> tag) Constructors in net.minecraft with parameters of type TagModifierConstructorDescriptionclass_3200(Tag<Item> tag, Item item, class_3638.class_3642 class_3642, class_3638.class_3642 class_36422, class_3180[] class_3180, Potion potion, NbtCompoundJson nbtCompoundJson) class_3769(Tag<Block> tag) privateclass_4223(Tag<Block> tag, Map<String, String> map, NbtCompound nbtCompound) class_4316(Tag<Item> tag, NbtCompound nbtCompound) -
Uses of Tag in net.minecraft.block
Methods in net.minecraft.block with parameters of type TagModifier and TypeMethodDescriptionbooleanBlock.method_16580(Tag<Block> tag) default booleanBlockState.method_16884(Tag<Block> tag) -
Uses of Tag in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type Tag -
Uses of Tag in net.minecraft.entity
Fields in net.minecraft.entity declared as TagMethods in net.minecraft.entity with parameters of type TagModifier and TypeMethodDescriptionbooleanEntity.method_15567(Tag<Fluid> tag) booleanEntity.method_15580(Tag<Fluid> tag) protected voidLivingEntity.method_15645(Tag<Fluid> tag) private static voidEntityLocations.method_15660(EntityType<?> entityType, EntityLocations.class_3464 class_3464, class_3804.class_3805 class_3805, Tag<Block> tag) Constructors in net.minecraft.entity with parameters of type TagModifierConstructorDescriptionclass_3463(class_3804.class_3805 class_3805, EntityLocations.class_3464 class_3464, Tag<Block> tag) -
Uses of Tag in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type TagModifier and TypeMethodDescriptionprotected voidMagmaCubeEntity.method_15645(Tag<Fluid> tag) protected voidMobEntity.method_15645(Tag<Fluid> tag) -
Uses of Tag in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type Tag -
Uses of Tag in net.minecraft.fluid
Methods in net.minecraft.fluid with parameters of type Tag -
Uses of Tag in net.minecraft.item
Methods in net.minecraft.item with parameters of type Tag -
Uses of Tag in net.minecraft.recipe
Fields in net.minecraft.recipe declared as TagMethods in net.minecraft.recipe with parameters of type TagConstructors in net.minecraft.recipe with parameters of type Tag -
Uses of Tag in net.minecraft.tag
Subclasses of Tag in net.minecraft.tagModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.tag declared as TagModifier and TypeFieldDescriptionItemTags.ACACIA_LOGSItemTags.ANVILItemTags.BANNERSItemTags.BIRCH_LOGSItemTags.BOATSItemTags.BUTTONSItemTags.CARPETSItemTags.DARK_OAK_LOGSFluidTags.CachingTag.delegateItemTags.DOORSItemTags.class_4480.field_22223ItemTags.FISHESItemTags.JUNGLE_LOGSFluidTags.LAVAItemTags.LEAVESItemTags.LOGSItemTags.OAK_LOGSItemTags.PLANKSItemTags.RAILSItemTags.SANDItemTags.SAPLINGSItemTags.SLABSItemTags.SPRUCE_LOGSItemTags.STAIRSItemTags.STONE_BRICKSTag.TagEntry.tagItemTags.TRAPDOORSFluidTags.WATERItemTags.WOODEN_BUTTONSItemTags.WOODEN_DOORSItemTags.WOODEN_PRESSURE_PLATESItemTags.WOODEN_SLABSItemTags.WOODEN_STAIRSItemTags.WOODEN_TRAPDOORSItemTags.WOOLFields in net.minecraft.tag with type parameters of type TagMethods in net.minecraft.tag that return TagModifier and TypeMethodDescriptionTag.Builder.build(Identifier identifier) TagContainer.getOrCreate(Identifier identifier) ItemTags.method_21452(String string) TagContainer.method_21486(Identifier identifier) Methods in net.minecraft.tag that return types with arguments of type TagMethods in net.minecraft.tag with parameters of type TagMethod parameters in net.minecraft.tag with type arguments of type TagModifier and TypeMethodDescriptionbooleanTag.Builder.applyTagGetter(Function<Identifier, Tag<T>> function) default booleanTag.Entry.applyTagGetter(Function<Identifier, Tag<T>> function) booleanTag.TagEntry.applyTagGetter(Function<Identifier, Tag<T>> function) Constructors in net.minecraft.tag with parameters of type Tag