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.ResourceLocation stillTexture, net.minecraft.resources.ResourceLocation flowingTexture, net.minecraft.resources.ResourceLocation 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.ResourceLocation
     
    net.minecraft.resources.ResourceLocation
     
    net.minecraft.resources.ResourceLocation
     

    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, getLightLevel, getLightLevel, getLightLevel, getRarity, getRarity, getSound, getSound, getSound, getSound, getStateForPlacement, getTemperature, getTemperature, getTemperature, getViscosity, getViscosity, getViscosity, handleCauldronDrip, initializeClient, isAir, isLighterThanAir, isVanilla, isVaporizedOnPlacement, motionScale, move, onVaporize, setItemMovement, supportsBoating, supportsBoating, toString

    Methods inherited from class java.lang.Object

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

    • BaseFluidType

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

    • getStillTexture

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

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

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

      public org.joml.Vector4i getColor()