Package net.minecraftforge.debug.block
Class ScaffoldingTest
- java.lang.Object
-
- net.minecraftforge.debug.block.ScaffoldingTest
-
public class ScaffoldingTest extends java.lang.Object
This test mod allows a custom scaffolding to move down while sneaking through a method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
ScaffoldingTest.ScaffoldingBlockState
(package private) static class
ScaffoldingTest.ScaffoldingMethodTestBlock
-
Field Summary
Fields Modifier and Type Field Description (package private) static DeferredRegister<Block>
BLOCKS
(package private) static java.lang.String
MODID
(package private) static Tags.IOptionalNamedTag<Block>
SCAFFOLDING
(package private) static RegistryObject<Block>
SCAFFOLDING_METHOD_TEST
-
Constructor Summary
Constructors Constructor Description ScaffoldingTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
gatherData(GatherDataEvent event)
-
-
-
Field Detail
-
MODID
static final java.lang.String MODID
- See Also:
- Constant Field Values
-
BLOCKS
static final DeferredRegister<Block> BLOCKS
-
SCAFFOLDING
static final Tags.IOptionalNamedTag<Block> SCAFFOLDING
-
SCAFFOLDING_METHOD_TEST
static final RegistryObject<Block> SCAFFOLDING_METHOD_TEST
-
-
Method Detail
-
gatherData
private void gatherData(GatherDataEvent event)
-
-