Index

A B C D E F G H I J K L N O P R S T U V W Y 
All Classes|All Packages|Deprecated API

G

generate(Block[][], long) - Method in class com.welcome234.pluginsystem.CustomGenerator
Deprecated.
Worlds are now infinite, use generateChunk instead
generateChunk(Block[][], long, int) - Method in class com.welcome234.pluginsystem.CustomGenerator
Generates the custom terrain for chunks
getAddress() - Method in class com.welcome234.pluginsystem.events.PreJoinEvent
Gets the IP address this player is joining with
getAdminPlayers() - Static method in class com.welcome234.pluginsystem.Server
Gets all players who are currently admin on the server
getAliveEntities(boolean) - Static method in class com.welcome234.pluginsystem.entity.Entities
Gets all loaded entities are that alive in the specified dimension
getAllPlayers() - Static method in class com.welcome234.pluginsystem.Players
Gets all players that have ever joined the server
getAttackerEntity() - Method in class com.welcome234.pluginsystem.events.PlayerDamageEvent
Gets the entity who attacked this player, or null if the damage was not caused by an entity
getAttackerPlayer() - Method in class com.welcome234.pluginsystem.events.EntityDamageEvent
Gets the player who attacked this entity, or null if the damage was not caused by a player
getAttackerPlayer() - Method in class com.welcome234.pluginsystem.events.PlayerDamageEvent
Gets the player who attacked this player, or null if the damage was not caused by a player
getBannedPlayers() - Static method in class com.welcome234.pluginsystem.Server
Gets all players who are currently banned on the server
getBiome(int) - Method in class com.welcome234.pluginsystem.Chunk
Gets the current biome for the specified chunk coordinates.
getBiome(int, boolean) - Static method in class com.welcome234.pluginsystem.World
Gets the current biome for the specified coordinate and dimension.
getBlock() - Method in class com.welcome234.pluginsystem.events.BlockInteractEvent
Gets the block type of the interacted block
getBlock(int, int) - Method in class com.welcome234.pluginsystem.Chunk
Gets the current block for the specified chunk coordinates.
getBlock(int, int, boolean) - Static method in class com.welcome234.pluginsystem.World
Gets the current block for the specified coordinate and dimension.
getBlockChunk(int, int, boolean) - Static method in class com.welcome234.pluginsystem.World
Gets the chunk for the specified block coordinates and dimension.
getBoolean(String) - Method in class com.welcome234.pluginsystem.Configuration
Gets the boolean value at the key
getBrokenBlock() - Method in class com.welcome234.pluginsystem.events.BlockBreakEvent
Gets the block type of the destroyed block
getBuildingAllowed() - Static method in class com.welcome234.pluginsystem.Server
Gets whether building is allowed on the server
getByID(int) - Static method in class com.welcome234.pluginsystem.Tasks
Gets the task for the specified ID number
getChunk() - Method in class com.welcome234.pluginsystem.events.ChunkLoadEvent
Gets the chunk that has loaded
getChunk() - Method in class com.welcome234.pluginsystem.events.ChunkUnloadEvent
Gets the chunk that has unloaded
getChunk(int, boolean) - Static method in class com.welcome234.pluginsystem.World
Gets the chunk for the specified coordinate and dimension.
getConfiguration(String, PluginJava) - Static method in class com.welcome234.pluginsystem.PluginInfo
Gets a configuration for the specified name, used for saving and retrieving data
getConnectedIP() - Method in class com.welcome234.pluginsystem.Player
Gets the IP address that this player is connected with
getConnectedPort() - Method in class com.welcome234.pluginsystem.Player
Gets the port that this player is connected with
getDamageAmount() - Method in class com.welcome234.pluginsystem.events.EntityDamageEvent
Gets the amount of damage this entity has taken
getDamageAmount() - Method in class com.welcome234.pluginsystem.events.PlayerDamageEvent
Gets the amount of damage this player has taken
getDamageCause() - Method in class com.welcome234.pluginsystem.events.EntityDamageEvent
Gets the cause of the damage
getDamageCause() - Method in class com.welcome234.pluginsystem.events.PlayerDamageEvent
Gets the cause of the damage
getDeathCause() - Method in class com.welcome234.pluginsystem.events.EntityDeathEvent
Gets the cause of the death
getDeathCause() - Method in class com.welcome234.pluginsystem.events.PlayerDeathEvent
Gets the cause of the death
getDeniedMessage() - Method in class com.welcome234.pluginsystem.events.PreJoinEvent
Gets the reason why the connection was denied to the server, or empty string if allowed
getDimension() - Method in class com.welcome234.pluginsystem.events.BlockBreakEvent
Gets the dimension of the destroyed block
getDimension() - Method in class com.welcome234.pluginsystem.events.BlockInteractEvent
Gets the dimension of the interacted block
getDimension() - Method in class com.welcome234.pluginsystem.events.BlockPlaceEvent
Gets the dimension of the placed block
getDimension() - Method in class com.welcome234.pluginsystem.events.CorruptionActivateEvent
Gets the dimension of the activated core
getDimension() - Method in class com.welcome234.pluginsystem.events.DimensionChangeEvent
Gets the dimension the player has switched to
getDimension() - Method in class com.welcome234.pluginsystem.events.DynamiteExplodeEvent
Gets the dimension of the Dynamite explosion
getDimension() - Method in class com.welcome234.pluginsystem.events.FluidFlowEvent
Gets the dimension of the fluid flow
getDimension() - Method in class com.welcome234.pluginsystem.events.PortalEntryEvent
Gets the dimension of this portal
getDimension() - Method in class com.welcome234.pluginsystem.events.SignEditEvent
Gets the dimension of the sign
getDouble(String) - Method in class com.welcome234.pluginsystem.Configuration
Gets the double value at the key
getEndBossDefeated() - Static method in class com.welcome234.pluginsystem.World
Gets if the end boss was defeated
getEntities() - Method in class com.welcome234.pluginsystem.Chunk
Gets all alive and loaded entities in this chunk.
getEntity() - Method in class com.welcome234.pluginsystem.events.EntityDamageEvent
Gets the entity who taken the damage
getEntity() - Method in class com.welcome234.pluginsystem.events.EntityDeathEvent
Gets the entity that has died
getEntity() - Method in class com.welcome234.pluginsystem.events.EntityHealEvent
Gets the entity who has healed
getEntity() - Method in class com.welcome234.pluginsystem.events.EntityLoadEvent
Gets the entity that has loaded
getEntity() - Method in class com.welcome234.pluginsystem.events.EntityMoveEvent
Gets the entity who has moved
getEntity() - Method in class com.welcome234.pluginsystem.events.EntitySpawnEvent
Gets the entity that has spawned
getEntity() - Method in class com.welcome234.pluginsystem.events.EntityTeleportEvent
Gets the entity who has teleported
getEntity() - Method in class com.welcome234.pluginsystem.events.EntityUnloadEvent
Gets the entity that has unloaded
getEntity(int) - Static method in class com.welcome234.pluginsystem.entity.Entities
Gets an entity with the entity identifier specified
getEntityClass() - Method in enum com.welcome234.pluginsystem.entity.EntityTypes
Gets the entity class associated with this entity type
getEntityCount(boolean) - Static method in class com.welcome234.pluginsystem.entity.Entities
Gets the number of loaded entities are that alive in the specified dimension
getEntityLimit() - Static method in class com.welcome234.pluginsystem.entity.Entities
Deprecated.
Entity limits were removed in 1.13.3, this now returns the maximum integer value
getEntityType() - Method in class com.welcome234.pluginsystem.entity.Entity
Gets the type for this entity
getExplosivesEnabled() - Static method in class com.welcome234.pluginsystem.Server
Gets whether explosions are enabled on the server
getFloat(String) - Method in class com.welcome234.pluginsystem.Configuration
Gets the float value at the key
getFluid() - Method in class com.welcome234.pluginsystem.events.FluidFlowEvent
Gets the block type of the fluid
getFluidPhysicsEnabled() - Static method in class com.welcome234.pluginsystem.Server
Gets whether fluids like lava, and water can flow on the server
getHealAmount() - Method in class com.welcome234.pluginsystem.events.EntityHealEvent
Gets the amount of health this entity has healed by
getHealAmount() - Method in class com.welcome234.pluginsystem.events.PlayerHealEvent
Gets the amount of health this player has healed by
getHealth() - Method in class com.welcome234.pluginsystem.entity.Entity
Gets the number of health points this entity has
getHealth() - Method in class com.welcome234.pluginsystem.Player
Gets the number of health points this player has
getHeight() - Method in class com.welcome234.pluginsystem.entity.Entity
Gets the height of this entity
getID() - Method in class com.welcome234.pluginsystem.entity.Entity
Gets the unique identifier for this entity
getID() - Method in class com.welcome234.pluginsystem.TaskScheduler
Gets the current ID number of this task
getInteger(String) - Method in class com.welcome234.pluginsystem.Configuration
Gets the integer value at the key
getJoinChartValue(long) - Static method in class com.welcome234.pluginsystem.Analytics
Gets the number of total joins in a day for the specified time stamp
getJoinCount() - Static method in class com.welcome234.pluginsystem.Analytics
Gets the number of total joins ever on the server
getKeys() - Method in class com.welcome234.pluginsystem.Configuration
Gets all keys set in this configuration
getKickReason() - Method in class com.welcome234.pluginsystem.events.LeaveEvent
Gets the reason of the kick, or why they have left
getKillerEntity() - Method in class com.welcome234.pluginsystem.events.PlayerDeathEvent
Gets the entity who killed this player, or null if the death was not caused by an entity
getKillerPlayer() - Method in class com.welcome234.pluginsystem.events.EntityDeathEvent
Gets the player who killed this entity, or null if the death was not caused by a player
getKillerPlayer() - Method in class com.welcome234.pluginsystem.events.PlayerDeathEvent
Gets the player who killed this player, or null if the death was not caused by a player
getLoadedChunks(boolean) - Static method in class com.welcome234.pluginsystem.World
Gets the loaded chunks for the specified dimension.
getLogger(PluginJava) - Static method in class com.welcome234.pluginsystem.PluginInfo
Gets the logger for the specified plugin
getLong(String) - Method in class com.welcome234.pluginsystem.Configuration
Gets the long value at the key
getMaximumHealth() - Method in class com.welcome234.pluginsystem.entity.Entity
Gets the maximum health of this entity
getMaximumHeight() - Static method in class com.welcome234.pluginsystem.World
Gets the maximum height of the world
getMaximumPlayerCount() - Static method in class com.welcome234.pluginsystem.Players
Gets the maximum number of players that can join the server
getMessage() - Method in class com.welcome234.pluginsystem.events.BroadcastEvent
Gets the message of this broadcast announcement
getMessage() - Method in class com.welcome234.pluginsystem.events.ChatEvent
Gets the message of this chat message
getMinimumHeight() - Static method in class com.welcome234.pluginsystem.World
Gets the minimum height of the world
getMovedX() - Method in class com.welcome234.pluginsystem.events.EntityMoveEvent
Gets the X coordinate the entity has moved to
getMovedX() - Method in class com.welcome234.pluginsystem.events.PlayerMoveEvent
Gets the X coordinate the player has moved to
getMovedY() - Method in class com.welcome234.pluginsystem.events.EntityMoveEvent
Gets the Y coordinate the entity has moved to
getMovedY() - Method in class com.welcome234.pluginsystem.events.PlayerMoveEvent
Gets the Y coordinate the player has moved to
getName() - Method in class com.welcome234.pluginsystem.CommandSender
Gets the name of this command sender
getName() - Method in class com.welcome234.pluginsystem.Player
Gets the name of this player
getName() - Static method in class com.welcome234.pluginsystem.Server
Gets the current name of the server, as specified in the server settings
getName(PluginJava) - Static method in class com.welcome234.pluginsystem.PluginInfo
Gets the name of a plugin
getNewStrength() - Method in class com.welcome234.pluginsystem.events.StrengthChangeEvent
Gets the strength this player has changed to
getNoise(double) - Method in class com.welcome234.pluginsystem.Noise
Gets the noise value at the specified 1D coordinates
getNoise(double, double) - Method in class com.welcome234.pluginsystem.Noise
Gets the noise value at the specified 2D coordinates
getOnlinePlayers() - Static method in class com.welcome234.pluginsystem.Players
Gets all players that are currently online
getOwner() - Method in class com.welcome234.pluginsystem.TaskScheduler
Gets the plugin that runs this task
getOwner(int) - Static method in class com.welcome234.pluginsystem.Tasks
Gets the plugin that runs this task for the specified ID number
getPlacedBlock() - Method in class com.welcome234.pluginsystem.events.BlockPlaceEvent
Gets the block type of the placed block
getPlayer() - Method in class com.welcome234.pluginsystem.events.BlockBreakEvent
Gets the player who destroyed the block
getPlayer() - Method in class com.welcome234.pluginsystem.events.BlockInteractEvent
Gets the player who interacted with the block
getPlayer() - Method in class com.welcome234.pluginsystem.events.BlockPlaceEvent
Gets the player who placed the block
getPlayer() - Method in class com.welcome234.pluginsystem.events.CorruptionActivateEvent
Gets the player who activated the core
getPlayer() - Method in class com.welcome234.pluginsystem.events.DimensionChangeEvent
Gets the player who changed dimension
getPlayer() - Method in class com.welcome234.pluginsystem.events.DynamiteExplodeEvent
Gets the player who exploded the Dynamite
getPlayer() - Method in class com.welcome234.pluginsystem.events.JoinEvent
Gets the player who has joined the server
getPlayer() - Method in class com.welcome234.pluginsystem.events.LeaveEvent
Gets the player who has left the server
getPlayer() - Method in class com.welcome234.pluginsystem.events.LoginEvent
Gets the player who has authenticated
getPlayer() - Method in class com.welcome234.pluginsystem.events.PlayerDamageEvent
Gets the player who taken the damage
getPlayer() - Method in class com.welcome234.pluginsystem.events.PlayerDeathEvent
Gets the player that has died
getPlayer() - Method in class com.welcome234.pluginsystem.events.PlayerHealEvent
Gets the player who has healed
getPlayer() - Method in class com.welcome234.pluginsystem.events.PlayerMoveEvent
Gets the player who has moved
getPlayer() - Method in class com.welcome234.pluginsystem.events.PlayerTeleportEvent
Gets the player who has teleported
getPlayer() - Method in class com.welcome234.pluginsystem.events.PortalEntryEvent
Gets the player who has entered this portal
getPlayer() - Method in class com.welcome234.pluginsystem.events.SignEditEvent
Gets the player who edited this sign
getPlayer() - Method in class com.welcome234.pluginsystem.events.StrengthChangeEvent
Gets the player who changed strength
getPlayer(String) - Static method in class com.welcome234.pluginsystem.Players
Gets a player with the player name specified
getPlayerCount() - Static method in class com.welcome234.pluginsystem.Players
Gets the number of players that are currently online
getPlayTime() - Static method in class com.welcome234.pluginsystem.Analytics
Gets the total playing time on this server
getPlugin(String) - Static method in class com.welcome234.pluginsystem.PluginInfo
Gets the plugin instance from the name
getPluginFolder(PluginJava) - Static method in class com.welcome234.pluginsystem.PluginInfo
Gets the directory of a plugin, for saving plugin files, configurations and resources
getPlugins() - Static method in class com.welcome234.pluginsystem.PluginInfo
Gets all plugins currently loaded
getPort() - Method in class com.welcome234.pluginsystem.events.PreJoinEvent
Gets the port this player is joining with
getPort() - Static method in class com.welcome234.pluginsystem.Server
Gets the port that this server is running on
getPortalsEnabled() - Static method in class com.welcome234.pluginsystem.Server
Gets whether portals can be entered on the server
getPVEEnabled() - Static method in class com.welcome234.pluginsystem.Server
Gets whether Player vs Entity is enabled on the server
getPVPEnabled() - Static method in class com.welcome234.pluginsystem.Server
Gets whether Player vs Player is enabled on the server
getRandomSpawningEnabled() - Static method in class com.welcome234.pluginsystem.Server
Gets whether entities can randomly spawn in new chunks on the server
getRunningTasks() - Static method in class com.welcome234.pluginsystem.Tasks
Gets all currently running tasks, including all other plugins
getSeed() - Static method in class com.welcome234.pluginsystem.World
Gets the seed of the world
getSender() - Method in class com.welcome234.pluginsystem.events.ChatEvent
Gets the player who sent this chat message
getSign(int, int) - Method in class com.welcome234.pluginsystem.Chunk
Gets the sign text for the specified chunk coordinates.
getSign(int, int, boolean) - Static method in class com.welcome234.pluginsystem.World
Gets the sign text for the specified coordinate and dimension.
getSignText() - Method in class com.welcome234.pluginsystem.events.SignEditEvent
Gets the edited sign message
getSlotAmount(int) - Method in class com.welcome234.pluginsystem.Player
Gets the amount at specified inventory slot
getSlotBlock(int) - Method in class com.welcome234.pluginsystem.Player
Gets the block type at specified inventory slot
getSpawn() - Static method in class com.welcome234.pluginsystem.World
Gets the X position spawn point of the world
getStartItemsGiven() - Static method in class com.welcome234.pluginsystem.Server
Gets whether new players are automatically given the starter blocks in their inventory
getStrength() - Method in class com.welcome234.pluginsystem.Player
Gets the current strength value this player has
getString(String) - Method in class com.welcome234.pluginsystem.Configuration
Gets the string value at the key
getTarget() - Method in class com.welcome234.pluginsystem.entity.CorruptionBoss
Gets the Player that this Corruption Boss is currently targeting
getTarget() - Method in class com.welcome234.pluginsystem.entity.EndBoss
Gets the Player that this End Boss is currently targeting
getTeleportCause() - Method in class com.welcome234.pluginsystem.events.EntityTeleportEvent
Gets the cause of this teleportation
getTeleportCause() - Method in class com.welcome234.pluginsystem.events.PlayerTeleportEvent
Gets the cause of this teleportation
getTeleportDimension() - Method in class com.welcome234.pluginsystem.events.EntityTeleportEvent
Gets the dimension the entity has teleported to
getTeleportDimension() - Method in class com.welcome234.pluginsystem.events.PlayerTeleportEvent
Gets the dimension the player has teleported to
getTeleportX() - Method in class com.welcome234.pluginsystem.events.EntityTeleportEvent
Gets the X coordinate the entity has teleported to
getTeleportX() - Method in class com.welcome234.pluginsystem.events.PlayerTeleportEvent
Gets the X coordinate the player has teleported to
getTeleportY() - Method in class com.welcome234.pluginsystem.events.EntityTeleportEvent
Gets the Y coordinate the entity has teleported to
getTeleportY() - Method in class com.welcome234.pluginsystem.events.PlayerTeleportEvent
Gets the Y coordinate the player has teleported to
getTime() - Static method in class com.welcome234.pluginsystem.World
Gets the current world time in ticks.
getTPS() - Static method in class com.welcome234.pluginsystem.Server
Gets the current Ticks Per Second for the server
getUniqueChartValue(long) - Static method in class com.welcome234.pluginsystem.Analytics
Gets the unique players in a day for the specified time stamp
getUniqueCount() - Static method in class com.welcome234.pluginsystem.Analytics
Gets the number of unique players on the server
getUniqueCount() - Static method in class com.welcome234.pluginsystem.Players
Gets the number of unique players that have joined the server
getUptime() - Static method in class com.welcome234.pluginsystem.Server
Gets the length of time the server has been running
getUsername() - Method in class com.welcome234.pluginsystem.events.PreJoinEvent
Gets the username this player is joining with
getVersion() - Static method in class com.welcome234.pluginsystem.Server
Gets the version of Cube2D this server is currently running on.
getVersion(PluginJava) - Static method in class com.welcome234.pluginsystem.PluginInfo
Gets the version of a plugin
getWhitelistedPlayers() - Static method in class com.welcome234.pluginsystem.Server
Gets all players who are currently whitelisted on the server
getWhitelistEnabled() - Static method in class com.welcome234.pluginsystem.Server
Gets whether whitelist is enabled on the server
getWidth() - Method in class com.welcome234.pluginsystem.entity.Entity
Gets the width of this entity
getX() - Method in class com.welcome234.pluginsystem.Chunk
Gets the current X-coordinate of this chunk
getX() - Method in class com.welcome234.pluginsystem.entity.Entity
Gets the current X-coordinate of this entity
getX() - Method in class com.welcome234.pluginsystem.events.BlockBreakEvent
Gets the X coordinate of the destroyed block
getX() - Method in class com.welcome234.pluginsystem.events.BlockInteractEvent
Gets the X coordinate of the interacted block
getX() - Method in class com.welcome234.pluginsystem.events.BlockPlaceEvent
Gets the X coordinate of the placed block
getX() - Method in class com.welcome234.pluginsystem.events.CorruptionActivateEvent
Gets the X coordinate of the activated core
getX() - Method in class com.welcome234.pluginsystem.events.DynamiteExplodeEvent
Gets the X coordinate of the Dynamite explosion
getX() - Method in class com.welcome234.pluginsystem.events.FluidFlowEvent
Gets the X coordinate where the fluid has flowed
getX() - Method in class com.welcome234.pluginsystem.events.PortalEntryEvent
Gets the X coordinate of this portal
getX() - Method in class com.welcome234.pluginsystem.events.SignEditEvent
Gets the X coordinate of the sign
getX() - Method in class com.welcome234.pluginsystem.Player
Gets the current X-coordinate of this player
getX(int) - Method in class com.welcome234.pluginsystem.CustomGenerator
Deprecated.
Not needed for chunk generators
getY() - Method in class com.welcome234.pluginsystem.entity.Entity
Gets the current Y-coordinate of this entity
getY() - Method in class com.welcome234.pluginsystem.events.BlockBreakEvent
Gets the Y coordinate of the destroyed block
getY() - Method in class com.welcome234.pluginsystem.events.BlockInteractEvent
Gets the Y coordinate of the interacted block
getY() - Method in class com.welcome234.pluginsystem.events.BlockPlaceEvent
Gets the Y coordinate of the placed block
getY() - Method in class com.welcome234.pluginsystem.events.CorruptionActivateEvent
Gets the Y coordinate of the activated core
getY() - Method in class com.welcome234.pluginsystem.events.DynamiteExplodeEvent
Gets the Y coordinate of the Dynamite explosion
getY() - Method in class com.welcome234.pluginsystem.events.FluidFlowEvent
Gets the Y coordinate where the fluid has flowed
getY() - Method in class com.welcome234.pluginsystem.events.PortalEntryEvent
Gets the Y coordinate of this portal
getY() - Method in class com.welcome234.pluginsystem.events.SignEditEvent
Gets the Y coordinate of the sign
getY() - Method in class com.welcome234.pluginsystem.Player
Gets the current Y-coordinate of this player
getY(int) - Method in class com.welcome234.pluginsystem.CustomGenerator
Deprecated.
Not needed for chunk generators
giveBlock(Block, int) - Method in class com.welcome234.pluginsystem.Player
Gives the player the block with the amount specified
GLASS - Enum constant in enum com.welcome234.pluginsystem.Block
 
GRASS - Enum constant in enum com.welcome234.pluginsystem.Block
 
GRASSLAND - Enum constant in enum com.welcome234.pluginsystem.Biome
 
GREEN_WOOL - Enum constant in enum com.welcome234.pluginsystem.Block
 
A B C D E F G H I J K L N O P R S T U V W Y 
All Classes|All Packages|Deprecated API