枚举的使用
org.bukkit.Particle
使用Particle的程序包
-
org.bukkit中Particle的使用
返回Particle的org.bukkit中的方法修饰符和类型方法说明static Particle返回带有指定名称的该类型的枚举常量。static Particle[]Particle.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。参数类型为Particle的org.bukkit中的方法修饰符和类型方法说明voidWorld.spawnParticle(Particle particle, double x, double y, double z, int count) Spawns the particle (the number of times specified by count) at the target location.voidWorld.spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ) Spawns the particle (the number of times specified by count) at the target location.voidWorld.spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double extra) Spawns the particle (the number of times specified by count) at the target location.<T> voidWorld.spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double extra, T data) Spawns the particle (the number of times specified by count) at the target location.<T> voidWorld.spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, T data) Spawns the particle (the number of times specified by count) at the target location.<T> voidWorld.spawnParticle(Particle particle, double x, double y, double z, int count, T data) Spawns the particle (the number of times specified by count) at the target location.voidWorld.spawnParticle(Particle particle, Location location, int count) Spawns the particle (the number of times specified by count) at the target location.voidWorld.spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ) Spawns the particle (the number of times specified by count) at the target location.voidWorld.spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, double extra) Spawns the particle (the number of times specified by count) at the target location.<T> voidWorld.spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, double extra, T data) Spawns the particle (the number of times specified by count) at the target location.<T> voidWorld.spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, T data) Spawns the particle (the number of times specified by count) at the target location.<T> voidWorld.spawnParticle(Particle particle, Location location, int count, T data) Spawns the particle (the number of times specified by count) at the target location. -
org.bukkit.entity中Particle的使用
返回Particle的org.bukkit.entity中的方法参数类型为Particle的org.bukkit.entity中的方法修饰符和类型方法说明voidAreaEffectCloud.setParticle(Particle particle) 设置组成这片云的粒子.voidPlayer.spawnParticle(Particle particle, double x, double y, double z, int count) Spawns the particle (the number of times specified by count) at the target location.voidPlayer.spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ) Spawns the particle (the number of times specified by count) at the target location.voidPlayer.spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double extra) Spawns the particle (the number of times specified by count) at the target location.<T> voidPlayer.spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double extra, T data) Spawns the particle (the number of times specified by count) at the target location.<T> voidPlayer.spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, T data) Spawns the particle (the number of times specified by count) at the target location.<T> voidPlayer.spawnParticle(Particle particle, double x, double y, double z, int count, T data) Spawns the particle (the number of times specified by count) at the target location.voidPlayer.spawnParticle(Particle particle, Location location, int count) Spawns the particle (the number of times specified by count) at the target location.voidPlayer.spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ) Spawns the particle (the number of times specified by count) at the target location.voidPlayer.spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, double extra) Spawns the particle (the number of times specified by count) at the target location.<T> voidPlayer.spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, double extra, T data) Spawns the particle (the number of times specified by count) at the target location.<T> voidPlayer.spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, T data) Spawns the particle (the number of times specified by count) at the target location.<T> voidPlayer.spawnParticle(Particle particle, Location location, int count, T data) Spawns the particle (the number of times specified by count) at the target location.