Skip navigation links
A B C D E G H I L M O P R S T U V W 

R

register(SpawnCondition) - Static method in class com.bgsoftware.wildstacker.api.spawning.SpawnCondition
Register a new spawn condition into the system.
registerSpawnCondition(SpawnCondition) - Method in interface com.bgsoftware.wildstacker.api.handlers.SystemManager
Register a new spawn condition into the system.
remove() - Method in interface com.bgsoftware.wildstacker.api.objects.StackedObject
Remove the stack object from cache and the server
remove() - Method in interface com.bgsoftware.wildstacker.api.objects.UnloadedStackedObject
Remove the stack object from cache and the server
removeAllUpgrades() - Method in interface com.bgsoftware.wildstacker.api.handlers.UpgradesManager
Remove all upgrades from cache.
removeDisplayBlock() - Method in interface com.bgsoftware.wildstacker.api.objects.StackedBarrel
Destroy the block armor-stand inside the cauldron.
removeSpawnCondition(EntityType, SpawnCondition) - Method in interface com.bgsoftware.wildstacker.api.handlers.SystemManager
Remove a spawn condition from an entity.
removeStackObject(StackedObject) - Method in interface com.bgsoftware.wildstacker.api.handlers.SystemManager
Remove a stacked object from cache.
removeUpgrade(SpawnerUpgrade) - Method in interface com.bgsoftware.wildstacker.api.handlers.UpgradesManager
Remove an upgrade from cache.
runSpawnerStackAsync(StackedSpawner, Consumer<Optional<LivingEntity>>) - Method in interface com.bgsoftware.wildstacker.api.objects.StackedEntity
Try to stack the living-entity the same as if it was spawned by a spawner.
runStack() - Method in interface com.bgsoftware.wildstacker.api.objects.StackedObject
Stack this object into other objects around it.
runStack(StackedObject) - Method in interface com.bgsoftware.wildstacker.api.objects.StackedObject
Stack this object into another object. !
runStackAsync(Consumer<Optional<T>>) - Method in interface com.bgsoftware.wildstacker.api.objects.AsyncStackedObject
Stack this object into other objects around it.
runStackAsync(StackedObject, Consumer<StackResult>) - Method in interface com.bgsoftware.wildstacker.api.objects.AsyncStackedObject
Stack this object into another object.
runStackAsync(Consumer<Optional<T>>) - Method in interface com.bgsoftware.wildstacker.api.objects.StackedObject
Deprecated.
This object is not async. The async methods were moved to AsyncStackedObject. You can use runStack() as a replacement.
runStackCheck(StackedObject) - Method in interface com.bgsoftware.wildstacker.api.objects.StackedObject
Checks if this object can stack into another object.
runUnstack(int) - Method in interface com.bgsoftware.wildstacker.api.objects.StackedObject
Unstack this object.
runUnstack(int, Entity) - Method in interface com.bgsoftware.wildstacker.api.objects.StackedObject
Unstack this object.
A B C D E G H I L M O P R S T U V W 
Skip navigation links