- packet(boolean, Location) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn 1 particle at specified position.
- packet(boolean, Vector) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn 1 particle at specified position.
- packet(boolean, double, double, double) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn 1 particle at specified position.
- packet(boolean, Location, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position.
- packet(boolean, Vector, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position.
- packet(boolean, double, double, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position.
- packet(boolean, Location, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using speed parameter.
- packet(boolean, Vector, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using speed parameter.
- packet(boolean, double, double, double, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using speed parameter.
- packet(boolean, Location, double, double, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using provided offset parameters.
- packet(boolean, Vector, double, double, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using provided offset parameters.
- packet(boolean, double, double, double, double, double, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using provided offset parameters.
- packet(boolean, Location, double, double, double, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using provided offset parameters
and speed parameter.
- packet(boolean, Vector, double, double, double, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using provided offset parameters
and speed parameter.
- packet(boolean, double, double, double, double, double, double, double, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
Construct particle packet that will
spawn count particles at specified position
using provided offset parameters
and speed parameter.
- packet(boolean, float, float, float, float, float, float, float, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
- packetColored(boolean, Location, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeColorable
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, Vector, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeColorable
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, double, double, double, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeColorable
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, Location, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeColorable
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, Vector, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeColorable
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, double, double, double, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeColorable
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, Location, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeRedstone
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, Vector, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeRedstone
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, double, double, double, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeRedstone
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, Location, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeRedstone
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, Vector, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeRedstone
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetColored(boolean, double, double, double, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeRedstone
-
Construct particle packet that will
spawn 1 colored particle at specified position.
- packetMotion(boolean, Location, Vector) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeMotion
-
Construct particle packet that will
spawn 1 particle at specified position
with motion set to provided direction.
- packetMotion(boolean, Vector, Vector) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeMotion
-
Construct particle packet that will
spawn 1 particle at specified position
with motion set to provided direction.
- packetMotion(boolean, double, double, double, Vector) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeMotion
-
Construct particle packet that will
spawn 1 particle at specified position
with motion set to provided direction.
- packetMotion(boolean, Location, double, double, double) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeMotion
-
Construct particle packet that will
spawn 1 particle at specified position
with motion set to provided direction.
- packetMotion(boolean, Vector, double, double, double) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeMotion
-
Construct particle packet that will
spawn 1 particle at specified position
with motion set to provided direction.
- packetMotion(boolean, double, double, double, double, double, double) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeMotion
-
Construct particle packet that will
spawn 1 particle at specified position
with motion set to provided direction.
- packetNote(boolean, Location, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- packetNote(boolean, Vector, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- packetNote(boolean, double, double, double, Color) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- packetNote(boolean, Location, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- packetNote(boolean, Vector, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- packetNote(boolean, double, double, double, int, int, int) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- packetNote(boolean, Location, double) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- packetNote(boolean, Vector, double) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- packetNote(boolean, double, double, double, double) - Method in class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
Construct particle packet that will
spawn 1 colored note particle at specified position
with provided color.
- ParticleException - Exception in com.github.fierioziy.particlenativeapi.api.utils
-
- ParticleException() - Constructor for exception com.github.fierioziy.particlenativeapi.api.utils.ParticleException
-
- ParticleException(String) - Constructor for exception com.github.fierioziy.particlenativeapi.api.utils.ParticleException
-
- ParticleException(String, Throwable) - Constructor for exception com.github.fierioziy.particlenativeapi.api.utils.ParticleException
-
- ParticleException(Throwable) - Constructor for exception com.github.fierioziy.particlenativeapi.api.utils.ParticleException
-
- ParticleNativeAPI - Interface in com.github.fierioziy.particlenativeapi.api
-
- Particles_1_13 - Interface in com.github.fierioziy.particlenativeapi.api
-
An interface declaring getter methods for particle types.
- Particles_1_8 - Interface in com.github.fierioziy.particlenativeapi.api
-
An interface declaring getter methods for particle types.
- ParticleType - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent particle type with no additional features.
- ParticleType() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleType
-
- ParticleTypeBlock - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent block particle type that needs a block type.
- ParticleTypeBlock() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeBlock
-
- ParticleTypeBlockMotion - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent block particle type that needs a block type.
- ParticleTypeBlockMotion() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeBlockMotion
-
- ParticleTypeColorable - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent particle type that can construct
colored particle packet.
- ParticleTypeColorable() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeColorable
-
- ParticleTypeDust - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent dust particle type that needs a color and size.
- ParticleTypeDust() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeDust
-
- ParticleTypeItemMotion - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent item particle type that needs an item type.
- ParticleTypeItemMotion() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeItemMotion
-
- ParticleTypeMotion - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent particle type that can construct particle packet
with desired initial motion.
- ParticleTypeMotion() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeMotion
-
- ParticleTypeNote - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent note particle type that can construct
colored particle packet.
- ParticleTypeNote() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeNote
-
- ParticleTypeRedstone - Class in com.github.fierioziy.particlenativeapi.api.types
-
Class used to represent redstone particle type that can construct
colored particle packet.
- ParticleTypeRedstone() - Constructor for class com.github.fierioziy.particlenativeapi.api.types.ParticleTypeRedstone
-
- PlayerConnection - Interface in com.github.fierioziy.particlenativeapi.api
-
Interface used to handle packet sending.
- POOF() - Method in interface com.github.fierioziy.particlenativeapi.api.Particles_1_13
-
- PORTAL() - Method in interface com.github.fierioziy.particlenativeapi.api.Particles_1_13
-
- PORTAL() - Method in interface com.github.fierioziy.particlenativeapi.api.Particles_1_8
-