Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 520 Bytes

File metadata and controls

30 lines (25 loc) · 520 Bytes

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