Interface VeilRegisterBlockLayerEvent

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface VeilRegisterBlockLayerEvent

Fired to register block layers.

Note: This does not add fixed buffers automatically. To do that, also register the render type with VeilRegisterFixedBuffersEvent

See Also:
  • Method Details

    • onRegisterBlockLayers

      void onRegisterBlockLayers(VeilRegisterBlockLayerEvent.Registry registry)
      Registers custom block render layers.
      Parameters:
      registry - The registry to add render types to