Class CommonEvents
java.lang.Object
net.nikdo53.tinymultiblocklib.CommonEvents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidtestRightClickBlock(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player) Made as an example implementation of the diamond structure block, only runs in dev env!
-
Constructor Details
-
CommonEvents
public CommonEvents()
-
-
Method Details
-
testRightClickBlock
public static void testRightClickBlock(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player) Made as an example implementation of the diamond structure block, only runs in dev env!Places a Diamond structure when right-clicking on a 2x2x2 cube of diamond blocks
-