Class PotionFluidVolume

java.lang.Object
alexiil.mc.lib.attributes.fluid.volume.FluidVolume
alexiil.mc.lib.attributes.fluid.volume.PotionFluidVolume

public final class PotionFluidVolume extends FluidVolume
  • Constructor Details

    • PotionFluidVolume

      @Deprecated(since="0.6.0", forRemoval=true) public PotionFluidVolume(PotionFluidKey key, int amount)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • PotionFluidVolume

      public PotionFluidVolume(PotionFluidKey key, FluidAmount amount)
    • PotionFluidVolume

      public PotionFluidVolume(PotionFluidKey key, net.minecraft.nbt.NbtCompound tag)
    • PotionFluidVolume

      public PotionFluidVolume(PotionFluidKey key, com.google.gson.JsonObject json) throws com.google.gson.JsonSyntaxException
      Throws:
      com.google.gson.JsonSyntaxException
  • Method Details