Uses of Class
dev.jorel.commandapi.wrappers.SimpleFunctionWrapper
Packages that use SimpleFunctionWrapper
Package
Description
Classes that access the NMS framework
-
Uses of SimpleFunctionWrapper in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms that return SimpleFunctionWrapperModifier and TypeMethodDescriptionNMS.getFunction(org.bukkit.NamespacedKey key) NMS.getTag(org.bukkit.NamespacedKey key) -
Uses of SimpleFunctionWrapper in dev.jorel.commandapi.wrappers
Subclasses of SimpleFunctionWrapper in dev.jorel.commandapi.wrappersModifier and TypeClassDescriptionclassA wrapper class for Minecraft 1.12's functionsMethods in dev.jorel.commandapi.wrappers that return SimpleFunctionWrapperModifier and TypeMethodDescriptionstatic SimpleFunctionWrapperSimpleFunctionWrapper.getFunction(org.bukkit.NamespacedKey key) Returns a SimpleFunctionWrapper representation of the Minecraft function for the provided NamespacedKeystatic SimpleFunctionWrapper[]SimpleFunctionWrapper.getTag(org.bukkit.NamespacedKey key) Returns a SimpleFunctionWrapper[], which is an array of all of the functions that this tag containsMethods in dev.jorel.commandapi.wrappers with parameters of type SimpleFunctionWrapperModifier and TypeMethodDescriptionstatic FunctionWrapperFunctionWrapper.fromSimpleFunctionWrapper(SimpleFunctionWrapper wrapper, Object commandListenerWrapper, Function<org.bukkit.entity.Entity, Object> mapper) Converts a SimpleFunctionWrapper into a FunctionWrapper