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

19 lines
466 B
Java

/*
* Decompiled with CFR 0.152.
*
* Could not load the following classes:
* org.jspecify.annotations.Nullable
*/
package net.minecraft.client.renderer.entity.state;
import net.minecraft.client.renderer.entity.state.EntityRenderState;
import net.minecraft.world.phys.Vec3;
import org.jspecify.annotations.Nullable;
public class EndCrystalRenderState
extends EntityRenderState {
public boolean showsBottom = true;
public @Nullable Vec3 beamOffset;
}