Uses of Interface
de.jeff_media.angelchest.AngelChest
-
Uses of AngelChest in de.jeff_media.angelchest
Modifier 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 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. -
Uses of AngelChest in de.jeff_media.angelchest.events
Modifier and TypeMethodDescription@NotNull AngelChest
AngelChestOpenEvent.getAngelChest()
Returns the AngelChest that is about to be openedAngelChestSpawnEvent.getAngelChest()
Returns the AngelChest that has been spawnedModifierConstructorDescriptionAngelChestOpenEvent(AngelChest angelChest, Player player, AngelChestOpenEvent.Reason reason)
AngelChestSpawnEvent(AngelChest angelChest)