Enum Class FluidStorageVariant

java.lang.Object
java.lang.Enum<FluidStorageVariant>
com.refinedmods.refinedstorage.common.storage.FluidStorageVariant
All Implemented Interfaces:
StorageVariant, Serializable, Comparable<FluidStorageVariant>, Constable, net.minecraft.util.StringRepresentable

public enum FluidStorageVariant extends Enum<FluidStorageVariant> implements net.minecraft.util.StringRepresentable, StorageVariant
  • Enum Constant Details

  • Method Details

    • values

      public static FluidStorageVariant[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FluidStorageVariant valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
    • getCapacityInBuckets

      @Nullable public Long getCapacityInBuckets()
    • getCapacity

      @Nullable public Long getCapacity()
      Specified by:
      getCapacity in interface StorageVariant
    • getStoragePart

      @Nullable public net.minecraft.world.item.Item getStoragePart()
      Specified by:
      getStoragePart in interface StorageVariant
    • getSerializedName

      public String getSerializedName()
      Specified by:
      getSerializedName in interface net.minecraft.util.StringRepresentable