Package net.pottercraft.ollivanders2
Class Ollivanders2API
java.lang.Object
net.pottercraft.ollivanders2.Ollivanders2API
API for allowing other plugins to interact with Ollivanders.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Ollivanders2CommonCommon functionsstatic EntityCommonEntity common functionsstatic O2PlayerCommonCommon player functions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull O2BooksgetBooks()Get the books management object.static @NotNull O2HousesGet the house management objectstatic @NotNull O2ItemsgetItems()Get the item management object.static @NotNull Ollivanders2OwlPostGet the owl post management objectstatic @NotNull O2PlayersGet the player management object.static @NotNull O2PotionsGet the potions management object.static @NotNull O2PropheciesGet the prophecy management object.static @NotNull O2SpellsGet the spells management object.static @NotNull O2StationarySpellsGet the stationary spells management object.
-
Field Details
-
playerCommon
Common player functions -
common
Common functions -
entityCommon
Entity common functions
-
-
Constructor Details
-
Ollivanders2API
public Ollivanders2API()
-
-
Method Details
-
getHouses
Get the house management object- Returns:
- houses management object
-
getPlayers
Get the player management object.- Returns:
- the player management object
-
getBooks
Get the books management object.- Returns:
- the book management object
-
getSpells
Get the spells management object.- Returns:
- the spells management object
-
getPotions
Get the potions management object.- Returns:
- the potions management object
-
getStationarySpells
Get the stationary spells management object.- Returns:
- the stationary spells management object
-
getProphecies
Get the prophecy management object.- Returns:
- the prophecy management object
-
getItems
Get the item management object.- Returns:
- the item management object
-
getOwlPost
Get the owl post management object- Returns:
- the owlPost management object
-