Uses of Class
net.minecraft.world.level.block.entity.ShelfBlockEntity
Packages that use ShelfBlockEntity
Package
Description
-
Uses of ShelfBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type ShelfBlockEntityModifier and TypeMethodDescriptionvoidShelfRenderer.extractRenderState(ShelfBlockEntity p_445792_, ShelfRenderState p_445521_, float p_446232_, Vec3 p_446470_, ModelFeatureRenderer.CrumblingOverlay p_446704_) -
Uses of ShelfBlockEntity in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type ShelfBlockEntityModifier and TypeMethodDescriptionprivate static booleanShelfBlock.swapSingleItem(ItemStack stack, Player player, ShelfBlockEntity shelf, int index, Inventory inventory) -
Uses of ShelfBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type ShelfBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<ShelfBlockEntity> BlockEntityType.SHELF