Hierarchy For All Packages
Package Hierarchies:- com.forsteri.unlimitedfluidity,
- com.forsteri.unlimitedfluidity.core,
- com.forsteri.unlimitedfluidity.core.flowinggas,
- com.forsteri.unlimitedfluidity.core.flowinggas.command,
- com.forsteri.unlimitedfluidity.core.fluidbehaviors,
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.flammable,
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.fluidfog,
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch,
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.pushless,
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.swimming,
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.viscosity,
- com.forsteri.unlimitedfluidity.debug,
- com.forsteri.unlimitedfluidity.entry,
- com.forsteri.unlimitedfluidity.mixin,
- com.forsteri.unlimitedfluidity.mixin.behavioreffect,
- com.forsteri.unlimitedfluidity.util
Class Hierarchy
- java.lang.Object
- net.minecraft.world.level.block.state.BlockBehaviour (implements net.minecraft.world.flag.FeatureElement)
- net.minecraft.world.level.block.Block (implements net.minecraftforge.common.extensions.IForgeBlock, net.minecraft.world.level.ItemLike)
- net.minecraft.world.level.block.LiquidBlock (implements net.minecraft.world.level.block.BucketPickup)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.BehaviorableLiquidBlock (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.IBehaviorable)
- com.forsteri.unlimitedfluidity.core.flowinggas.GasBlock
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.BehaviorableLiquidBlock (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.IBehaviorable)
- net.minecraft.world.level.block.LiquidBlock (implements net.minecraft.world.level.block.BucketPickup)
- net.minecraft.world.level.block.Block (implements net.minecraftforge.common.extensions.IForgeBlock, net.minecraft.world.level.ItemLike)
- net.minecraftforge.common.capabilities.CapabilityProvider<B> (implements net.minecraftforge.common.capabilities.ICapabilityProviderImpl<B>)
- com.forsteri.unlimitedfluidity.mixin.behavioreffect.MixinEntity (implements net.minecraft.commands.CommandSource, net.minecraft.world.level.entity.EntityAccess, net.minecraftforge.common.extensions.IForgeEntity, net.minecraft.world.Nameable)
- net.minecraft.world.level.material.Fluid (implements net.minecraftforge.common.extensions.IForgeFluid)
- net.minecraft.world.level.material.FlowingFluid
- net.minecraftforge.fluids.ForgeFlowingFluid
- com.forsteri.unlimitedfluidity.core.SmartFluid
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.BehaviorableFluid (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.IBehaviorable)
- com.forsteri.unlimitedfluidity.core.flowinggas.FlowingGas
- com.forsteri.unlimitedfluidity.core.flowinggas.FlowingGas.Flowing
- com.forsteri.unlimitedfluidity.core.flowinggas.FlowingGas.Source
- com.forsteri.unlimitedfluidity.core.flowinggas.FlowingGas
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.BehaviorableFluid (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.IBehaviorable)
- com.forsteri.unlimitedfluidity.core.SmartFluid
- net.minecraftforge.fluids.ForgeFlowingFluid
- net.minecraft.world.level.material.FlowingFluid
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.FluidEntityInteractionHandler
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.fluidfog.FluidFogBehaviorApplierEventSubscriber
- com.forsteri.unlimitedfluidity.debug.FluidityDebugRegistry
- net.minecraftforge.fluids.capability.templates.FluidTank (implements net.minecraftforge.fluids.capability.IFluidHandler, net.minecraftforge.fluids.IFluidTank)
- com.forsteri.unlimitedfluidity.mixin.MixinOpenEndFluidHandler
- com.forsteri.unlimitedfluidity.core.flowinggas.GasMovementHandler
- com.forsteri.unlimitedfluidity.core.flowinggas.GasMovementHandler.GasMovement
- com.forsteri.unlimitedfluidity.core.flowinggas.command.GasTypeArgument (implements com.mojang.brigadier.arguments.ArgumentType<T>)
- com.forsteri.unlimitedfluidity.mixin.MixinAirCurrent
- com.forsteri.unlimitedfluidity.mixin.MixinLiquidBlockRenderer
- com.forsteri.unlimitedfluidity.mixin.MixinOpenEndedPipe
- com.forsteri.unlimitedfluidity.mixin.MixinVanillaFluidTargets
- net.minecraft.client.particle.Particle
- net.minecraft.client.particle.SingleQuadParticle
- net.minecraft.client.particle.TextureSheetParticle
- com.forsteri.unlimitedfluidity.mixin.MixinPlayerCloudParticle (implements com.forsteri.unlimitedfluidity.core.flowinggas.CloudParticleMarkingAccess)
- net.minecraft.client.particle.TextureSheetParticle
- net.minecraft.client.particle.SingleQuadParticle
- java.lang.Record
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.flammable.FlammableBehavior (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.flammable.IFlammableBehavior)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.fluidfog.FluidFogBehavior (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.fluidfog.IFluidFogBehavior)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.pushless.PushlessFluidBehavior (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.pushless.IPushlessFluidBehavior)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.swimming.SwimmingFluidBehavior (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.swimming.ISwimmingFluidBehavior)
- com.forsteri.unlimitedfluidity.util.Triplet<A,
B, C> - com.forsteri.unlimitedfluidity.core.fluidbehaviors.viscosity.ViscosityFluidBehavior (implements com.forsteri.unlimitedfluidity.core.fluidbehaviors.viscosity.IViscosityFluidBehavior)
- com.forsteri.unlimitedfluidity.UnlimitedFluidity
- net.minecraft.world.level.block.state.BlockBehaviour (implements net.minecraft.world.flag.FeatureElement)
Interface Hierarchy
- com.forsteri.unlimitedfluidity.core.flowinggas.CloudParticleMarkingAccess
- com.forsteri.unlimitedfluidity.entry.FluidityTags<T>
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.IBehaviorable
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.IFluidBehavior
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.fluidfog.IFluidFogBehavior
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteraction)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdateBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdate)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.flammable.IFlammableBehavior
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdateBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdate)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.pushless.IPushlessFluidBehavior
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.swimming.ISwimmingFluidBehavior
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.viscosity.IViscosityFluidBehavior
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteraction
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.IFluidBehavior)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdateBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdate)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.flammable.IFlammableBehavior
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdateBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdate)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdate
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdateBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionBehavior)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.flammable.IFlammableBehavior
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionWithNeighborBlockUpdateBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionBehavior)
- com.forsteri.unlimitedfluidity.core.fluidbehaviors.ontouch.IInteractionBehavior (also extends com.forsteri.unlimitedfluidity.core.fluidbehaviors.IFluidBehavior)
Annotation Interface Hierarchy
- com.forsteri.unlimitedfluidity.util.Api (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.forsteri.unlimitedfluidity.entry.FluidityTags.FluidityBlockTags (implements com.forsteri.unlimitedfluidity.entry.FluidityTags<T>)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)