public class TRSRTransformerTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
TRSRTransformerTest.MyBakedModel |
Modifier and Type | Field and Description |
---|---|
private static DeferredRegister<Block> |
BLOCKS |
private static DeferredRegister<Item> |
ITEMS |
static java.lang.String |
MODID |
private static RegistryObject<Block> |
TEST_BLOCK |
private static RegistryObject<Item> |
TEST_ITEM |
Constructor and Description |
---|
TRSRTransformerTest() |
Modifier and Type | Method and Description |
---|---|
void |
onModelBake(ModelBakeEvent e) |
public static final java.lang.String MODID
private static final DeferredRegister<Block> BLOCKS
private static final DeferredRegister<Item> ITEMS
private static final RegistryObject<Block> TEST_BLOCK
private static final RegistryObject<Item> TEST_ITEM
public void onModelBake(ModelBakeEvent e)