Uses of Class
net.minecraft.tileentity.ChestTileEntity
-
Packages that use ChestTileEntity Package Description net.minecraft.block net.minecraft.client.renderer.tileentity net.minecraft.tileentity -
-
Uses of ChestTileEntity in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ChestTileEntity Modifier and Type Field Description private static TileEntityMerger.ICallback<ChestTileEntity,java.util.Optional<IInventory>>ChestBlock. CHEST_COMBINERprivate static TileEntityMerger.ICallback<ChestTileEntity,java.util.Optional<INamedContainerProvider>>ChestBlock. MENU_PROVIDER_COMBINERMethods in net.minecraft.block that return types with arguments of type ChestTileEntity Modifier and Type Method Description abstract TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>AbstractChestBlock. combine(BlockState p_225536_1_, World p_225536_2_, BlockPos p_225536_3_, boolean p_225536_4_)TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>ChestBlock. combine(BlockState p_225536_1_, World p_225536_2_, BlockPos p_225536_3_, boolean p_225536_4_)TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>EnderChestBlock. combine(BlockState p_225536_1_, World p_225536_2_, BlockPos p_225536_3_, boolean p_225536_4_)static TileEntityMerger.ICallback<ChestTileEntity,it.unimi.dsi.fastutil.floats.Float2FloatFunction>ChestBlock. opennessCombiner(IChestLid p_226917_0_)Constructor parameters in net.minecraft.block with type arguments of type ChestTileEntity Constructor Description ChestBlock(AbstractBlock.Properties p_i225757_1_, java.util.function.Supplier<TileEntityType<? extends ChestTileEntity>> p_i225757_2_) -
Uses of ChestTileEntity in net.minecraft.client.renderer.tileentity
Fields in net.minecraft.client.renderer.tileentity declared as ChestTileEntity Modifier and Type Field Description private ChestTileEntityItemStackTileEntityRenderer. chestprivate ChestTileEntityItemStackTileEntityRenderer. trappedChest -
Uses of ChestTileEntity in net.minecraft.tileentity
Subclasses of ChestTileEntity in net.minecraft.tileentity Modifier and Type Class Description classTrappedChestTileEntityFields in net.minecraft.tileentity with type parameters of type ChestTileEntity Modifier and Type Field Description static TileEntityType<ChestTileEntity>TileEntityType. CHESTMethods in net.minecraft.tileentity with parameters of type ChestTileEntity Modifier and Type Method Description static voidChestTileEntity. swapContents(ChestTileEntity p_199722_0_, ChestTileEntity p_199722_1_)
-