Uses of Interface
net.minecraft.tileentity.IChestLid
-
Packages that use IChestLid Package Description net.minecraft.block net.minecraft.client.renderer.tileentity net.minecraft.tileentity -
-
Uses of IChestLid in net.minecraft.block
Methods in net.minecraft.block with parameters of type IChestLid Modifier and Type Method Description static TileEntityMerger.ICallback<ChestTileEntity,it.unimi.dsi.fastutil.floats.Float2FloatFunction>
ChestBlock. opennessCombiner(IChestLid p_226917_0_)
-
Uses of IChestLid in net.minecraft.client.renderer.tileentity
Classes in net.minecraft.client.renderer.tileentity with type parameters of type IChestLid Modifier and Type Class Description class
ChestTileEntityRenderer<T extends TileEntity & IChestLid>
-
Uses of IChestLid in net.minecraft.tileentity
Classes in net.minecraft.tileentity that implement IChestLid Modifier and Type Class Description class
ChestTileEntity
class
EnderChestTileEntity
class
TrappedChestTileEntity
-