/* * Decompiled with CFR 0.152. * * Could not load the following classes: * org.jspecify.annotations.Nullable */ package net.minecraft.client.renderer.blockentity.state; import net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState; import net.minecraft.client.renderer.item.ItemStackRenderState; import org.jspecify.annotations.Nullable; public class ShelfRenderState extends BlockEntityRenderState { public @Nullable ItemStackRenderState[] items = new ItemStackRenderState[3]; public boolean alignToBottom; }