Index
All Classes|All Packages|Deprecated API
C
- CACTUS - Enum constant in enum com.welcome234.pluginsystem.Block
- canBuild() - Method in class com.welcome234.pluginsystem.events.BlockBreakEvent
-
Gets whether building is allowed for this event
- canBuild() - Method in class com.welcome234.pluginsystem.events.BlockPlaceEvent
-
Gets whether building is allowed for this event
- cancel() - Method in class com.welcome234.pluginsystem.TaskScheduler
-
Cancels this task and will no longer be executed by the server
- cancelTask(int) - Static method in class com.welcome234.pluginsystem.Tasks
-
Cancels the task for the specified ID number
- cancelTasks(PluginJava) - Static method in class com.welcome234.pluginsystem.Tasks
-
Cancels all tasks for the specified plugin instance
- ChatEvent - Class in com.welcome234.pluginsystem.events
-
Called when a player sends a chat message
- ChatEvent(String, String) - Constructor for class com.welcome234.pluginsystem.events.ChatEvent
- CHEST - Enum constant in enum com.welcome234.pluginsystem.Block
- Chunk - Class in com.welcome234.pluginsystem
-
Represents a world chunk
- ChunkLoadEvent - Class in com.welcome234.pluginsystem.events
-
Called when a chunk is loaded
- ChunkLoadEvent(int, boolean) - Constructor for class com.welcome234.pluginsystem.events.ChunkLoadEvent
- ChunkUnloadEvent - Class in com.welcome234.pluginsystem.events
-
Called when a chunk is unloaded
- ChunkUnloadEvent(int, boolean) - Constructor for class com.welcome234.pluginsystem.events.ChunkUnloadEvent
- com.welcome234.pluginsystem - package com.welcome234.pluginsystem
-
This is the main package of the API, containing general classes
- com.welcome234.pluginsystem.entity - package com.welcome234.pluginsystem.entity
-
Contains classes for Entities, including animals, bosses, etc
- com.welcome234.pluginsystem.events - package com.welcome234.pluginsystem.events
-
Contains classes for all event types
- Command - Interface in com.welcome234.pluginsystem
-
Represents a command, which is used to register custom commands
- COMMAND - Enum constant in enum com.welcome234.pluginsystem.events.PlayerTeleportEvent.TeleportCause
-
Caused by the /tp command
- CommandSender - Class in com.welcome234.pluginsystem
-
Represents a command sender
- CommandSender() - Constructor for class com.welcome234.pluginsystem.CommandSender
- Configuration - Class in com.welcome234.pluginsystem
-
Configurations are provided as a simple way to store plugin data
- CORRUPTION - Enum constant in enum com.welcome234.pluginsystem.Block
- CORRUPTION_BOSS - Enum constant in enum com.welcome234.pluginsystem.entity.EntityTypes
- CORRUPTION_CRUST - Enum constant in enum com.welcome234.pluginsystem.Block
- CorruptionActivateEvent - Class in com.welcome234.pluginsystem.events
-
Called when a player activates a corruption core
- CorruptionActivateEvent(String, int, int, boolean) - Constructor for class com.welcome234.pluginsystem.events.CorruptionActivateEvent
- CorruptionBoss - Class in com.welcome234.pluginsystem.entity
-
Represents a Corruption Boss
- Cow - Class in com.welcome234.pluginsystem.entity
-
Represents a Cow
- COW - Enum constant in enum com.welcome234.pluginsystem.entity.EntityTypes
- CustomGenerator - Class in com.welcome234.pluginsystem
-
Represents a Custom world generator, which is extended and registered with a generator name
- CustomGenerator() - Constructor for class com.welcome234.pluginsystem.CustomGenerator
- CUTTER - Enum constant in enum com.welcome234.pluginsystem.Block
All Classes|All Packages|Deprecated API