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
ConstructorsConstructorDescriptionBaseFluidType(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 TypeMethodDescriptionorg.joml.Vector4igetColor()net.minecraft.resources.Identifiernet.minecraft.resources.Identifiernet.minecraft.resources.IdentifierMethods 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
-
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()
-