Package net.minecraft.block
Interface FluidFillable
- All Known Subinterfaces:
 Waterloggable
- All Known Implementing Classes:
 AbstractCoralBlock,AbstractRailBlock,AbstractSignBlock,AmethystClusterBlock,BarrierBlock,BigDripleafBlock,BigDripleafStemBlock,CalibratedSculkSensorBlock,CampfireBlock,CandleBlock,ChainBlock,ChestBlock,ConduitBlock,CoralBlock,CoralFanBlock,CoralWallFanBlock,DeadCoralBlock,DeadCoralFanBlock,DeadCoralWallFanBlock,DecoratedPotBlock,DetectorRailBlock,DriedGhastBlock,EnderChestBlock,FenceBlock,GlowLichenBlock,GrateBlock,HangingRootsBlock,HangingSignBlock,HeavyCoreBlock,HorizontalConnectingBlock,KelpBlock,KelpPlantBlock,LadderBlock,LanternBlock,LeavesBlock,LightBlock,LightningRodBlock,MangroveLeavesBlock,MangroveRootsBlock,MultifaceBlock,MultifaceGrowthBlock,OxidizableGrateBlock,OxidizableSlabBlock,OxidizableStairsBlock,OxidizableTrapdoorBlock,PaneBlock,PointedDripstoneBlock,PoweredRailBlock,PropaguleBlock,RailBlock,ScaffoldingBlock,SculkSensorBlock,SculkShriekerBlock,SculkVeinBlock,SeagrassBlock,SeaPickleBlock,SignBlock,SlabBlock,SmallDripleafBlock,StainedGlassPaneBlock,StairsBlock,TallSeagrassBlock,TintedParticleLeavesBlock,TrapdoorBlock,TrappedChestBlock,UntintedParticleLeavesBlock,WallBlock,WallHangingSignBlock,WallSignBlock
public interface FluidFillable
- Mappings:
 Namespace Name named net/minecraft/block/FluidFillableintermediary net/minecraft/class_2402official dux
- 
Method Summary
Modifier and TypeMethodDescriptionbooleancanFillWithFluid(@Nullable LivingEntity filler, BlockView world, BlockPos pos, BlockState state, Fluid fluid) booleantryFillWithFluid(WorldAccess world, BlockPos pos, BlockState state, FluidState fluidState)  
- 
Method Details
- 
canFillWithFluid
boolean canFillWithFluid(@Nullable @Nullable LivingEntity filler, BlockView world, BlockPos pos, BlockState state, Fluid fluid) - Mappings:
 Namespace Name Mixin selector named canFillWithFluidLnet/minecraft/block/FluidFillable;canFillWithFluid(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/Fluid;)Zintermediary method_10310Lnet/minecraft/class_2402;method_10310(Lnet/minecraft/class_1309;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_3611;)Zofficial aLdux;a(Lcam;Ldly;Ljb;Leeb;Lfak;)Z
 - 
tryFillWithFluid
- Mappings:
 Namespace Name Mixin selector named tryFillWithFluidLnet/minecraft/block/FluidFillable;tryFillWithFluid(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;)Zintermediary method_10311Lnet/minecraft/class_2402;method_10311(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_3610;)Zofficial aLdux;a(Ldmv;Ljb;Leeb;Lfal;)Z
 
 -