Class | Description |
---|---|
ParticleEffect.BlockData |
Represents the block data for the
ParticleEffect.BLOCK_CRACK
and
ParticleEffect.BLOCK_DUST
effects
This class is part of the ParticleEffect Library and follows the
same usage conditions
|
ParticleEffect.ItemData |
Represents the item data for the
ParticleEffect.ITEM_CRACK
effect
This class is part of the ParticleEffect Library and follows the
same usage conditions
|
ParticleEffect.NoteColor |
Represents the color for the
ParticleEffect.NOTE
effect
This class is part of the ParticleEffect Library and follows the
same usage conditions
|
ParticleEffect.OrdinaryColor |
Represents the color for effects like
ParticleEffect.SPELL_MOB ,
ParticleEffect.SPELL_MOB_AMBIENT
and
ParticleEffect.NOTE
This class is part of the ParticleEffect Library and follows the
same usage conditions
|
ParticleEffect.ParticleColor |
Represents the color for effects like
ParticleEffect.SPELL_MOB ,
ParticleEffect.SPELL_MOB_AMBIENT ,
ParticleEffect.REDSTONE
and
ParticleEffect.NOTE
This class is part of the ParticleEffect Library and follows the
same usage conditions
|
ParticleEffect.ParticleData |
Represents the particle data for effects like
ParticleEffect.ITEM_CRACK ,
ParticleEffect.BLOCK_CRACK
and
ParticleEffect.BLOCK_DUST
This class is part of the ParticleEffect Library and follows the
same usage conditions
|
ParticleEffect.ParticlePacket |
Represents a particle effect packet with all attributes
which is used for sending packets to the players
This class is part of the ParticleEffect Library and follows the
same usage conditions
|
ReflectionUtils |
ReflectionUtils
This class provides useful methods which makes dealing with reflection
much easier, especially when working with Bukkit
You are welcome to use it, modify it and redistribute it under the
following conditions:
Don't claim this class as your own
Don't remove this disclaimer
It would be nice if you provide credit to me if you use this class in
a published project
|
Enum | Description |
---|---|
ParticleEffect |
ParticleEffect Library
This library was created by @DarkBlade12 and allows you to display all
Minecraft particle effects on a Bukkit server
You are welcome to use it, modify it and redistribute it under the
following conditions:
Don't claim this class as your own
Don't remove this disclaimer
Special thanks:
@microgeek (original idea, names and packet parameters)
@ShadyPotato (1.8 names, ids and packet parameters)
@RingOfStorms (particle behavior)
@Cybermaxke (particle behavior)
@JamieSinn (hosting a jenkins server and documentation for
particleeffect)
It would be nice if you provide credit to me if you use this class in
a published project
|
ParticleEffect.ParticleProperty |
Represents the property of a particle effect
This class is part of the ParticleEffect Library and follows the
same usage conditions
|
ReflectionUtils.DataType |
Represents an enumeration of Java data types with
corresponding classes
This class is part of the ReflectionUtils and follows the same
usage conditions
|
ReflectionUtils.PackageType |
Represents an enumeration of dynamic packages of NMS and
CraftBukkit
This class is part of the ReflectionUtils and follows the same
usage conditions
|