Interface SlimefunBlockHandler

  • 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 SlimefunBlockHandler
    A SlimefunBlockHandler handles breaking and placing of blocks. You can use this class to initialize block data but also to correctly destroy blocks. SlimefunItem.registerBlockHandler(String, SlimefunBlockHandler);
    Author:
    TheBusyBiscuit