JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Terminally Deprecated
Classes
Methods
Terminally Deprecated Elements
Element
Description
com.shanebeestudios.nms.api.world.BlockApi
Use
BlockApi
instead
com.shanebeestudios.nms.api.world.ChunkApi.isTicking
(Chunk)
Instead use
Chunk.getLoadLevel()
com.shanebeestudios.nms.api.world.ChunkApi.isTickingAtLocation
(Location)
Instead use
Chunk.getLoadLevel()
com.shanebeestudios.nms.api.world.ItemApi
Use
ItemApi
instead of this class
Deprecated Classes
Class
Description
com.shanebeestudios.nms.api.world.BlockApi
Use
BlockApi
instead
com.shanebeestudios.nms.api.world.ItemApi
Use
ItemApi
instead of this class
Deprecated Methods
Method
Description
com.shanebeestudios.nms.api.world.ChunkApi.isTicking
(Chunk)
Instead use
Chunk.getLoadLevel()
com.shanebeestudios.nms.api.world.ChunkApi.isTickingAtLocation
(Location)
Instead use
Chunk.getLoadLevel()
BlockApiinstead