Class BaseFlowingFluid.Source
java.lang.Object
net.minecraft.world.level.material.Fluid
net.minecraft.world.level.material.FlowingFluid
net.neoforged.neoforge.fluids.BaseFlowingFluid
net.neoforged.neoforge.fluids.BaseFlowingFluid.Source
- All Implemented Interfaces:
IFluidExtension
- Enclosing class:
BaseFlowingFluid
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseFlowingFluid
BaseFlowingFluid.Flowing, BaseFlowingFluid.Properties, BaseFlowingFluid.SourceNested classes/interfaces inherited from class FlowingFluid
FlowingFluid.SpreadContext -
Field Summary
Fields inherited from class FlowingFluid
FALLING, LEVELFields inherited from class Fluid
FLUID_STATE_REGISTRY, stateDefinition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAmount(FluidState state) booleanisSource(FluidState state) Methods inherited from class BaseFlowingFluid
beforeDestroyingBlock, canBeReplacedWith, canConvertToSource, canConvertToSource, createLegacyBlock, getBucket, getDropOff, getExplosionResistance, getFlowing, getFluidType, getPickupSound, getSlopeFindDistance, getSource, getTickDelay, isSameMethods inherited from class FlowingFluid
createFluidStateDefinition, getFlow, getFlowing, getHeight, getLegacyLevel, getNewLiquid, getOwnHeight, getShape, getSlopeDistance, getSource, getSpread, getSpreadDelay, isSolidFace, spread, spreadTo, tickMethods inherited from class Fluid
animateTick, builtInRegistryHolder, computeDefaultResource, defaultFluidState, entityInside, getAABB, getDripParticle, getStateDefinition, is, isEmpty, isRandomlyTicking, randomTick, registerDefaultState, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IFluidExtension
appendHoverText, canExtinguish, canHydrate, getAdjacentBlockPathType, getBlockPathType, getExplosionResistance, move, supportsBoating
-
Constructor Details
-
Source
-
-
Method Details
-
getAmount
- Specified by:
getAmountin classFlowingFluid
-
isSource
-