Class LavaFluid.Flowing
java.lang.Object
net.minecraft.world.level.material.Fluid
net.minecraft.world.level.material.FlowingFluid
net.minecraft.world.level.material.LavaFluid
net.minecraft.world.level.material.LavaFluid.Flowing
- All Implemented Interfaces:
IFluidExtension
- Enclosing class:
LavaFluid
-
Nested Class Summary
Nested classes/interfaces inherited from class LavaFluid
LavaFluid.Flowing, LavaFluid.SourceNested classes/interfaces inherited from class FlowingFluid
FlowingFluid.SpreadContext -
Field Summary
Fields inherited from class LavaFluid
LIGHT_EMISSION, MIN_LEVEL_CUTOFFFields inherited from class FlowingFluid
FALLING, LEVELFields inherited from class Fluid
FLUID_STATE_REGISTRY, stateDefinition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidintgetAmount(FluidState fluidState) booleanisSource(FluidState fluidState) Methods inherited from class LavaFluid
animateTick, beforeDestroyingBlock, canBeReplacedWith, canConvertToSource, createLegacyBlock, entityInside, getBucket, getDripParticle, getDropOff, getExplosionResistance, getFlowing, getPickupSound, getSlopeFindDistance, getSource, getSpreadDelay, getTickDelay, isRandomlyTicking, isSame, randomTick, spreadToMethods inherited from class FlowingFluid
canConvertToSource, getFlow, getFlowing, getHeight, getLegacyLevel, getNewLiquid, getOwnHeight, getShape, getSlopeDistance, getSource, getSpread, isSolidFace, spread, tickMethods inherited from class Fluid
builtInRegistryHolder, computeDefaultResource, defaultFluidState, getAABB, getFluidType, getStateDefinition, is, isEmpty, 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
-
Flowing
public Flowing()
-
-
Method Details
-
createFluidStateDefinition
- Overrides:
createFluidStateDefinitionin classFlowingFluid
-
getAmount
- Specified by:
getAmountin classFlowingFluid
-
isSource
-