Interface NonVanillaCustomBlockData

All Superinterfaces:
CustomBlockData

public interface NonVanillaCustomBlockData extends CustomBlockData
Represents a completely custom block that is not based on an existing vanilla Minecraft block.
  • Method Details

    • namespace

      @NonNull String namespace()
      Gets the namespace of the custom block
      Returns:
      The namespace of the custom block.
    • builder

      Create a Builder for NonVanillaCustomBlockData
      Returns:
      A NonVanillaCustomBlockData Builder