Skip to content

✨️ Super fast API to easily implements difficult-to-calculate regions and complex animations on your spigot plugin. We offer more than 25 pre-defined shapes and 17 premade animations.

Notifications You must be signed in to change notification settings

LothusCode/tatsuya-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

TatsuyaAPI - Choose it and change.

TatsuyaAPI is an API for developing spigot plugins that facilitates and gives you resolutions for calculating complex regions such as parallelepipeds and irregular triangles and three-dimensional shapes. There are more than 30 forms available. TatsuyaAPI also gives you complex animation presets for you to use in your plugins. Say goodbye to complex calculations, use TatsuyaAPI.

Documentation

Creating shapes

Square

Square square = PolygonBuilder.getOf(PolygonShape.SQUARE)
 .side(4).build()

Triangle

Triangle triangle = PolygonBuilder.getOf(PolygonShape.TRIANGLE)
 .leftSide(3).rightSide(3) // isosceles
 .height(5).build();

About

✨️ Super fast API to easily implements difficult-to-calculate regions and complex animations on your spigot plugin. We offer more than 25 pre-defined shapes and 17 premade animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published