类 Tags.Fluids

java.lang.Object
net.minecraftforge.common.Tags.Fluids
封闭类:
Tags

public static class Tags.Fluids extends Object
  • 字段详细资料

    • GASEOUS

      public static final TagKey<Fluid> GASEOUS
      Holds all fluids that are gaseous at room temperature.
    • POTION

      public static final TagKey<Fluid> POTION
      Holds all fluids related to potions. The effects of the potion fluid should be read from NBT. The effects and color of the potion fluid should be read from DataComponents.POTION_CONTENTS component that people should be attaching to the fluidstack of this fluid.

      (Standard unit for potions is 250mb per bottle)
    • SUSPICIOUS_STEW

      public static final TagKey<Fluid> SUSPICIOUS_STEW
      Holds all fluids related to Suspicious Stew. The effects of the suspicious stew fluid should be read from DataComponents.SUSPICIOUS_STEW_EFFECTS component that people should be attaching to the fluidstack of this fluid.

      (Standard unit for suspicious stew is 250mb per bowl)
    • MUSHROOM_STEW

      public static final TagKey<Fluid> MUSHROOM_STEW
      Holds all fluids related to Mushroom Stew.

      (Standard unit for mushroom stew is 250mb per bowl)
    • RABBIT_STEW

      public static final TagKey<Fluid> RABBIT_STEW
      Holds all fluids related to Rabbit Stew.

      (Standard unit for rabbit stew is 250mb per bowl)
    • BEETROOT_SOUP

      public static final TagKey<Fluid> BEETROOT_SOUP
      Holds all fluids related to Beetroot Soup.

      (Standard unit for beetroot soup is 250mb per bowl)
    • WATER

      public static final TagKey<Fluid> WATER
      Holds all fluids related to water. This tag is done to help out multi-loader mods/datapacks where the vanilla water tag has attached behaviors outside Forge.
    • LAVA

      public static final TagKey<Fluid> LAVA
      Holds all fluids related to lava. This tag is done to help out multi-loader mods/datapacks where the vanilla lava tag has attached behaviors outside Forge.
    • MILK

      public static final TagKey<Fluid> MILK
      Holds all fluids related to milk.
    • HONEY

      public static final TagKey<Fluid> HONEY
      Holds all fluids related to honey.

      (Standard unit for honey bottle is 250mb per bottle)
    • HIDDEN_FROM_RECIPE_VIEWERS

      public static final TagKey<Fluid> HIDDEN_FROM_RECIPE_VIEWERS
      Tag that holds all fluids that recipe viewers should not show to users.
  • 构造器详细资料

    • Fluids

      public Fluids()
  • 方法详细资料