Class BotariumSourceFluidImpl
java.lang.Object
net.minecraft.world.level.material.Fluid
net.minecraft.world.level.material.FlowingFluid
earth.terrarium.botarium.forge.extensions.BotariumSourceFluidImpl
- All Implemented Interfaces:
net.minecraftforge.common.extensions.IForgeFluid
@ClassExtension(BotariumSourceFluid.class)
public abstract class BotariumSourceFluidImpl
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, 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
-
BotariumSourceFluidImpl
-
-
Method Details
-
getData
-
getFluidType
@NotNull public @NotNull net.minecraftforge.fluids.FluidType getFluidType()- Specified by:
getFluidTypein interfacenet.minecraftforge.common.extensions.IForgeFluid- Overrides:
getFluidTypein classnet.minecraft.world.level.material.Fluid
-