Uses of Class
dev.lone.itemsadder.api.CustomBlock

Packages that use CustomBlock
Package
Description
This package contains the API reference for ItemsAdder.
  • Uses of CustomBlock in dev.lone.itemsadder.api

    Methods in dev.lone.itemsadder.api that return CustomBlock
    Modifier and Type
    Method
    Description
    static @Nullable CustomBlock
    CustomBlock.byAlreadyPlaced(org.bukkit.block.Block block)
    Gets a CustomBlock instance through the provided Bukkit Block.
    static @Nullable CustomBlock
    CustomBlock.byItemStack(org.bukkit.inventory.ItemStack itemStack)
    Gets a CustomBlock instance through the provided Bukkit ItemStack.
    static @Nullable CustomBlock
    CustomBlock.getInstance(String namespacedID)
    Gets a CustomBlock instance through the provided namespace and ID.
    static @Nullable CustomBlock
    CustomBlock.place(String namespacedId, org.bukkit.Location location)
    Places a CustomBlock provided through the namespace and ID at the provided location and returns the CustomBlock instance for it.
    CustomBlock.place(org.bukkit.Location location)
    Places a CustomBlock through the provided location and returns a CustomBlock instance for it.
    Methods in dev.lone.itemsadder.api with parameters of type CustomBlock
    Modifier and Type
    Method
    Description
    static void
    CustomBlock.Advanced.placeInCustomRegion(@NotNull CustomBlock customBlock, org.bukkit.Location location)
    Saves a block into the ItemsAdder custom region file.