Class ExpandFluid

java.lang.Object
com.blamejared.crafttweaker.natives.fluid.ExpandFluid

@ZenRegister public class ExpandFluid extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.Item
    getBucket(net.minecraft.world.level.material.Fluid internal)
     
    static String
    getCommandString(net.minecraft.world.level.material.Fluid internal)
     
    static boolean
    isIn(net.minecraft.world.level.material.Fluid internal, KnownTag<net.minecraft.world.level.material.Fluid> tag)
     
    static boolean
    isSame(net.minecraft.world.level.material.Fluid internal, net.minecraft.world.level.material.Fluid other)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandFluid

      public ExpandFluid()
  • Method Details

    • getBucket

      public static net.minecraft.world.item.Item getBucket(net.minecraft.world.level.material.Fluid internal)
    • isSame

      public static boolean isSame(net.minecraft.world.level.material.Fluid internal, net.minecraft.world.level.material.Fluid other)
    • isIn

      public static boolean isIn(net.minecraft.world.level.material.Fluid internal, KnownTag<net.minecraft.world.level.material.Fluid> tag)
    • getCommandString

      public static String getCommandString(net.minecraft.world.level.material.Fluid internal)