Class BaseFluidType

java.lang.Object
net.neoforged.neoforge.fluids.FluidType
com.portingdeadmods.portingdeadlibs.api.fluids.BaseFluidType

public class BaseFluidType extends net.neoforged.neoforge.fluids.FluidType
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.neoforged.neoforge.fluids.FluidType

    net.neoforged.neoforge.fluids.FluidType.DripstoneDripInfo, net.neoforged.neoforge.fluids.FluidType.Properties
  • Field Summary

    Fields inherited from class net.neoforged.neoforge.fluids.FluidType

    BUCKET_VOLUME, SIZE, sounds
  • Constructor Summary

    Constructors
    Constructor
    Description
    BaseFluidType(net.minecraft.resources.Identifier stillTexture, net.minecraft.resources.Identifier flowingTexture, net.minecraft.resources.Identifier overlayTexture, org.joml.Vector4i color, net.neoforged.neoforge.fluids.FluidType.Properties properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joml.Vector4i
     
    net.minecraft.resources.Identifier
     
    net.minecraft.resources.Identifier
     
    net.minecraft.resources.Identifier
     

    Methods inherited from class net.neoforged.neoforge.fluids.FluidType

    canBePlacedInLevel, canBePlacedInLevel, canConvertToSource, canConvertToSource, canDrownIn, canExtinguish, canExtinguish, canHydrate, canHydrate, canHydrate, canPushEntity, canRideVehicleUnder, canSwim, getAdjacentBlockPathType, getBlockForFluidState, getBlockPathType, getBucket, getDensity, getDensity, getDensity, getDescription, getDescription, getDescriptionId, getDescriptionId, getDripInfo, getFallDistanceModifier, getIsWaterLike, getLightLevel, getLightLevel, getLightLevel, getRarity, getRarity, getSound, getSound, getSound, getSound, getStateForPlacement, getTemperature, getTemperature, getTemperature, getViscosity, getViscosity, getViscosity, handleCauldronDrip, isAir, isLighterThanAir, isVanilla, isVaporizedOnPlacement, motionScale, move, onVaporize, setItemMovement, supportsBoating, supportsBoating, toString

    Methods inherited from class Object

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

    • BaseFluidType

      public BaseFluidType(net.minecraft.resources.Identifier stillTexture, net.minecraft.resources.Identifier flowingTexture, net.minecraft.resources.Identifier overlayTexture, org.joml.Vector4i color, net.neoforged.neoforge.fluids.FluidType.Properties properties)
  • Method Details

    • getStillTexture

      public net.minecraft.resources.Identifier getStillTexture()
    • getFlowingTexture

      public net.minecraft.resources.Identifier getFlowingTexture()
    • getOverlayTexture

      public net.minecraft.resources.Identifier getOverlayTexture()
    • getColor

      public org.joml.Vector4i getColor()