Package net.minecraftforge.debug.block
Class LevelSensitiveLightBlockTest
java.lang.Object
net.minecraftforge.debug.block.LevelSensitiveLightBlockTest
Adds a light source block that can be switched on and off by right-clicking and saves its state in a BlockEntity
to test whether level/pos-sensitive light sources work correctly
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final DeferredRegister<BlockEntityType<?>>private static final DeferredRegister<Block>private static final DeferredRegister<Item>private static final RegistryObject<Block>private static final RegistryObject<BlockEntityType<LevelSensitiveLightBlockTest.LightBlockEntity>>private static final RegistryObject<Item>(package private) static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_ID
- See Also:
-
BLOCKS
-
ITEMS
-
BLOCK_ENTITIES
-
LIGHT_BLOCK
-
LIGHT_BLOCK_ITEM
-
LIGHT_BLOCK_ENTITY
private static final RegistryObject<BlockEntityType<LevelSensitiveLightBlockTest.LightBlockEntity>> LIGHT_BLOCK_ENTITY
-
-
Constructor Details
-
LevelSensitiveLightBlockTest
public LevelSensitiveLightBlockTest()
-