类 LavaFluid.Flowing
java.lang.Object
net.minecraft.world.level.material.Fluid
net.minecraft.world.level.material.FlowingFluid
net.minecraft.world.level.material.LavaFluid
net.minecraft.world.level.material.LavaFluid.Flowing
- 所有已实现的接口:
IFluidExtension
- 封闭类:
LavaFluid
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.level.material.LavaFluid
LavaFluid.Flowing, LavaFluid.Source
从类继承的嵌套类/接口 net.minecraft.world.level.material.FlowingFluid
FlowingFluid.BlockStatePairKey, FlowingFluid.SpreadContext
-
字段概要
从类继承的字段 net.minecraft.world.level.material.LavaFluid
MIN_LEVEL_CUTOFF
从类继承的字段 net.minecraft.world.level.material.FlowingFluid
FALLING, LEVEL
从类继承的字段 net.minecraft.world.level.material.Fluid
FLUID_STATE_REGISTRY, stateDefinition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected void
int
getAmount
(FluidState p_76264_) boolean
isSource
(FluidState p_76262_) 从类继承的方法 net.minecraft.world.level.material.LavaFluid
animateTick, beforeDestroyingBlock, canBeReplacedWith, canConvertToSource, createLegacyBlock, entityInside, getBucket, getDripParticle, getDropOff, getExplosionResistance, getFlowing, getPickupSound, getSlopeFindDistance, getSource, getSpreadDelay, getTickDelay, isRandomlyTicking, isSame, randomTick, spreadTo
从类继承的方法 net.minecraft.world.level.material.FlowingFluid
canConvertToSource, getFlow, getFlowing, getHeight, getLegacyLevel, getNewLiquid, getOwnHeight, getShape, getSlopeDistance, getSource, getSpread, isSolidFace, isWaterHole, spread, tick
从类继承的方法 net.minecraft.world.level.material.Fluid
builtInRegistryHolder, defaultFluidState, getAABB, getFluidType, getStateDefinition, is, isEmpty, registerDefaultState, toString
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从接口继承的方法 net.neoforged.neoforge.common.extensions.IFluidExtension
canExtinguish, canHydrate, getAdjacentBlockPathType, getBlockPathType, getExplosionResistance, move, supportsBoating
-
构造器详细资料
-
Flowing
public Flowing()
-
-
方法详细资料
-
createFluidStateDefinition
-
getAmount
- 指定者:
getAmount
在类中FlowingFluid
-
isSource
-