Package hiiragi283.core.common.fluid
Class HTLatexFluid
-
- All Implemented Interfaces:
-
net.neoforged.neoforge.common.extensions.IFluidExtension
public final class HTLatexFluid extends BaseFlowingFluid.Source
-
-
Field Summary
Fields Modifier and Type Field Description private final StateDefinition<Fluid, FluidState>stateDefinitionprivate final Fluidflowingprivate final FluidTypefluidTypeprivate final Optional<SoundEvent>pickupSoundprivate final Itembucketprivate final Fluidsource
-
Constructor Summary
Constructors Constructor Description HTLatexFluid(BaseFlowingFluid.Properties properties)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class net.minecraft.world.level.material.Fluid
builtInRegistryHolder, defaultFluidState, getAmount, getFlow, getHeight, getOwnHeight, getShape, getStateDefinition, getTickDelay, is, isSame, isSource, tick -
Methods inherited from class net.neoforged.neoforge.fluids.BaseFlowingFluid
getBucket, getFlowing, getFluidType, getPickupSound, getSource -
Methods inherited from class net.minecraft.world.level.material.FlowingFluid
getFlowing, getSource -
Methods inherited from class net.neoforged.neoforge.common.extensions.IFluidExtension
canConvertToSource, canExtinguish, canHydrate, getAdjacentBlockPathType, getBlockPathType, getExplosionResistance, move, supportsBoating -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-