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 official dxh$a
intermediary net/minecraft/class_3616$class_3617
named net/minecraft/fluid/LavaFluid$Flowing
-
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.LavaFluid
MIN_HEIGHT_TO_REPLACE
Fields inherited from class net.minecraft.fluid.FlowableFluid
FALLING, LEVEL
Fields inherited from class net.minecraft.fluid.Fluid
STATE_IDS, stateManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendProperties
(StateManager.Builder<Fluid, FluidState> builder) int
getLevel
(FluidState state) boolean
isStill
(FluidState state) Methods inherited from class net.minecraft.fluid.LavaFluid
beforeBreakingBlock, canBeReplacedWith, flow, getBlastResistance, getBucketFillSound, getBucketItem, getFlowing, getFlowSpeed, getLevelDecreasePerBlock, getNextTickDelay, getParticle, getStill, getTickRate, hasRandomTicks, isInfinite, matchesType, onRandomTick, randomDisplayTick, toBlockState
Methods inherited from class net.minecraft.fluid.FlowableFluid
canFlow, getBlockStateLevel, getFlowing, getFlowSpeedBetween, getHeight, getHeight, getShape, getSpread, getStill, getUpdatedState, getVelocity, isFlowBlocked, onScheduledTick, tryFlow
Methods inherited from class net.minecraft.fluid.Fluid
getDefaultState, getRegistryEntry, getStateManager, isEmpty, isIn, setDefaultState
-
Constructor Details
-
Flowing
public Flowing()
-
-
Method Details
-
appendProperties
- Overrides:
appendProperties
in classFlowableFluid
- Mappings:
Namespace Name Mixin selector official a
Ldxd;a(Ldcc$a;)V
intermediary method_15775
Lnet/minecraft/class_3611;method_15775(Lnet/minecraft/class_2689$class_2690;)V
named appendProperties
Lnet/minecraft/fluid/Fluid;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V
-
getLevel
- Specified by:
getLevel
in classFlowableFluid
- Mappings:
Namespace Name Mixin selector official d
Ldxd;d(Ldxe;)I
intermediary method_15779
Lnet/minecraft/class_3611;method_15779(Lnet/minecraft/class_3610;)I
named getLevel
Lnet/minecraft/fluid/Fluid;getLevel(Lnet/minecraft/fluid/FluidState;)I
-
isStill
-