Uses of Class
com.github.imdabigboss.easydatapack.api.blocks.CustomBlock
Packages that use CustomBlock
Package
Description
-
Uses of CustomBlock in com.github.imdabigboss.easydatapack.api
Methods in com.github.imdabigboss.easydatapack.api with parameters of type CustomBlockModifier and TypeMethodDescriptionabstract voidCustomAdder.register(CustomBlock block)Registers a custom block. -
Uses of CustomBlock in com.github.imdabigboss.easydatapack.api.blocks
Methods in com.github.imdabigboss.easydatapack.api.blocks that return CustomBlockModifier and TypeMethodDescription@NonNull CustomBlockCustomBlock.Builder.build()Builds the custom block. -
Uses of CustomBlock in com.github.imdabigboss.easydatapack.api.managers
Methods in com.github.imdabigboss.easydatapack.api.managers that return CustomBlockModifier and TypeMethodDescription@Nullable CustomBlockBlockManager.blockToCustomBlock(@NonNull org.bukkit.block.Block block)Gets a custom from aBlock.Methods in com.github.imdabigboss.easydatapack.api.managers that return types with arguments of type CustomBlockModifier and TypeMethodDescription@NonNull List<CustomBlock>BlockManager.getCustomBlocks()Gets a list of all registered custom blocks. -
Uses of CustomBlock in com.github.imdabigboss.easydatapack.backend
Methods in com.github.imdabigboss.easydatapack.backend with parameters of type CustomBlock -
Uses of CustomBlock in com.github.imdabigboss.easydatapack.backend.managers
Methods in com.github.imdabigboss.easydatapack.backend.managers that return CustomBlockModifier and TypeMethodDescriptionBlockManagerImpl.blockToCustomBlock(@NonNull org.bukkit.block.Block block)Methods in com.github.imdabigboss.easydatapack.backend.managers that return types with arguments of type CustomBlockMethods in com.github.imdabigboss.easydatapack.backend.managers with parameters of type CustomBlock