Package hiiragi283.core.common.fluid
Class HTExperienceFluidType
-
- All Implemented Interfaces:
public final class HTExperienceFluidType extends FluidType
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisAirprivate final BooleanisVanillaprivate final StringdescriptionIdprivate final Integertemperatureprivate final Rarityrarityprivate final Integerviscosityprivate final BooleanisLighterThanAirprivate final IntegerlightLevelprivate final FluidType.DripstoneDripInfodripInfoprivate final Componentdescriptionprivate final Integerdensity
-
Constructor Summary
Constructors Constructor Description HTExperienceFluidType(FluidType.Properties properties)
-
Method Summary
Modifier and Type Method Description BooleanisVaporizedOnPlacement(Level level, BlockPos pos, FluidStack stack)UnitonVaporize(Player player, Level level, BlockPos pos, FluidStack stack)-
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, getDescription, getDescriptionId, getDripInfo, getFallDistanceModifier, getLightLevel, getRarity, getSound, getSound, getSound, getSound, getStateForPlacement, getTemperature, getViscosity, handleCauldronDrip, initializeClient, isAir, isLighterThanAir, isVanilla, motionScale, move, setItemMovement, supportsBoating, supportsBoating -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isVaporizedOnPlacement
Boolean isVaporizedOnPlacement(Level level, BlockPos pos, FluidStack stack)
-
onVaporize
Unit onVaporize(Player player, Level level, BlockPos pos, FluidStack stack)
-
-
-
-