Uses of Class
dev.lone.itemsadder.api.CustomFurniture
Packages that use CustomFurniture
-
Uses of CustomFurniture in dev.lone.itemsadder.api
Methods in dev.lone.itemsadder.api that return CustomFurnitureModifier and TypeMethodDescriptionstatic @Nullable CustomFurniture
CustomFurniture.byAlreadySpawned
(org.bukkit.block.Block block) Gets a CustomFurniture instance from the provided Block.static @Nullable CustomFurniture
CustomFurniture.byAlreadySpawned
(org.bukkit.entity.Entity entity) Gets a CustomFurniture instance from the provided Armor stand.static @Nullable CustomFurniture
Spawns an Armor stand with the furniture of the provided namespace and ID at the provided Block location and returns a CustomFurniture instance for it.static @Nullable CustomFurniture
CustomFurniture.spawnPreciseNonSolid
(String namespacedId, org.bukkit.Location location) Spawns an Armor stand with the furniture of the provided namespace and ID at the provided location and returns a CustomFurniture instance for it.