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

S

SAND - Enum constant in enum com.welcome234.pluginsystem.Block
 
save() - Method in class com.welcome234.pluginsystem.Configuration
Saves this configuration to the disk
save() - Method in class com.welcome234.pluginsystem.Player
Saves this players data to the disk
save() - Static method in class com.welcome234.pluginsystem.World
Saves the world to the disk
saveDefault() - Method in class com.welcome234.pluginsystem.Configuration
Saves the default configuration to the disk
sendMessage(String) - Method in class com.welcome234.pluginsystem.CommandSender
Sends a chat message to this command sender
sendMessage(String) - Method in class com.welcome234.pluginsystem.Player
Sends a chat message to this player
sendMessageToAll(String) - Static method in class com.welcome234.pluginsystem.Server
Sends a chat message to all players, including the server
Server - Class in com.welcome234.pluginsystem
Represents the server, containing settings, and server management.
ServerLoadEvent - Class in com.welcome234.pluginsystem.events
Called when the server has finished loading and has started
ServerLoadEvent() - Constructor for class com.welcome234.pluginsystem.events.ServerLoadEvent
 
set(String, boolean) - Method in class com.welcome234.pluginsystem.Configuration
Sets the key to the specified boolean value
set(String, double) - Method in class com.welcome234.pluginsystem.Configuration
Sets the key to the specified double value
set(String, float) - Method in class com.welcome234.pluginsystem.Configuration
Sets the key to the specified float value
set(String, int) - Method in class com.welcome234.pluginsystem.Configuration
Sets the key to the specified integer value
set(String, long) - Method in class com.welcome234.pluginsystem.Configuration
Sets the key to the specified long value
set(String, String) - Method in class com.welcome234.pluginsystem.Configuration
Sets the key to the specified string value
setAdmin(boolean) - Method in class com.welcome234.pluginsystem.Player
Sets the admin status of this player
setBanned(boolean) - Method in class com.welcome234.pluginsystem.Player
Sets the banned status of this player
setBiome(int, boolean, Biome) - Static method in class com.welcome234.pluginsystem.World
Sets the current biome for the specified coordinate and dimension.
setBiome(int, Biome) - Method in class com.welcome234.pluginsystem.Chunk
Sets the current biome for the specified chunk coordinates.
setBlock(int, int, boolean, Block) - Static method in class com.welcome234.pluginsystem.World
Sets the current block for the specified coordinate and dimension.
setBlock(int, int, Block) - Method in class com.welcome234.pluginsystem.Chunk
Sets the current block for the specified chunk coordinates.
setBuild(boolean) - Method in class com.welcome234.pluginsystem.events.BlockBreakEvent
Sets whether building is allowed for this event
setBuild(boolean) - Method in class com.welcome234.pluginsystem.events.BlockPlaceEvent
Sets whether building is allowed for this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.BlockBreakEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.BlockInteractEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.BlockPlaceEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.BroadcastEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.ChatEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.CorruptionActivateEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.DynamiteExplodeEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.EntityDamageEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.EntityHealEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.EntityMoveEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.EntityTeleportEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.FluidFlowEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.PlayerDamageEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.PlayerHealEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.PlayerMoveEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.PlayerTeleportEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.PortalEntryEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.SignEditEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.StrengthChangeEvent
Sets the cancellation status of this event
setCancelled(boolean) - Method in class com.welcome234.pluginsystem.events.WeatherChangeEvent
Sets the cancellation status of this event
setEndBossDefeated(boolean) - Static method in class com.welcome234.pluginsystem.World
Sets whether the end boss is defeated
setExitPortalActive(boolean) - Static method in class com.welcome234.pluginsystem.World
Sets whether the exit portal in the end is active
setHealth(int) - Method in class com.welcome234.pluginsystem.entity.Entity
Sets the number of health points of this entity
setHealth(int) - Method in class com.welcome234.pluginsystem.Player
Sets the number of health points of this player
setJoinChartValue(long, int) - Static method in class com.welcome234.pluginsystem.Analytics
Sets the number of total joins in a day for the specified time stamp
setJoinCount(int) - Static method in class com.welcome234.pluginsystem.Analytics
Sets the number of total joins to the specified amount
setPlayTime(double) - Static method in class com.welcome234.pluginsystem.Analytics
Sets the total playing time to the specified amount
setPos(double, double, boolean) - Method in class com.welcome234.pluginsystem.entity.Entity
Sets the current position of this entity
setPos(double, double, boolean) - Method in class com.welcome234.pluginsystem.Player
Sets the current position of this player
setRaining(boolean) - Static method in class com.welcome234.pluginsystem.World
Sets whether if it currently raining
setSign(int, int, boolean, String) - Static method in class com.welcome234.pluginsystem.World
Sets the sign text for the specified coordinate and dimension.
setSign(int, int, String) - Method in class com.welcome234.pluginsystem.Chunk
Sets the sign text for the specified chunk coordinates.
setSlotBlock(int, Block, int) - Method in class com.welcome234.pluginsystem.Player
Sets the specified inventory slot to the block and amount
setSpawn(int) - Static method in class com.welcome234.pluginsystem.World
Sets the X position spawn point of the world
setStrength(int) - Method in class com.welcome234.pluginsystem.Player
Sets the strength value of this player
setTime(double) - Static method in class com.welcome234.pluginsystem.World
Sets the world time in ticks.
setUniqueChartValue(long, int) - Static method in class com.welcome234.pluginsystem.Analytics
Sets the unique players in a day for the specified time stamp
setWhitelisted(boolean) - Method in class com.welcome234.pluginsystem.Player
Sets the whitelisted status of this player
Sheep - Class in com.welcome234.pluginsystem.entity
Represents a Sheep
SHEEP - Enum constant in enum com.welcome234.pluginsystem.entity.EntityTypes
 
shutdown() - Static method in class com.welcome234.pluginsystem.Server
Shuts down the server and stops everything
SIGN - Enum constant in enum com.welcome234.pluginsystem.Block
 
SignEditEvent - Class in com.welcome234.pluginsystem.events
Called when a player edits a sign
SignEditEvent(String, int, int, boolean, String) - Constructor for class com.welcome234.pluginsystem.events.SignEditEvent
 
Slime - Class in com.welcome234.pluginsystem.entity
Represents a Slime
SLIME - Enum constant in enum com.welcome234.pluginsystem.entity.EntityTypes
 
SNOWY_GRASS - Enum constant in enum com.welcome234.pluginsystem.Block
 
SNOWY_TUNDRA - Enum constant in enum com.welcome234.pluginsystem.Biome
 
spawnEntity(double, double, boolean, EntityTypes) - Static method in class com.welcome234.pluginsystem.entity.Entities
Spawns a new entity with the specified position and type
STONE - Enum constant in enum com.welcome234.pluginsystem.Block
 
StrengthChangeEvent - Class in com.welcome234.pluginsystem.events
Called when a player changes strength
StrengthChangeEvent(String, int) - Constructor for class com.welcome234.pluginsystem.events.StrengthChangeEvent
 
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