Uses of Interface
net.minecraft.block.ILiquidContainer
-
Packages that use ILiquidContainer Package Description net.minecraft.block net.minecraftforge.debug.block net.minecraftforge.debug.fluid net.minecraftforge.fluids.capability.wrappers -
-
Uses of ILiquidContainer in net.minecraft.block
Subinterfaces of ILiquidContainer in net.minecraft.block Modifier and Type Interface Description interfaceIWaterLoggableClasses in net.minecraft.block that implement ILiquidContainer Modifier and Type Class Description classAbstractCoralPlantBlockclassAbstractSignBlockclassCampfireBlockclassChainBlockclassChestBlockclassConduitBlockclassCoralFanBlockclassCoralFinBlockclassCoralPlantBlockclassCoralWallFanBlockclassDeadCoralPlantBlockclassDeadCoralWallFanBlockclassEnderChestBlockclassFenceBlockclassFourWayBlockclassKelpBlockclassKelpTopBlockclassLadderBlockclassLanternBlockclassPaneBlockclassScaffoldingBlockclassSeaGrassBlockclassSeaPickleBlockclassSlabBlockclassStainedGlassPaneBlockclassStairsBlockclassStandingSignBlockclassTallSeaGrassBlockclassTrapDoorBlockclassTrappedChestBlockclassWallBlockclassWallSignBlock -
Uses of ILiquidContainer in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement ILiquidContainer Modifier and Type Class Description static classCustomSignsTest.CustomStandingSignBlockstatic classCustomSignsTest.CustomWallSignBlock(package private) static classScaffoldingTest.ScaffoldingMethodTestBlock -
Uses of ILiquidContainer in net.minecraftforge.debug.fluid
Classes in net.minecraftforge.debug.fluid that implement ILiquidContainer Modifier and Type Class Description private static classNewFluidTest.FluidloggableBlock -
Uses of ILiquidContainer in net.minecraftforge.fluids.capability.wrappers
Fields in net.minecraftforge.fluids.capability.wrappers declared as ILiquidContainer Modifier and Type Field Description protected ILiquidContainerBlockWrapper.LiquidContainerBlockWrapper. liquidContainerConstructors in net.minecraftforge.fluids.capability.wrappers with parameters of type ILiquidContainer Constructor Description LiquidContainerBlockWrapper(ILiquidContainer liquidContainer, World world, BlockPos blockPos)
-