14 lines
294 B
Java
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;
|
|
}
|
|
|