Uses of Class
net.minecraft.fluid.Fluid
-
Uses of Fluid in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Fluid Modifier and Type Field Description private Predicate<Fluid>EntityShapeContext. walkOnFluidPredicateMethods in net.minecraft.block that return Fluid Modifier and Type Method Description private 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 Fluid Modifier and Type Method Description private static Optional<Fluid>PointedDripstoneBlock. getFluid(World world, BlockPos pos, BlockState state)Methods in net.minecraft.block with parameters of type Fluid Modifier and Type Method Description protected 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)private static @Nullable BlockPosPointedDripstoneBlock. 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 Constructor Description EntityShapeContext(boolean descending, double minY, ItemStack boots, ItemStack heldItem, Predicate<Fluid> walkOnFluidPredicate, Optional<Entity> entity) -
Uses of Fluid in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as Fluid Modifier and Type Field Description private FluidBlockLeakParticle. fluidMethods in net.minecraft.client.particle that return Fluid Modifier and Type Method Description protected FluidBlockLeakParticle. getFluid()Constructors in net.minecraft.client.particle with parameters of type Fluid Constructor Description BlockLeakParticle(ClientWorld world, double x, double y, double z, Fluid fluid)ContinuousFalling(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle)Dripping(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle)DrippingLava(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle)DripstoneLavaDrip(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect particleEffect)Falling(ClientWorld world, double x, double y, double z, Fluid fluid)Falling(ClientWorld clientWorld, double double2, double double3, double double4, Fluid fluid, int int2)FallingHoney(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect particleEffect)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 Modifier and Type Field Description private static Map<Fluid,RenderLayer>RenderLayers. FLUIDS -
Uses of Fluid in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type Fluid Modifier and Type Method Description private 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 Modifier and Type Method Description TickScheduler<Fluid>ClientWorld. getFluidTickScheduler() -
Uses of Fluid in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type Fluid Modifier and Type Field Description protected Object2DoubleMap<Tag<Fluid>>Entity. fluidHeightprotected @Nullable Tag<Fluid>Entity. submergedFluidTagMethods in net.minecraft.entity with parameters of type Fluid Modifier and Type Method Description booleanLivingEntity. canWalkOnFluid(Fluid fluid)Method parameters in net.minecraft.entity with type arguments of type Fluid Modifier and Type Method Description doubleEntity. 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 Fluid Modifier and Type Method Description protected 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 Fluid Modifier and Type Method Description booleanStriderEntity. canWalkOnFluid(Fluid fluid)Method parameters in net.minecraft.entity.passive with type arguments of type Fluid Modifier and Type Method Description protected voidBeeEntity. swimUpward(Tag<Fluid> fluid) -
Uses of Fluid in net.minecraft.fluid
Subclasses of Fluid in net.minecraft.fluid Modifier and Type Class Description classEmptyFluidclassFlowableFluidRepresents a fluid which can flow.classLavaFluidstatic classLavaFluid.Flowingstatic classLavaFluid.StillclassWaterFluidstatic classWaterFluid.Flowingstatic classWaterFluid.StillFields in net.minecraft.fluid declared as Fluid Modifier and Type Field Description static FluidFluids. EMPTYFields in net.minecraft.fluid with type parameters of type Fluid Modifier and Type Field Description protected StateManager<Fluid,FluidState>Fluid. stateManagerMethods in net.minecraft.fluid with type parameters of type Fluid Modifier and Type Method Description private static <T extends Fluid>
TFluids. register(String id, T value)Methods in net.minecraft.fluid that return Fluid Modifier and Type Method Description abstract FluidFlowableFluid. getFlowing()FluidLavaFluid. getFlowing()FluidWaterFluid. getFlowing()FluidFluidState. getFluid()abstract FluidFlowableFluid. getStill()FluidLavaFluid. getStill()FluidWaterFluid. getStill()Methods in net.minecraft.fluid that return types with arguments of type Fluid Modifier and Type Method Description StateManager<Fluid,FluidState>Fluid. getStateManager()Methods in net.minecraft.fluid with parameters of type Fluid Modifier and Type Method Description booleanEmptyFluid. 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 Fluid Modifier and Type Method Description protected 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)booleanFluid. isIn(Tag<Fluid> tag)booleanFluidState. isIn(Tag<Fluid> tag)Constructors in net.minecraft.fluid with parameters of type Fluid Constructor Description FluidState(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 Fluid Modifier and Type Field Description private FluidBucketItem. fluidConstructors in net.minecraft.item with parameters of type Fluid Constructor Description BucketItem(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 Fluid Modifier and Type Field Description private @Nullable FluidFluidPredicate.class_6079. field_30912private @Nullable FluidFluidPredicate. fluidFields in net.minecraft.predicate with type parameters of type Fluid Modifier and Type Field Description private @Nullable Tag<Fluid>FluidPredicate.class_6079. field_30913private @Nullable Tag<Fluid>FluidPredicate. tagMethods in net.minecraft.predicate with parameters of type Fluid Modifier and Type Method Description FluidPredicate.class_6079FluidPredicate.class_6079. method_35224(Fluid fluid)Method parameters in net.minecraft.predicate with type arguments of type Fluid Modifier and Type Method Description FluidPredicate.class_6079FluidPredicate.class_6079. method_35222(Tag<Fluid> tag)Constructors in net.minecraft.predicate with parameters of type Fluid Constructor Description FluidPredicate(@Nullable Tag<Fluid> tag, @Nullable Fluid fluid, StatePredicate state)Constructor parameters in net.minecraft.predicate with type arguments of type Fluid Constructor Description FluidPredicate(@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 Fluid Modifier and Type Field Description private ServerTickScheduler<Fluid>ServerWorld. fluidTickSchedulerMethods in net.minecraft.server.world that return types with arguments of type Fluid Modifier and Type Method Description ServerTickScheduler<Fluid>ServerWorld. getFluidTickScheduler()Method parameters in net.minecraft.server.world with type arguments of type Fluid Modifier and Type Method Description private voidServerWorld. tickFluid(ScheduledTick<Fluid> tick) -
Uses of Fluid in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type Fluid Modifier and Type Field Description static Tag.Identified<Fluid>FluidTags. LAVAprotected static RequiredTagList<Fluid>FluidTags. REQUIRED_TAGSprivate static List<Tag<Fluid>>FluidTags. TAGSstatic Tag.Identified<Fluid>FluidTags. WATERMethods in net.minecraft.tag that return types with arguments of type Fluid Modifier and Type Method Description static TagGroup<Fluid>FluidTags. getTagGroup()static List<Tag<Fluid>>FluidTags. getTags()Deprecated.private static Tag.Identified<Fluid>FluidTags. register(String id) -
Uses of Fluid in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Fluid Modifier and Type Field Description static 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 Fluid Modifier and Type Field Description private TickScheduler<Fluid>ChunkRegion. fluidTickSchedulerMethods in net.minecraft.world that return types with arguments of type Fluid Modifier and Type Method Description TickScheduler<Fluid>ChunkRegion. getFluidTickScheduler()TickScheduler<Fluid>WorldAccess. getFluidTickScheduler() -
Uses of Fluid in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type Fluid Modifier and Type Field Description private ChunkTickScheduler<Fluid>ProtoChunk. fluidTickSchedulerprivate TickScheduler<Fluid>WorldChunk. fluidTickSchedulerMethods in net.minecraft.world.chunk that return types with arguments of type Fluid Modifier and Type Method Description TickScheduler<Fluid>Chunk. getFluidTickScheduler()ChunkTickScheduler<Fluid>ProtoChunk. getFluidTickScheduler()ChunkTickScheduler<Fluid>ReadOnlyChunk. getFluidTickScheduler()TickScheduler<Fluid>WorldChunk. getFluidTickScheduler() -
Uses of Fluid in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver with type parameters of type Fluid Modifier and Type Field Description protected Set<Fluid>Carver. carvableFluids