Class CommonEvents

java.lang.Object
net.nikdo53.tinymultiblocklib.CommonEvents

public class CommonEvents extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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!

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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