Package net.minecraft.fluid
Class LavaFluid.Still
java.lang.Object
net.minecraft.fluid.Fluid
net.minecraft.fluid.FlowableFluid
net.minecraft.fluid.LavaFluid
net.minecraft.fluid.LavaFluid.Still
- Enclosing class:
LavaFluid
- Mappings:
Namespace Name official dxh$b
intermediary net/minecraft/class_3616$class_3618
named net/minecraft/fluid/LavaFluid$Still
-
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 TypeMethodDescriptionint
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
appendProperties, 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
-
Still
public Still()
-
-
Method Details
-
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
-