Class FluidGasoline.Source

java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<net.minecraft.world.level.material.Fluid>
net.minecraft.world.level.material.Fluid
net.minecraft.world.level.material.FlowingFluid
net.minecraftforge.fluids.ForgeFlowingFluid
net.minecraftforge.fluids.ForgeFlowingFluid.Source
me.desht.pneumaticcraft.common.fluid.FluidGasoline.Source
All Implemented Interfaces:
net.minecraftforge.common.extensions.IForgeFluid, net.minecraftforge.registries.IForgeRegistryEntry<net.minecraft.world.level.material.Fluid>
Enclosing class:
FluidGasoline

public static class FluidGasoline.Source extends net.minecraftforge.fluids.ForgeFlowingFluid.Source
  • 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

    Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry

    net.minecraftforge.registries.ForgeRegistryEntry.UncheckedRegistryEntry<V extends net.minecraftforge.registries.IForgeRegistryEntry<V>>
  • 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

    Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry

    delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getTickDelay(net.minecraft.world.level.LevelReader world)
     

    Methods inherited from class net.minecraftforge.fluids.ForgeFlowingFluid.Source

    getAmount, isSource

    Methods inherited from class net.minecraftforge.fluids.ForgeFlowingFluid

    beforeDestroyingBlock, canBeReplacedWith, canConvertToSource, createAttributes, createLegacyBlock, getBucket, getDropOff, getExplosionResistance, getFlowing, getPickupSound, getSlopeFindDistance, getSource, isSame

    Methods inherited from class net.minecraft.world.level.material.FlowingFluid

    canSpreadTo, createFluidStateDefinition, getFlow, getFlowing, getHeight, getLegacyLevel, getNewLiquid, getOwnHeight, getShape, getSlopeDistance, getSource, getSpread, getSpreadDelay, isSolidFace, spread, spreadTo, tick

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

    animateTick, builtInRegistryHolder, defaultFluidState, getAttributes, getDripParticle, getStateDefinition, is, isEmpty, isRandomlyTicking, randomTick, registerDefaultState

    Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry

    getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName

    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

    getExplosionResistance, isAABBInsideLiquid, isAABBInsideMaterial, isEntityInside
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • getTickDelay

      public int getTickDelay(net.minecraft.world.level.LevelReader world)
      Overrides:
      getTickDelay in class net.minecraftforge.fluids.ForgeFlowingFluid