Package net.minecraftforge.debug.block
Class CustomSignsTest
java.lang.Object
net.minecraftforge.debug.block.CustomSignsTest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final DeferredRegister<BlockEntityType<?>>
private static final DeferredRegister<Block>
static final RegistryObject<BlockEntityType<CustomSignsTest.CustomSignBlockEntity>>
static final boolean
private static final DeferredRegister<Item>
static final String
static final RegistryObject<CustomSignsTest.CustomCeilingHangingSignBlock>
static final RegistryObject<HangingSignItem>
static final RegistryObject<SignItem>
static final RegistryObject<CustomSignsTest.CustomStandingSignBlock>
static final RegistryObject<CustomSignsTest.CustomWallHangingSignBlock>
static final RegistryObject<CustomSignsTest.CustomWallSignBlock>
static final WoodType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
clientSetup
(FMLClientSetupEvent event) private void
commonSetup
(FMLCommonSetupEvent event)
-
Field Details
-
ENABLE
public static final boolean ENABLE- See Also:
-
MODID
- See Also:
-
TEST_WOOD_TYPE
-
BLOCKS
-
TEST_STANDING_SIGN
-
TEST_WALL_SIGN
-
TEST_CEILING_HANGING_SIGN
public static final RegistryObject<CustomSignsTest.CustomCeilingHangingSignBlock> TEST_CEILING_HANGING_SIGN -
TEST_WALL_HANGING_SIGN
public static final RegistryObject<CustomSignsTest.CustomWallHangingSignBlock> TEST_WALL_HANGING_SIGN -
ITEMS
-
TEST_SIGN
-
TEST_HANGING_SIGN
-
BLOCK_ENTITIES
-
CUSTOM_SIGN
public static final RegistryObject<BlockEntityType<CustomSignsTest.CustomSignBlockEntity>> CUSTOM_SIGN -
CUSTOM_HANGING_SIGN
public static final RegistryObject<BlockEntityType<CustomSignsTest.CustomHangingSignBlockEntity>> CUSTOM_HANGING_SIGN
-
-
Constructor Details
-
CustomSignsTest
public CustomSignsTest()
-
-
Method Details
-
addCreative
-
clientSetup
-
commonSetup
-