Skip to content

funnyboy-roks/DrawLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrawLib

(Name Pending to Change)

A simple library to draw some simple shapes using particles in Paper servers

Screenshot

Usage

See the maven repo for the latest version and code snippets for your pom.xml.

ShapeRenderer renderer = new ShapeRenderer();

renderer.setColor(Color.RED);
renderer.setStepSize(0.1);
renderer.setReceivers(player);
renderer.drawLine(point1, point2);

Current Shapes

  • Point
  • Line
  • Cuboid
  • Sphere