Interface BlockConstructedCallback


@Deprecated
public interface BlockConstructedCallback
Deprecated.
Please migrate to v1. Please use registry events instead.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Event<BlockConstructedCallback> EVENT
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void building​(net.minecraft.block.AbstractBlock.Settings settings, net.minecraft.block.Block builtBlock)
    Deprecated.
     
  • Field Details

  • Method Details

    • building

      void building​(net.minecraft.block.AbstractBlock.Settings settings, net.minecraft.block.Block builtBlock)
      Deprecated.