public class AllMaterialSpecs
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AllMaterialSpecs.Locations |
| Modifier and Type | Field and Description |
|---|---|
static com.jozufozu.flywheel.backend.material.MaterialSpec<ActorData> |
ACTORS |
static com.jozufozu.flywheel.backend.material.MaterialSpec<BeltData> |
BELTS |
static com.jozufozu.flywheel.backend.material.MaterialSpec<FlapData> |
FLAPS |
static com.jozufozu.flywheel.backend.material.MaterialSpec<RotatingData> |
ROTATING |
| Constructor and Description |
|---|
AllMaterialSpecs() |
| Modifier and Type | Method and Description |
|---|---|
static void |
flwInit(com.jozufozu.flywheel.event.GatherContextEvent event) |
static void |
init() |
public static final com.jozufozu.flywheel.backend.material.MaterialSpec<RotatingData> ROTATING
public static final com.jozufozu.flywheel.backend.material.MaterialSpec<BeltData> BELTS
public static final com.jozufozu.flywheel.backend.material.MaterialSpec<ActorData> ACTORS
public static final com.jozufozu.flywheel.backend.material.MaterialSpec<FlapData> FLAPS