Package net.minecraftforge.debug.block
Class CustomSignsTest
java.lang.Object
net.minecraftforge.debug.block.CustomSignsTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final DeferredRegister<BlockEntityType<?>>private static final DeferredRegister<Block>static final RegistryObject<BlockEntityType<CustomSignsTest.CustomSignBlockEntity>>static final booleanprivate static final DeferredRegister<Item>static final Stringstatic 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidclientSetup(FMLClientSetupEvent event) private voidcommonSetup(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
-