2025-11-24 22:52:51 +03:00

14 lines
294 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.client.renderer.blockentity.state;
import net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState;
public class LecternRenderState
extends BlockEntityRenderState {
public boolean hasBook;
public float yRot;
}