Uses of Class
net.minecraft.fluid.Fluid
Packages that use Fluid
Package
Description
-
Uses of Fluid in net.minecraft.block
Fields in net.minecraft.block with type parameters of type FluidMethods in net.minecraft.block that return FluidModifier and TypeMethodDescriptionprivate static FluidPointedDripstoneBlock.getDripFluid(World world, Fluid fluid)static FluidPointedDripstoneBlock.getDripFluid(World world, BlockPos pos)Methods in net.minecraft.block that return types with arguments of type FluidModifier and TypeMethodDescriptionPointedDripstoneBlock.getFluid(World world, BlockPos pos, BlockState state)Methods in net.minecraft.block with parameters of type FluidModifier and TypeMethodDescriptionprotected booleanAbstractCauldronBlock.canBeFilledByDripstone(Fluid fluid)protected booleanCauldronBlock.canBeFilledByDripstone(Fluid fluid)protected booleanLeveledCauldronBlock.canBeFilledByDripstone(Fluid fluid)booleanAbstractBlock.AbstractBlockState.canBucketPlace(Fluid fluid)booleanAbstractBlock.canBucketPlace(BlockState state, Fluid fluid)Deprecated.booleanEndGatewayBlock.canBucketPlace(BlockState state, Fluid fluid)booleanEndPortalBlock.canBucketPlace(BlockState state, Fluid fluid)booleanFluidFillable.canFillWithFluid(BlockView world, BlockPos pos, BlockState state, Fluid fluid)booleanKelpBlock.canFillWithFluid(BlockView world, BlockPos pos, BlockState state, Fluid fluid)booleanKelpPlantBlock.canFillWithFluid(BlockView world, BlockPos pos, BlockState state, Fluid fluid)booleanSeagrassBlock.canFillWithFluid(BlockView world, BlockPos pos, BlockState state, Fluid fluid)booleanSlabBlock.canFillWithFluid(BlockView world, BlockPos pos, BlockState state, Fluid fluid)booleanTallSeagrassBlock.canFillWithFluid(BlockView world, BlockPos pos, BlockState state, Fluid fluid)default booleanWaterloggable.canFillWithFluid(BlockView world, BlockPos pos, BlockState state, Fluid fluid)private static voidPointedDripstoneBlock.createParticle(World world, BlockPos pos, BlockState state, Fluid fluid)protected voidAbstractCauldronBlock.fillFromDripstone(BlockState state, World world, BlockPos pos, Fluid fluid)protected voidCauldronBlock.fillFromDripstone(BlockState state, World world, BlockPos pos, Fluid fluid)protected voidLeveledCauldronBlock.fillFromDripstone(BlockState state, World world, BlockPos pos, Fluid fluid)PointedDripstoneBlock.getCauldronPos(World world, BlockPos pos, Fluid fluid)private static FluidPointedDripstoneBlock.getDripFluid(World world, Fluid fluid)private static booleanPointedDripstoneBlock.isFluidLiquid(Fluid fluid)Returns whether the providedfluidis liquid, namely lava or water.Constructor parameters in net.minecraft.block with type arguments of type Fluid -
Uses of Fluid in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as FluidMethods in net.minecraft.client.particle that return FluidConstructors in net.minecraft.client.particle with parameters of type FluidModifierConstructorDescription(package private)BlockLeakParticle(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid)(package private)ContinuousFalling(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid, ParticleEffect particleEffect)(package private)Dripping(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid, ParticleEffect particleEffect)(package private)DrippingLava(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid, ParticleEffect particleEffect)(package private)DripstoneLavaDrip(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid, ParticleEffect particleEffect)(package private)Falling(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid)(package private)Falling(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid, int int2)(package private)FallingHoney(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid, ParticleEffect particleEffect)(package private)Landing(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid) -
Uses of Fluid in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type Fluid -
Uses of Fluid in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type FluidModifier and TypeMethodDescriptionprivate floatFluidRenderer.getNorthWestCornerFluidHeight(BlockView world, BlockPos pos, Fluid fluid) -
Uses of Fluid in net.minecraft.client.world
Methods in net.minecraft.client.world that return types with arguments of type Fluid -
Uses of Fluid in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type FluidModifier and TypeFieldDescriptionprotected Object2DoubleMap<Tag<Fluid>>Entity.fluidHeightEntity.submergedFluidTagMethods in net.minecraft.entity with parameters of type FluidMethod parameters in net.minecraft.entity with type arguments of type FluidModifier and TypeMethodDescriptiondoubleEntity.getFluidHeight(Tag<Fluid> fluid)booleanEntity.isSubmergedIn(Tag<Fluid> fluidTag)protected voidLivingEntity.swimUpward(Tag<Fluid> fluid)booleanEntity.updateMovementInFluid(Tag<Fluid> tag, double double2) -
Uses of Fluid in net.minecraft.entity.mob
Method parameters in net.minecraft.entity.mob with type arguments of type FluidModifier and TypeMethodDescriptionprotected voidMagmaCubeEntity.swimUpward(Tag<Fluid> fluid)protected voidMobEntity.swimUpward(Tag<Fluid> fluid) -
Uses of Fluid in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type FluidMethod parameters in net.minecraft.entity.passive with type arguments of type Fluid -
Uses of Fluid in net.minecraft.fluid
Subclasses of Fluid in net.minecraft.fluidModifier and TypeClassDescriptionclassclassRepresents a fluid which can flow.classstatic classstatic classclassstatic classstatic classFields in net.minecraft.fluid declared as FluidFields in net.minecraft.fluid with type parameters of type FluidMethods in net.minecraft.fluid with type parameters of type FluidMethods in net.minecraft.fluid that return FluidModifier and TypeMethodDescriptionabstract FluidFlowableFluid.getFlowing()LavaFluid.getFlowing()WaterFluid.getFlowing()FluidState.getFluid()abstract FluidFlowableFluid.getStill()LavaFluid.getStill()WaterFluid.getStill()Methods in net.minecraft.fluid that return types with arguments of type FluidMethods in net.minecraft.fluid with parameters of type FluidModifier and TypeMethodDescriptionbooleanEmptyFluid.canBeReplacedWith(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction)protected abstract booleanFluid.canBeReplacedWith(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction)booleanFluidState.canBeReplacedWith(BlockView world, BlockPos pos, Fluid fluid, Direction direction)booleanLavaFluid.canBeReplacedWith(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction)booleanWaterFluid.canBeReplacedWith(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction)private booleanFlowableFluid.canFill(BlockView world, BlockPos pos, BlockState state, Fluid fluid)protected booleanFlowableFluid.canFlow(BlockView world, BlockPos fluidPos, BlockState fluidBlockState, Direction flowDirection, BlockPos flowTo, BlockState flowToBlockState, FluidState fluidState, Fluid fluid)private booleanFlowableFluid.canFlowThrough(BlockView world, Fluid fluid, BlockPos pos, BlockState state, Direction face, BlockPos fromPos, BlockState fromState, FluidState fluidState)booleanFluidState.isEqualAndStill(Fluid fluid)booleanFluid.matchesType(Fluid fluid)booleanLavaFluid.matchesType(Fluid fluid)booleanWaterFluid.matchesType(Fluid fluid)private booleanFlowableFluid.method_15736(BlockView world, Fluid fluid, BlockPos pos, BlockState state, BlockPos fromPos, BlockState fromState)Method parameters in net.minecraft.fluid with type arguments of type FluidModifier and TypeMethodDescriptionprotected voidFlowableFluid.appendProperties(StateManager.Builder<Fluid,FluidState> builder)protected voidFluid.appendProperties(StateManager.Builder<Fluid,FluidState> builder)protected voidLavaFluid.Flowing.appendProperties(StateManager.Builder<Fluid,FluidState> builder)protected voidWaterFluid.Flowing.appendProperties(StateManager.Builder<Fluid,FluidState> builder)booleanbooleanConstructors in net.minecraft.fluid with parameters of type FluidModifierConstructorDescriptionFluidState(Fluid fluid, ImmutableMap<Property<?>,Comparable<?>> propertiesMap, com.mojang.serialization.MapCodec<FluidState> codec) -
Uses of Fluid in net.minecraft.item
Fields in net.minecraft.item declared as FluidConstructors in net.minecraft.item with parameters of type FluidModifierConstructorDescriptionBucketItem(Fluid fluid, Item.Settings settings)EntityBucketItem(EntityType<?> type, Fluid fluid, SoundEvent emptyingSound, Item.Settings settings) -
Uses of Fluid in net.minecraft.predicate
Fields in net.minecraft.predicate declared as FluidFields in net.minecraft.predicate with type parameters of type FluidMethods in net.minecraft.predicate with parameters of type FluidModifier and TypeMethodDescriptionMethod parameters in net.minecraft.predicate with type arguments of type FluidModifier and TypeMethodDescriptionConstructors in net.minecraft.predicate with parameters of type FluidModifierConstructorDescriptionFluidPredicate(@Nullable Tag<Fluid> tag, @Nullable Fluid fluid, StatePredicate state)Constructor parameters in net.minecraft.predicate with type arguments of type FluidModifierConstructorDescriptionFluidPredicate(@Nullable Tag<Fluid> tag, @Nullable Fluid fluid, StatePredicate state) -
Uses of Fluid in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type FluidModifier and TypeFieldDescriptionprivate ServerTickScheduler<Fluid>ServerWorld.fluidTickSchedulerMethods in net.minecraft.server.world that return types with arguments of type FluidMethod parameters in net.minecraft.server.world with type arguments of type Fluid -
Uses of Fluid in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type FluidModifier and TypeFieldDescriptionstatic Tag.Identified<Fluid>FluidTags.LAVAprotected static RequiredTagList<Fluid>FluidTags.REQUIRED_TAGSFluidTags.TAGSstatic Tag.Identified<Fluid>FluidTags.WATERMethods in net.minecraft.tag that return types with arguments of type Fluid -
Uses of Fluid in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type FluidModifier and TypeFieldDescriptionstatic DefaultedRegistry<Fluid>Registry.FLUIDstatic RegistryKey<Registry<Fluid>>Registry.FLUID_KEY -
Uses of Fluid in net.minecraft.world
Fields in net.minecraft.world with type parameters of type FluidMethods in net.minecraft.world that return types with arguments of type FluidModifier and TypeMethodDescriptionChunkRegion.getFluidTickScheduler()WorldAccess.getFluidTickScheduler() -
Uses of Fluid in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type FluidModifier and TypeFieldDescriptionprivate ChunkTickScheduler<Fluid>ProtoChunk.fluidTickSchedulerprivate TickScheduler<Fluid>WorldChunk.fluidTickSchedulerMethods in net.minecraft.world.chunk that return types with arguments of type FluidModifier and TypeMethodDescriptionChunk.getFluidTickScheduler()ProtoChunk.getFluidTickScheduler()ReadOnlyChunk.getFluidTickScheduler()WorldChunk.getFluidTickScheduler() -
Uses of Fluid in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver with type parameters of type Fluid