Skip to content

m4chinations/accessorenumerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

accessorenumerator

Enumerates java methods via a REST service.

Only lists methods which return non-VOID type and have 0 parameters.

The Spigot API is already included in the pom.xml. To use another dependency simply add it to the pom.xml and re-package.

Use:

:4567/getters/org.bukkit.event.entity.CreatureSpawnEvent

Returns:

getEntity
getEntity
getCreatureType
getSpawnReason
getLocation
getHandlerList
getHandlers
isCancelled
getEntityType
getEventName
isAsynchronous
toString
hashCode
getClass

About

Enumerates java methods via a REST service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages