Uses of Record Class
dev.jorel.commandapi.wrappers.ParticleData
Packages that use ParticleData
Package
Description
Classes that access the NMS framework
-
Uses of ParticleData in dev.jorel.commandapi.arguments
Subclasses with type arguments of type ParticleData in dev.jorel.commandapi.argumentsModifier and TypeClassDescriptionclassAn argument that represents the Bukkit Particle objectclassAn argument that represents the Bukkit Particle objectMethods in dev.jorel.commandapi.arguments that return ParticleDataModifier and TypeMethodDescription<CommandSourceStack>
ParticleData<?> ParticleArgument.parseArgument(com.mojang.brigadier.context.CommandContext<CommandSourceStack> cmdCtx, String key, CommandArguments previousArgs) Methods in dev.jorel.commandapi.arguments that return types with arguments of type ParticleData -
Uses of ParticleData in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms that return ParticleDataModifier and TypeMethodDescriptionParticleData<?> NMS.getParticle(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key) Methods in dev.jorel.commandapi.nms with parameters of type ParticleData