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
- Mappings:
Namespace Name named net/minecraft/fluid/LavaFluid$Flowingintermediary net/minecraft/class_3616$class_3617official ewy$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.fluid.LavaFluid
LavaFluid.Flowing, LavaFluid.StillNested classes/interfaces inherited from class net.minecraft.fluid.FlowableFluid
FlowableFluid.SpreadCache -
Field Summary
Fields inherited from class net.minecraft.fluid.LavaFluid
MIN_HEIGHT_TO_REPLACEFields inherited from class net.minecraft.fluid.FlowableFluid
FALLING, LEVELFields inherited from class net.minecraft.fluid.Fluid
STATE_IDS, stateManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendProperties(StateManager.Builder<Fluid, FluidState> builder) intgetLevel(FluidState state) booleanisStill(FluidState state) Methods inherited from class net.minecraft.fluid.LavaFluid
beforeBreakingBlock, canBeReplacedWith, flow, getBlastResistance, getBucketFillSound, getBucketItem, getFlowing, getLevelDecreasePerBlock, getMaxFlowDistance, getNextTickDelay, getParticle, getStill, getTickRate, hasRandomTicks, isInfinite, matchesType, method_67694, onRandomTick, randomDisplayTick, toBlockStateMethods inherited from class net.minecraft.fluid.FlowableFluid
canFlowDownTo, getBlockStateLevel, getFlowing, getHeight, getHeight, getMinFlowDownDistance, getShape, getSpread, getStill, getUpdatedState, getVelocity, isFlowBlocked, onScheduledTick, tryFlowMethods inherited from class net.minecraft.fluid.Fluid
getCollisionBox, getDefaultState, getRegistryEntry, getStateManager, isEmpty, isIn, setDefaultState
-
Constructor Details
-
Flowing
public Flowing()
-
-
Method Details
-
appendProperties
- Overrides:
appendPropertiesin classFlowableFluid- Mappings:
Namespace Name Mixin selector named appendPropertiesLnet/minecraft/fluid/Fluid;appendProperties(Lnet/minecraft/state/StateManager$Builder;)Vintermediary method_15775Lnet/minecraft/class_3611;method_15775(Lnet/minecraft/class_2689$class_2690;)Vofficial aLewu;a(Leap$a;)V
-
getLevel
- Specified by:
getLevelin classFlowableFluid- Mappings:
Namespace Name Mixin selector named getLevelLnet/minecraft/fluid/Fluid;getLevel(Lnet/minecraft/fluid/FluidState;)Iintermediary method_15779Lnet/minecraft/class_3611;method_15779(Lnet/minecraft/class_3610;)Iofficial dLewu;d(Lewv;)I
-
isStill
-