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, LEVEL

    Fields inherited from class net.minecraft.world.level.material.Fluid

    FLUID_STATE_REGISTRY, stateDefinition
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    @NotNull net.minecraftforge.fluids.FluidType
     

    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, tick

    Methods 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, registerDefaultState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraftforge.common.extensions.IForgeFluid

    canExtinguish, canHydrate, getAdjacentBlockPathType, getBlockPathType, getExplosionResistance, move, shouldUpdateWhileBoating, supportsBoating
  • Constructor Details

    • BotariumSourceFluidImpl

      @ImplementsBaseElement public BotariumSourceFluidImpl(FluidData data)
  • Method Details

    • getData

      @ImplementsBaseElement public FluidData getData()
    • getFluidType

      @NotNull public @NotNull net.minecraftforge.fluids.FluidType getFluidType()
      Specified by:
      getFluidType in interface net.minecraftforge.common.extensions.IForgeFluid
      Overrides:
      getFluidType in class net.minecraft.world.level.material.Fluid