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 Fluid
PointedDripstoneBlock.getDripFluid
(World world, Fluid fluid) static Fluid
PointedDripstoneBlock.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 boolean
AbstractCauldronBlock.canBeFilledByDripstone
(Fluid fluid) protected boolean
CauldronBlock.canBeFilledByDripstone
(Fluid fluid) protected boolean
LeveledCauldronBlock.canBeFilledByDripstone
(Fluid fluid) boolean
AbstractBlock.AbstractBlockState.canBucketPlace
(Fluid fluid) boolean
AbstractBlock.canBucketPlace
(BlockState state, Fluid fluid) Deprecated.boolean
EndGatewayBlock.canBucketPlace
(BlockState state, Fluid fluid) boolean
EndPortalBlock.canBucketPlace
(BlockState state, Fluid fluid) boolean
FluidFillable.canFillWithFluid
(BlockView world, BlockPos pos, BlockState state, Fluid fluid) boolean
KelpBlock.canFillWithFluid
(BlockView world, BlockPos pos, BlockState state, Fluid fluid) boolean
KelpPlantBlock.canFillWithFluid
(BlockView world, BlockPos pos, BlockState state, Fluid fluid) boolean
SeagrassBlock.canFillWithFluid
(BlockView world, BlockPos pos, BlockState state, Fluid fluid) boolean
SlabBlock.canFillWithFluid
(BlockView world, BlockPos pos, BlockState state, Fluid fluid) boolean
TallSeagrassBlock.canFillWithFluid
(BlockView world, BlockPos pos, BlockState state, Fluid fluid) default boolean
Waterloggable.canFillWithFluid
(BlockView world, BlockPos pos, BlockState state, Fluid fluid) private static void
PointedDripstoneBlock.createParticle
(World world, BlockPos pos, BlockState state, Fluid fluid) protected void
AbstractCauldronBlock.fillFromDripstone
(BlockState state, World world, BlockPos pos, Fluid fluid) protected void
CauldronBlock.fillFromDripstone
(BlockState state, World world, BlockPos pos, Fluid fluid) protected void
LeveledCauldronBlock.fillFromDripstone
(BlockState state, World world, BlockPos pos, Fluid fluid) PointedDripstoneBlock.getCauldronPos
(World world, BlockPos pos, Fluid fluid) private static Fluid
PointedDripstoneBlock.getDripFluid
(World world, Fluid fluid) private static boolean
PointedDripstoneBlock.isFluidLiquid
(Fluid fluid) Returns whether the providedfluid
is 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 world, double x, double y, double z, Fluid fluid) (package private)
ContinuousFalling
(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle) (package private)
Dripping
(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle) (package private)
DrippingLava
(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle) (package private)
DripstoneLavaDrip
(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle) (package private)
Falling
(ClientWorld world, double x, double y, double z, Fluid fluid) (package private)
Falling
(ClientWorld world, double x, double y, double z, Fluid fluid, int maxAge) (package private)
FallingHoney
(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle) (package private)
Landing
(ClientWorld world, double x, double y, double z, 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 float
FluidRenderer.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.fluidHeight
Entity.submergedFluidTag
Methods in net.minecraft.entity with parameters of type FluidMethod parameters in net.minecraft.entity with type arguments of type FluidModifier and TypeMethodDescriptiondouble
Entity.getFluidHeight
(Tag<Fluid> fluid) boolean
Entity.isSubmergedIn
(Tag<Fluid> fluidTag) protected void
LivingEntity.swimUpward
(Tag<Fluid> fluid) boolean
Entity.updateMovementInFluid
(Tag<Fluid> tag, double speed) -
Uses of Fluid in net.minecraft.entity.mob
Method parameters in net.minecraft.entity.mob with type arguments of type FluidModifier and TypeMethodDescriptionprotected void
MagmaCubeEntity.swimUpward
(Tag<Fluid> fluid) protected void
MobEntity.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 TypeClassDescriptionclass
class
Represents a fluid which can flow.class
static class
static class
class
static class
static class
Fields in net.minecraft.fluid declared as FluidFields in net.minecraft.fluid with type parameters of type FluidModifier and TypeFieldDescriptionprotected final StateManager<Fluid,
FluidState> Fluid.stateManager
Methods in net.minecraft.fluid with type parameters of type FluidMethods in net.minecraft.fluid that return FluidModifier and TypeMethodDescriptionabstract Fluid
FlowableFluid.getFlowing()
LavaFluid.getFlowing()
WaterFluid.getFlowing()
FluidState.getFluid()
abstract Fluid
FlowableFluid.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 TypeMethodDescriptionboolean
EmptyFluid.canBeReplacedWith
(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction) protected abstract boolean
Fluid.canBeReplacedWith
(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction) boolean
FluidState.canBeReplacedWith
(BlockView world, BlockPos pos, Fluid fluid, Direction direction) boolean
LavaFluid.canBeReplacedWith
(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction) boolean
WaterFluid.canBeReplacedWith
(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction) private boolean
FlowableFluid.canFill
(BlockView world, BlockPos pos, BlockState state, Fluid fluid) protected boolean
FlowableFluid.canFlow
(BlockView world, BlockPos fluidPos, BlockState fluidBlockState, Direction flowDirection, BlockPos flowTo, BlockState flowToBlockState, FluidState fluidState, Fluid fluid) private boolean
FlowableFluid.canFlowThrough
(BlockView world, Fluid fluid, BlockPos pos, BlockState state, Direction face, BlockPos fromPos, BlockState fromState, FluidState fluidState) boolean
FluidState.isEqualAndStill
(Fluid fluid) boolean
boolean
Fluid.matchesType
(Fluid fluid) boolean
LavaFluid.matchesType
(Fluid fluid) boolean
WaterFluid.matchesType
(Fluid fluid) private boolean
FlowableFluid.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 void
FlowableFluid.appendProperties
(StateManager.Builder<Fluid, FluidState> builder) protected void
Fluid.appendProperties
(StateManager.Builder<Fluid, FluidState> builder) protected void
LavaFluid.Flowing.appendProperties
(StateManager.Builder<Fluid, FluidState> builder) protected void
WaterFluid.Flowing.appendProperties
(StateManager.Builder<Fluid, FluidState> builder) boolean
boolean
Constructors 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 final WorldTickScheduler<Fluid>
ServerWorld.fluidTickScheduler
Methods in net.minecraft.server.world that return types with arguments of type FluidMethods in net.minecraft.server.world with parameters of type Fluid -
Uses of Fluid in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type FluidModifier and TypeFieldDescriptionstatic final Tag.Identified<Fluid>
FluidTags.LAVA
protected static final RequiredTagList<Fluid>
FluidTags.REQUIRED_TAGS
FluidTags.TAGS
static final Tag.Identified<Fluid>
FluidTags.WATER
Methods 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 final DefaultedRegistry<Fluid>
Registry.FLUID
static final RegistryKey<Registry<Fluid>>
Registry.FLUID_KEY
-
Uses of Fluid in net.minecraft.world
Fields in net.minecraft.world with type parameters of type FluidModifier and TypeFieldDescriptionprivate final MultiTickScheduler<Fluid>
ChunkRegion.fluidTickScheduler
Methods in net.minecraft.world that return types with arguments of type FluidModifier and TypeMethodDescriptionChunkRegion.getFluidTickScheduler()
WorldAccess.getFluidTickScheduler()
Methods in net.minecraft.world with parameters of type FluidModifier and TypeMethodDescriptiondefault void
WorldAccess.createAndScheduleFluidTick
(BlockPos pos, Fluid fluid, int delay) default void
WorldAccess.createAndScheduleFluidTick
(BlockPos pos, Fluid fluid, int delay, TickPriority priority) -
Uses of Fluid in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type FluidModifier and TypeFieldDescriptionprivate final SerializableTickScheduler<Fluid>
Chunk.TickSchedulers.fluids
The field for thefluids
record component.private final SimpleTickScheduler<Fluid>
ProtoChunk.fluidTickScheduler
private final ChunkTickScheduler<Fluid>
WorldChunk.fluidTickScheduler
Methods in net.minecraft.world.chunk that return types with arguments of type FluidModifier and TypeMethodDescriptionChunk.TickSchedulers.fluids()
Returns the value of thefluids
record component.ProtoChunk.getFluidProtoTickScheduler()
abstract BasicTickScheduler<Fluid>
Chunk.getFluidTickScheduler()
ProtoChunk.getFluidTickScheduler()
ReadOnlyChunk.getFluidTickScheduler()
WorldChunk.getFluidTickScheduler()
-
Uses of Fluid in net.minecraft.world.gen.blockpredicate
Fields in net.minecraft.world.gen.blockpredicate with type parameters of type FluidMethods in net.minecraft.world.gen.blockpredicate with parameters of type FluidModifier and TypeMethodDescriptionstatic BlockPredicate
BlockPredicate.matchingFluid
(Fluid fluid, Vec3i offset) Method parameters in net.minecraft.world.gen.blockpredicate with type arguments of type FluidModifier and TypeMethodDescriptionstatic BlockPredicate
BlockPredicate.matchingFluids
(List<Fluid> fluids, Vec3i offset) Constructor parameters in net.minecraft.world.gen.blockpredicate with type arguments of type Fluid -
Uses of Fluid in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver with type parameters of type Fluid