Uses of Class
net.gcnt.additionsplus.files.events.AdditionsEvent
Packages that use AdditionsEvent
Package
Description
Provides API methods for all aspects of the AdditionsPlus project.
Classes that manage the creation of (custom) events.
-
Uses of AdditionsEvent in net.gcnt.additionsplus.api
Methods in net.gcnt.additionsplus.api that return AdditionsEventModifier and TypeMethodDescriptionAdditionsAPI.getAdditionsEventByName(String name)
Get anAdditionsEvent
from its identifier.Methods in net.gcnt.additionsplus.api that return types with arguments of type AdditionsEventModifier and TypeMethodDescriptionAdditionsAPI.getAdditionsEvents()
Get a list of registered AdditionsPlus events.Methods in net.gcnt.additionsplus.api with parameters of type AdditionsEvent -
Uses of AdditionsEvent in net.gcnt.additionsplus.files.events
Methods in net.gcnt.additionsplus.files.events that return AdditionsEventModifier and TypeMethodDescriptionAdditionsEvent.addPlaceholder(String arg0, String arg1)
Add a placeholder to the actions.static AdditionsEvent
AdditionsEvent.fromString(String identifier)
Get a custom event from its identifier.AdditionsEvent.removePlaceholder(String arg0)
Remove a placeholder from the placeholder list.Methods in net.gcnt.additionsplus.files.events that return types with arguments of type AdditionsEventMethods in net.gcnt.additionsplus.files.events with parameters of type AdditionsEvent