Package net.minecraft.fluid
Class LavaFluid.Flowing
java.lang.Object
net.minecraft.fluid.Fluid
net.minecraft.fluid.FlowableFluid
net.minecraft.fluid.LavaFluid
net.minecraft.fluid.LavaFluid.Flowing
- Enclosing class:
- LavaFluid
public static class LavaFluid.Flowing extends LavaFluid
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.fluid.LavaFluid
LavaFluid.Flowing, LavaFluid.Still -
Field Summary
Fields inherited from class net.minecraft.fluid.FlowableFluid
FALLING, LEVELFields inherited from class net.minecraft.fluid.Fluid
STATE_IDS, stateManager -
Constructor Summary
Constructors Constructor Description Flowing() -
Method Summary
Modifier and Type Method Description protected voidappendProperties(StateManager.Builder<Fluid,FluidState> builder)intgetLevel(FluidState state)booleanisStill(FluidState state)Methods inherited from class net.minecraft.fluid.LavaFluid
beforeBreakingBlock, canBeReplacedWith, flow, getBlastResistance, getBucketItem, getFlowing, getFlowSpeed, getLevelDecreasePerBlock, getNextTickDelay, getParticle, getStill, getTickRate, hasRandomTicks, isInfinite, matchesType, method_32359, onRandomTick, randomDisplayTick, toBlockStateMethods inherited from class net.minecraft.fluid.FlowableFluid
canFlow, getFlowing, getHeight, getHeight, getShape, getSpread, getStill, getUpdatedState, getVelocity, method_15741, method_15742, method_15749, onScheduledTick, tryFlowMethods inherited from class net.minecraft.fluid.Fluid
getDefaultState, getStateManager, isEmpty, isIn, setDefaultState
-
Constructor Details
-
Flowing
public Flowing()
-
-
Method Details
-
appendProperties
- Overrides:
appendPropertiesin classFlowableFluid
-
getLevel
-
isStill
-