Class LavaFluidMixin
java.lang.Object
net.minecraft.world.level.material.Fluid
net.minecraft.world.level.material.FlowingFluid
com.github.voidleech.voided_enlightenment.mixin.ooze.vanilla.LavaFluidMixin
- All Implemented Interfaces:
net.minecraftforge.common.extensions.IForgeFluid
public abstract class LavaFluidMixin
extends net.minecraft.world.level.material.FlowingFluid
-
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
Constructors -
Method Summary
Methods inherited from class net.minecraft.world.level.material.FlowingFluid
beforeDestroyingBlock, canConvertToSource, canConvertToSource, canSpreadTo, createFluidStateDefinition, getAmount, getDropOff, getFlow, getFlowing, getFlowing, getHeight, getLegacyLevel, getNewLiquid, getOwnHeight, getShape, getSlopeDistance, getSlopeFindDistance, getSource, getSource, getSpread, getSpreadDelay, isSolidFace, spread, spreadTo, tickMethods inherited from class net.minecraft.world.level.material.Fluid
animateTick, builtInRegistryHolder, canBeReplacedWith, createLegacyBlock, defaultFluidState, getBucket, getDripParticle, getExplosionResistance, getFluidType, getPickupSound, getStateDefinition, getTickDelay, is, isEmpty, isRandomlyTicking, isSame, 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
-
LavaFluidMixin
public LavaFluidMixin()
-