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

12 lines
198 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.gizmos;
import net.minecraft.gizmos.GizmoPrimitives;
public interface Gizmo {
public void emit(GizmoPrimitives var1, float var2);
}