Class LavaFluid.Flowing
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<Fluid>
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
- All Implemented Interfaces:
IForgeFluid,IForgeRegistryEntry<Fluid>
- Enclosing class:
- LavaFluid
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.material.LavaFluid
LavaFluid.Flowing, LavaFluid.SourceNested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>> -
Field Summary
Fields inherited from class net.minecraft.world.level.material.LavaFluid
MIN_LEVEL_CUTOFFFields inherited from class net.minecraft.world.level.material.FlowingFluid
FALLING, LEVELFields inherited from class net.minecraft.world.level.material.Fluid
FLUID_STATE_REGISTRY, stateDefinitionFields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateFluidStateDefinition(StateDefinition.Builder<Fluid,FluidState> p_76260_)intgetAmount(FluidState p_76264_)booleanisSource(FluidState p_76262_)Methods inherited from class net.minecraft.world.level.material.LavaFluid
animateTick, beforeDestroyingBlock, canBeReplacedWith, canConvertToSource, createLegacyBlock, getBucket, getDripParticle, getDropOff, getExplosionResistance, getFlowing, getPickupSound, getSlopeFindDistance, getSource, getSpreadDelay, getTickDelay, isRandomlyTicking, isSame, randomTick, spreadToMethods inherited from class net.minecraft.world.level.material.FlowingFluid
canSpreadTo, getFlow, getFlowing, getHeight, getLegacyLevel, getNewLiquid, getOwnHeight, getShape, getSlopeDistance, getSource, getSpread, isSolidFace, spread, tickMethods inherited from class net.minecraft.world.level.material.Fluid
createAttributes, defaultFluidState, getAttributes, getStateDefinition, getTags, is, isEmpty, registerDefaultStateMethods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeFluid
getExplosionResistance, isAABBInsideLiquid, isAABBInsideMaterial, isEntityInside
-
Constructor Details
-
Flowing
public Flowing()
-
-
Method Details
-
createFluidStateDefinition
- Overrides:
createFluidStateDefinitionin classFlowingFluid
-
getAmount
- Specified by:
getAmountin classFlowingFluid
-
isSource
-