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

20 lines
538 B
Java

/*
* 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.entity.state.EntityRenderState;
import org.jspecify.annotations.Nullable;
public class SpawnerRenderState
extends BlockEntityRenderState {
public @Nullable EntityRenderState displayEntity;
public float spin;
public float scale;
}