Uses of Interface
de.jeff_media.angelchest.AngelChest
Packages that use AngelChest
-
Uses of AngelChest in de.jeff_media.angelchest
Methods in de.jeff_media.angelchest that return AngelChestModifier and TypeMethodDescription@NotNull AngelChest
AngelChestPlugin.createAngelChest(AngelChestBuilder angelChestBuilder)
@Nullable AngelChest
AngelChestPlugin.getAngelChestAtBlock(Block block)
Gets an AngelChest at a specific location, or null if that block is not an AngelChestMethods in de.jeff_media.angelchest that return types with arguments of type AngelChestModifier and TypeMethodDescriptionAngelChestBuilder.consumer()
@NotNull Set<AngelChest>
AngelChestPlugin.getAllAngelChests()
Gets a Set of all currently loaded AngelChests@NotNull LinkedHashSet<AngelChest>
AngelChestPlugin.getAllAngelChestsFromPlayer(OfflinePlayer player)
Gets a LinkedHashSet of all AngelChests currently loaded and owned by a specific player.Method parameters in de.jeff_media.angelchest with type arguments of type AngelChest -
Uses of AngelChest in de.jeff_media.angelchest.events
Methods in de.jeff_media.angelchest.events that return AngelChestModifier and TypeMethodDescription@NotNull AngelChest
AngelChestOpenEvent.getAngelChest()
Returns the AngelChest that is about to be openedAngelChestSpawnEvent.getAngelChest()
Returns the AngelChest that has been spawnedConstructors in de.jeff_media.angelchest.events with parameters of type AngelChestModifierConstructorDescriptionAngelChestOpenEvent(AngelChest angelChest, Player player, AngelChestOpenEvent.Reason reason)
AngelChestSpawnEvent(AngelChest angelChest)