Uses of Class
io.github.projectunified.blockutil.api.BlockData
Packages that use BlockData
Package
Description
-
Uses of BlockData in io.github.projectunified.blockutil.api
Fields in io.github.projectunified.blockutil.api declared as BlockDataMethods in io.github.projectunified.blockutil.api with parameters of type BlockDataModifier and TypeMethodDescriptionBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, BlockData blockData, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, BlockData blockData, boolean urgent) Method parameters in io.github.projectunified.blockutil.api with type arguments of type BlockDataModifier and TypeMethodDescriptionBlockHandler.setBlock(org.bukkit.World world, List<Pair<me.hsgamer.hscore.minecraft.block.box.Position, BlockData>> blocks, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, Supplier<BlockData> blockDataSupplier, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, Supplier<BlockData> blockDataSupplier, boolean urgent) -
Uses of BlockData in io.github.projectunified.blockutil.fawe
Methods in io.github.projectunified.blockutil.fawe with parameters of type BlockDataModifier and TypeMethodDescriptionFaweBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, BlockData blockData, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, BlockData blockData, boolean urgent) Method parameters in io.github.projectunified.blockutil.fawe with type arguments of type BlockDataModifier and TypeMethodDescriptionFaweBlockHandler.setBlock(org.bukkit.World world, List<Pair<me.hsgamer.hscore.minecraft.block.box.Position, BlockData>> blocks, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, Supplier<BlockData> blockDataSupplier, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, Supplier<BlockData> blockDataSupplier, boolean urgent) -
Uses of BlockData in io.github.projectunified.blockutil.folia
Method parameters in io.github.projectunified.blockutil.folia with type arguments of type BlockDataModifier and TypeMethodDescriptionFoliaBlockHandler.setBlock(org.bukkit.World world, List<Pair<me.hsgamer.hscore.minecraft.block.box.Position, BlockData>> blocks, boolean urgent) FoliaBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, Supplier<BlockData> blockDataSupplier, boolean urgent) -
Uses of BlockData in io.github.projectunified.blockutil.simple
Methods in io.github.projectunified.blockutil.simple with parameters of type BlockDataModifier and TypeMethodDescriptiondefault BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, BlockData blockData, boolean urgent) default BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, BlockData blockData, boolean urgent) Method parameters in io.github.projectunified.blockutil.simple with type arguments of type BlockDataModifier and TypeMethodDescriptiondefault BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) default BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, Supplier<BlockData> blockDataSupplier, boolean urgent) default BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) -
Uses of BlockData in io.github.projectunified.blockutil.vanilla
Method parameters in io.github.projectunified.blockutil.vanilla with type arguments of type BlockDataModifier and TypeMethodDescriptionVanillaBlockHandler.setBlock(org.bukkit.World world, List<Pair<me.hsgamer.hscore.minecraft.block.box.Position, BlockData>> blocks, boolean urgent) VanillaBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, Supplier<BlockData> blockDataSupplier, boolean urgent) -
Uses of BlockData in io.github.projectunified.blockutil.we
Methods in io.github.projectunified.blockutil.we with parameters of type BlockDataModifier and TypeMethodDescriptionWeBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, BlockData blockData, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, BlockData blockData, boolean urgent) Method parameters in io.github.projectunified.blockutil.we with type arguments of type BlockDataModifier and TypeMethodDescriptionWeBlockHandler.setBlock(org.bukkit.World world, List<Pair<me.hsgamer.hscore.minecraft.block.box.Position, BlockData>> blocks, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.box.BlockBox blockBox, Supplier<BlockData> blockDataSupplier, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, me.hsgamer.hscore.minecraft.block.iterator.PositionIterator iterator, Supplier<BlockData> blockDataSupplier, boolean urgent)