diff --git a/docs/-k-spigot/index.html b/docs/-k-spigot/index.html new file mode 100644 index 00000000..fa57564c --- /dev/null +++ b/docs/-k-spigot/index.html @@ -0,0 +1,253 @@ + +
+ +This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change.
This element uses some part of NMS which is more likely to stay the same over a long period of time.
This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change.
This element is useful, but not safe to use. Its implementation does not promise to always give the expected results.
Checks if the entities' feet are in water.
Checks if the entity stands on solid ground.
Checks if the entities' head is in water.
Returns the item used in the interaction with the use of the EquipmentSlot returned by the value PlayerInteractEntityEvent.hand.
Checks if the event is "cancelled" by returning if the material of the result is equal to Material.AIR.
Shortcut to get the ConsoleSender.
Shortcut to get all online players.
Shortcut to get the PluginManager.
This class defines a material in combination with a specific custom model data value.
It is useful if you work with custom items defined in resourcepacks, where you do not only need a material to define a specific item type, but the value of the custom model data aswell.
Lore builder which uses an ArrayList under the hood. It exists to provide overloaded operator functions.
Provides safe access to the items' customModelData.
This is the main instance of kSpigot.
This class replaces (and inherits from) the JavaPlugin class. Your main plugin class should inherit from this abstract class.
Instead of overriding onLoad(), onEnable() and onDisable()override:
load() (called first)
startup() (called second)
shutdown() (called in the "end")
The amount of particles.
Particle specific data, often specifying BlockData or an ItemStack.
Particle specific data, often specifying an aspect like speed.
Determines whether the client should be encouraged to display the particles.
The offset at which particles should appear.
The type of Particle.
The type of Particle.