Package net.minecraftforge.debug.client
Class CustomTASTest
- java.lang.Object
-
- net.minecraftforge.debug.client.CustomTASTest
-
public class CustomTASTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
CustomTASTest.TasLoader
-
Field Summary
Fields Modifier and Type Field Description private static boolean
enabled
private static DeferredRegister<Item>
ITEMS
(package private) static java.lang.String
MOD_ID
private static RegistryObject<Item>
TEST_ITEM
-
Constructor Summary
Constructors Constructor Description CustomTASTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
clientSetup(FMLClientSetupEvent event)
-
-
-
Field Detail
-
enabled
private static final boolean enabled
- See Also:
- Constant Field Values
-
MOD_ID
static final java.lang.String MOD_ID
- See Also:
- Constant Field Values
-
ITEMS
private static final DeferredRegister<Item> ITEMS
-
TEST_ITEM
private static final RegistryObject<Item> TEST_ITEM
-
-
Method Detail
-
clientSetup
private void clientSetup(FMLClientSetupEvent event)
-
-