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 CustomFurnitureCustomFurniture.byAlreadySpawned(org.bukkit.block.Block block) Gets a CustomFurniture instance from the provided Block.static @Nullable CustomFurnitureCustomFurniture.byAlreadySpawned(org.bukkit.entity.Entity entity) Gets a CustomFurniture instance from the provided Armor stand.static @Nullable CustomFurnitureSpawns 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 CustomFurnitureCustomFurniture.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.