Class OozeFlowingMixin
java.lang.Object
net.minecraft.world.level.material.Fluid
net.minecraft.world.level.material.FlowingFluid
net.minecraftforge.fluids.ForgeFlowingFluid
com.github.voidleech.voided_enlightenment.mixin.ooze.OozeFlowingMixin
- All Implemented Interfaces:
net.minecraftforge.common.extensions.IForgeFluid
public abstract class OozeFlowingMixin
extends net.minecraftforge.fluids.ForgeFlowingFluid
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.fluids.ForgeFlowingFluid
net.minecraftforge.fluids.ForgeFlowingFluid.Flowing, net.minecraftforge.fluids.ForgeFlowingFluid.Properties, net.minecraftforge.fluids.ForgeFlowingFluid.Source -
Field Summary
Fields inherited from class net.minecraft.world.level.material.FlowingFluid
FALLING, LEVELFields inherited from class net.minecraft.world.level.material.Fluid
FLUID_STATE_REGISTRY, stateDefinition -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOozeFlowingMixin(net.minecraftforge.fluids.ForgeFlowingFluid.Properties properties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidspreadTo(net.minecraft.world.level.LevelAccessor pLevel, net.minecraft.core.BlockPos pPos, net.minecraft.world.level.block.state.BlockState pBlockState, net.minecraft.core.Direction pDirection, net.minecraft.world.level.material.FluidState pFluidState) Methods inherited from class net.minecraftforge.fluids.ForgeFlowingFluid
beforeDestroyingBlock, canBeReplacedWith, canConvertToSource, canConvertToSource, createLegacyBlock, getBucket, getDropOff, getExplosionResistance, getFlowing, getFluidType, getPickupSound, getSlopeFindDistance, getSource, getTickDelay, isSameMethods inherited from class net.minecraft.world.level.material.FlowingFluid
canSpreadTo, createFluidStateDefinition, getAmount, getFlow, getFlowing, getHeight, getLegacyLevel, getNewLiquid, getOwnHeight, getShape, getSlopeDistance, getSource, getSpread, getSpreadDelay, isSolidFace, spread, tickMethods inherited from class net.minecraft.world.level.material.Fluid
animateTick, builtInRegistryHolder, defaultFluidState, getDripParticle, getStateDefinition, is, isEmpty, isRandomlyTicking, isSource, randomTick, registerDefaultStateMethods 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
canExtinguish, canHydrate, getAdjacentBlockPathType, getBlockPathType, getExplosionResistance, move, shouldUpdateWhileBoating, supportsBoating
-
Constructor Details
-
OozeFlowingMixin
protected OozeFlowingMixin(net.minecraftforge.fluids.ForgeFlowingFluid.Properties properties)
-
-
Method Details
-
spreadTo
protected void spreadTo(net.minecraft.world.level.LevelAccessor pLevel, net.minecraft.core.BlockPos pPos, net.minecraft.world.level.block.state.BlockState pBlockState, net.minecraft.core.Direction pDirection, net.minecraft.world.level.material.FluidState pFluidState) - Overrides:
spreadToin classnet.minecraft.world.level.material.FlowingFluid
-