Skip to content

Tommyhetrick/TypesForBukkitTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

TypesForBukkit Tools

This folder contains the tools I use to compile the TypesForBukkit package, which you can find here

DocRip

These tools allow me to rip the javadocs of the bukkit API from either the Official Bukkit javadocs or the achives on HelpChat and then find any changes to the classes described in each file. Files that are completely new to the version are put in a seperate file.

Bukkit Collector

A not entirely feature complete web scraper for the javadocs. This makes collecting classes much quicker. It will collect the following information currently:

  • Package name
  • Class / Interface / Enum name
  • Method names, return types, descriptions, and template for arguments with correct amount
  • Enum members
  • Will add a return statement for classes

Collected information will automatically be copied so the process of adding a new file is just: copy the name of the class, create new file, run the collector in browser, switch back to code editor, paste.

The script has a minified version that can be added as a bookmark for easy access.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published