Package net.minecraft.fluid
Class WaterFluid.Still
java.lang.Object
net.minecraft.fluid.Fluid
net.minecraft.fluid.FlowableFluid
net.minecraft.fluid.WaterFluid
net.minecraft.fluid.WaterFluid.Still
- Enclosing class:
WaterFluid
- Mappings:
Namespace Name official eas$b
intermediary net/minecraft/class_3621$class_3623
named net/minecraft/fluid/WaterFluid$Still
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.fluid.WaterFluid
WaterFluid.Flowing, WaterFluid.Still
-
Field Summary
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.WaterFluid
beforeBreakingBlock, canBeReplacedWith, getBlastResistance, getBucketFillSound, getBucketItem, getFlowing, getFlowSpeed, getLevelDecreasePerBlock, getParticle, getStill, getTickRate, isInfinite, matchesType, randomDisplayTick, toBlockState
Methods inherited from class net.minecraft.fluid.FlowableFluid
appendProperties, canFlow, flow, getBlockStateLevel, getFlowing, getFlowSpeedBetween, getHeight, getHeight, getNextTickDelay, getShape, getSpread, getStill, getUpdatedState, getVelocity, isFlowBlocked, onScheduledTick, tryFlow
Methods inherited from class net.minecraft.fluid.Fluid
getDefaultState, getRegistryEntry, getStateManager, hasRandomTicks, isEmpty, isIn, onRandomTick, setDefaultState
-
Constructor Details
-
Still
public Still()
-
-
Method Details
-
getLevel
- Specified by:
getLevel
in classFlowableFluid
- Mappings:
Namespace Name Mixin selector official d
Leal;d(Leam;)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
-