MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / Constants

Class Constants

Minecraft-Utils/1.13/src/FaceBakery.java:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 private static final float fieldB = 1.0F / (float) Math.cos(0.7853981852531433D) - 1.0F;
5
6 public static final class Constants {
7 public static final int SOUTH = ep.d.a();
8 public static final int UP = ep.b.a();
9 public static final int EAST = ep.f.a();
10 public static final int NORTH = ep.c.a();
11 public static final int DOWN = ep.a.a();
12 public static final int WEST = ep.e.a();
13 }
14
15 public FaceBakery() {
16 }

Callers

nothing calls this directly

Calls 1

aMethod · 0.45

Tested by

no test coverage detected