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
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type ShelfBlockEntityMethods in net.minecraft.client.renderer.blockentity with parameters of type ShelfBlockEntityModifier and TypeMethodDescriptionvoidShelfRenderer.extractRenderState(ShelfBlockEntity blockEntity, ShelfRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) -
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 itemStack, Player player, ShelfBlockEntity shelfBlockEntity, int hitSlot, 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