DevAPI
This is a simple Developer API for Java Developers.
Builders:
EntityBuilder
FileBuilder
FireworkBuilder
HologramBuilder (by DomeDD)
InventoryBuilder
ArrowBuilder
BannerBuilder
BookBuilder
ItemBuilder
LeatherArmorBuilder
PotionBuilder
ScoreboardBuilder
SkullBuilder (textures and player names)
ActionbarBuilder (only 1.13+)
BossbarBuilder (only 1.9+)
TitleBuilder (only 1.13+)
Managers:
HologramManager (by DomeDD)
EntityManager
How to use Builders:
Builder builder = new Builder(arg1, arg2, arg3, ...). ...
Example
Code (Java):
public
static
Entity buildEntity
(EntityType entityType, Location location
)
{
EntityBuilder e
=
new EntityBuilder
(entityType, location
)
.
setAge
(EntityAge.
ADULT
)
.
setCustomName
(name
)
.
setCustomNameVisible
(
false
)
.
setPassenger
(passenger
)
.
spawn
(
)
;
}
Coming soon:
TablistBuilder
JavaDoc
PlayerManager
Money API
(CommandBuilder?)
Anything you want
TOS
You are not allowed to decompile and edit the plugin.
You are not allowed to claim the plugin as yours.
You are not allowed to post a bad review to this plugin with a question or error.
I am allowed to update the TOS at any time without informing you.