- cachedReader - Variable in class com.sk89q.worldedit.data.McRegionChunkStore
-
- CACTUS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- CAKE_BLOCK - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- CAKE_ITEM - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- cancel() - Method in class com.sk89q.worldedit.operation.FlatRegionApplicator
-
- cancel() - Method in interface com.sk89q.worldedit.operation.Operation
-
Abort the current task.
- canDestroyBedrock() - Method in class com.sk89q.worldedit.LocalPlayer
-
Returns true if the player can destroy bedrock.
- canPassThrough(int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Checks whether a block can be passed through.
- canPassThrough(int, int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Checks whether a block can be passed through.
- canPassThrough(Block) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Checks whether a block can be passed through.
- canPassThrough() - Method in enum com.sk89q.worldedit.blocks.BlockType
-
Checks whether a block can be passed through.
- canSee(CommandSender) - Method in class com.sk89q.bukkit.util.DynamicPluginCommandHelpTopic
-
- canTransferRedstone(int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Returns true if a block can transfer redstone.
- canTransferRedstone() - Method in enum com.sk89q.worldedit.blocks.BlockType
-
Returns true if a block can transfer redstone.
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.AreaPickaxe
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.BlockDataCyler
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.BlockReplacer
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.BrushTool
-
Checks to see if the player can still be using this tool (considering
permissions and such).
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.DistanceWand
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.FloatingTreeRemover
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.FloodFillTool
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.LongRangeBuildTool
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.QueryTool
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.RecursivePickaxe
-
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.SinglePickaxe
-
- canUse(LocalPlayer) - Method in interface com.sk89q.worldedit.tools.Tool
-
Checks to see if the player can still be using this tool (considering
permissions and such).
- canUse(LocalPlayer) - Method in class com.sk89q.worldedit.tools.TreePlanter
-
- CARPET - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- CARROT - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- CARROT_ON_A_STICK - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- CARROTS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- CAULDRON - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- CAULDRON - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- cbrt(RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- ceil(RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- ceil() - Method in class com.sk89q.worldedit.Vector
-
Rounds all components up.
- ceil() - Method in class com.sk89q.worldedit.Vector2D
-
Rounds all components up.
- ceiling(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.NavigationCommands
-
- center(Location) - Static method in class com.sk89q.worldedit.bukkit.BukkitUtil
-
- center(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.RegionCommands
-
- center(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
-
- centralTopLimit(int, int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Returns the y offset a player falls to when falling onto the top of a block at xp+0.5/zp+0.5.
- centralTopLimit(Block) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Returns the y offset a player falls to when falling onto the top of a block at xp+0.5/zp+0.5.
- centralTopLimit() - Method in enum com.sk89q.worldedit.blocks.BlockType
-
Returns the y offset a player falls to when falling onto the top of a block at xp+0.5/zp+0.5.
- CHAINMAIL_BOOTS - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- CHAINMAIL_CHEST - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- CHAINMAIL_HELMET - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- CHAINMAIL_PANTS - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- character - Variable in class com.sk89q.worldedit.expression.lexer.tokens.CharacterToken
-
- CharacterToken - Class in com.sk89q.worldedit.expression.lexer.tokens
-
A single character that doesn't fit any of the other token categories.
- CharacterToken(int, char) - Constructor for class com.sk89q.worldedit.expression.lexer.tokens.CharacterToken
-
- CHARSET - Static variable in class com.sk89q.jnbt.NBTConstants
-
The character set used by NBT (UTF-8).
- checkArgs(int, int, String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Checks to make sure that there are enough but not too many arguments.
- checkLoadedChunk(Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
- checkLoadedChunk(Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
Checks if the chunk pt is in is loaded.
- checkMaxBrushRadius(double) - Method in class com.sk89q.worldedit.WorldEdit
-
Checks to see if the specified brush radius is within bounds.
- checkMaxRadius(double) - Method in class com.sk89q.worldedit.WorldEdit
-
Checks to see if the specified radius is within bounds.
- checkPermission(T, Method) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
- checkPermission(String) - Method in class com.sk89q.worldedit.LocalPlayer
-
- CHEST - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- ChestBlock - Class in com.sk89q.worldedit.blocks
-
Represents a chest block.
- ChestBlock() - Constructor for class com.sk89q.worldedit.blocks.ChestBlock
-
Construct an empty chest block with the default orientation (data value).
- ChestBlock(int) - Constructor for class com.sk89q.worldedit.blocks.ChestBlock
-
Construct an empty chest block with a custom data value.
- ChestBlock(int, BaseItemStack[]) - Constructor for class com.sk89q.worldedit.blocks.ChestBlock
-
Construct the chest block with a custom data value and a list of items.
- chunk(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SelectionCommands
-
- Chunk - Interface in com.sk89q.worldedit.data
-
- CHUNK_HEADER_SIZE - Static variable in class com.sk89q.worldedit.data.McRegionReader
-
- CHUNK_SHIFTS - Static variable in class com.sk89q.worldedit.data.ChunkStore
-
>> to chunk
<< from chunk
- ChunkCommands - Class in com.sk89q.worldedit.commands
-
Chunk tools.
- ChunkCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.ChunkCommands
-
- chunkInfo(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.ChunkCommands
-
- ChunkStore - Class in com.sk89q.worldedit.data
-
Represents chunk storage mechanisms.
- ChunkStore() - Constructor for class com.sk89q.worldedit.data.ChunkStore
-
- ChunkStoreException - Exception in com.sk89q.worldedit.data
-
- ChunkStoreException(String) - Constructor for exception com.sk89q.worldedit.data.ChunkStoreException
-
- ChunkStoreException() - Constructor for exception com.sk89q.worldedit.data.ChunkStoreException
-
- clampY(int, int) - Method in class com.sk89q.worldedit.Vector
-
Clamp the Y component.
- CLAY - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- CLAY_BALL - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- clear() - Method in class com.sk89q.util.yaml.YAMLNode
-
Clear all nodes.
- clear() - Method in class com.sk89q.worldedit.DoubleArrayList
-
Clear the list.
- clear() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
Clears the region, removing all vertices and triangles.
- clear() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- clear() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- clear() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- clear() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- clear() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- clear() - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Clear the selection.
- clearClipboard(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.ClipboardCommands
-
- clearContainerBlockContents(Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Clear a chest's contents.
- clearContainerBlockContents(Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
Clear a chest's contents.
- clearHistory(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.HistoryCommands
-
- clearHistory() - Method in class com.sk89q.worldedit.LocalSession
-
Clear history.
- clearSessions() - Method in class com.sk89q.worldedit.WorldEdit
-
Remove all sessions.
- clipboardBrush(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.BrushCommands
-
- ClipboardBrush - Class in com.sk89q.worldedit.tools.brushes
-
- ClipboardBrush(CuboidClipboard, boolean) - Constructor for class com.sk89q.worldedit.tools.brushes.ClipboardBrush
-
- ClipboardCommands - Class in com.sk89q.worldedit.commands
-
Clipboard commands.
- ClipboardCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.ClipboardCommands
-
- ClipboardPattern - Class in com.sk89q.worldedit.patterns
-
Pattern that repeats the clipboard.
- ClipboardPattern(CuboidClipboard) - Constructor for class com.sk89q.worldedit.patterns.ClipboardPattern
-
Construct the object.
- clone() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
- clone() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- clone() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
- clone() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
- clone() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
- clone() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
- clone() - Method in interface com.sk89q.worldedit.regions.Region
-
- close() - Method in class com.sk89q.jnbt.NBTInputStream
-
- close() - Method in class com.sk89q.jnbt.NBTOutputStream
-
- close() - Method in class com.sk89q.worldedit.data.ChunkStore
-
Close resources.
- close() - Method in class com.sk89q.worldedit.data.ForwardSeekableInputStream
-
- close() - Method in class com.sk89q.worldedit.data.McRegionChunkStore
-
Close resources.
- close() - Method in class com.sk89q.worldedit.data.McRegionReader
-
Close the stream.
- close() - Method in class com.sk89q.worldedit.data.TrueZipLegacyChunkStore
-
Close resources.
- close() - Method in class com.sk89q.worldedit.data.TrueZipMcRegionChunkStore
-
Close resources.
- close() - Method in class com.sk89q.worldedit.data.ZippedLegacyChunkStore
-
Close resources.
- close() - Method in class com.sk89q.worldedit.data.ZippedMcRegionChunkStore
-
Close resources.
- closest(RValue, RValue, RValue, RValue, RValue, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- CLOTH - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- ClothColor - Enum in com.sk89q.worldedit.blocks
-
Cloth colors.
- ClothColor.ID - Class in com.sk89q.worldedit.blocks
-
- ClothColor.ID() - Constructor for class com.sk89q.worldedit.blocks.ClothColor.ID
-
- COAL - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- COAL_BLOCK - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- COAL_ORE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- COBBLESTONE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- COBBLESTONE_STAIRS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- COBBLESTONE_WALL - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- COCOA_PLANT - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- com.sk89q.bukkit.util - package com.sk89q.bukkit.util
-
- com.sk89q.jnbt - package com.sk89q.jnbt
-
- com.sk89q.minecraft.util.commands - package com.sk89q.minecraft.util.commands
-
- com.sk89q.util - package com.sk89q.util
-
- com.sk89q.util.yaml - package com.sk89q.util.yaml
-
- com.sk89q.wepif - package com.sk89q.wepif
-
- com.sk89q.worldedit - package com.sk89q.worldedit
-
- com.sk89q.worldedit.bags - package com.sk89q.worldedit.bags
-
- com.sk89q.worldedit.blocks - package com.sk89q.worldedit.blocks
-
- com.sk89q.worldedit.bukkit - package com.sk89q.worldedit.bukkit
-
- com.sk89q.worldedit.bukkit.entity - package com.sk89q.worldedit.bukkit.entity
-
- com.sk89q.worldedit.bukkit.selections - package com.sk89q.worldedit.bukkit.selections
-
- com.sk89q.worldedit.commands - package com.sk89q.worldedit.commands
-
- com.sk89q.worldedit.cui - package com.sk89q.worldedit.cui
-
- com.sk89q.worldedit.data - package com.sk89q.worldedit.data
-
- com.sk89q.worldedit.dev - package com.sk89q.worldedit.dev
-
- com.sk89q.worldedit.expression - package com.sk89q.worldedit.expression
-
- com.sk89q.worldedit.expression.lexer - package com.sk89q.worldedit.expression.lexer
-
- com.sk89q.worldedit.expression.lexer.tokens - package com.sk89q.worldedit.expression.lexer.tokens
-
- com.sk89q.worldedit.expression.parser - package com.sk89q.worldedit.expression.parser
-
- com.sk89q.worldedit.expression.runtime - package com.sk89q.worldedit.expression.runtime
-
- com.sk89q.worldedit.filtering - package com.sk89q.worldedit.filtering
-
- com.sk89q.worldedit.foundation - package com.sk89q.worldedit.foundation
-
- com.sk89q.worldedit.generator - package com.sk89q.worldedit.generator
-
- com.sk89q.worldedit.interpolation - package com.sk89q.worldedit.interpolation
-
- com.sk89q.worldedit.masks - package com.sk89q.worldedit.masks
-
- com.sk89q.worldedit.noise - package com.sk89q.worldedit.noise
-
- com.sk89q.worldedit.operation - package com.sk89q.worldedit.operation
-
- com.sk89q.worldedit.patterns - package com.sk89q.worldedit.patterns
-
- com.sk89q.worldedit.regions - package com.sk89q.worldedit.regions
-
- com.sk89q.worldedit.regions.polyhedron - package com.sk89q.worldedit.regions.polyhedron
-
- com.sk89q.worldedit.schematic - package com.sk89q.worldedit.schematic
-
- com.sk89q.worldedit.scripting - package com.sk89q.worldedit.scripting
-
- com.sk89q.worldedit.scripting.java - package com.sk89q.worldedit.scripting.java
-
- com.sk89q.worldedit.shape - package com.sk89q.worldedit.shape
-
- com.sk89q.worldedit.snapshots - package com.sk89q.worldedit.snapshots
-
- com.sk89q.worldedit.tools - package com.sk89q.worldedit.tools
-
- com.sk89q.worldedit.tools.brushes - package com.sk89q.worldedit.tools.brushes
-
- com.sk89q.worldedit.util - package com.sk89q.worldedit.util
-
- CombinedMask - Class in com.sk89q.worldedit.masks
-
- CombinedMask() - Constructor for class com.sk89q.worldedit.masks.CombinedMask
-
- CombinedMask(Mask) - Constructor for class com.sk89q.worldedit.masks.CombinedMask
-
- CombinedMask(List<Mask>) - Constructor for class com.sk89q.worldedit.masks.CombinedMask
-
- Command - Annotation Type in com.sk89q.minecraft.util.commands
-
This annotation indicates a command.
- command - Variable in class com.sk89q.minecraft.util.commands.CommandContext
-
- COMMAND_BLOCK - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- COMMAND_BLOCK_MINECART - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- CommandAlias - Annotation Type in com.sk89q.minecraft.util.commands
-
Any command with this annotation will run the raw command as shown in the
thing, as long as it is registered in the current
CommandsManager.
- CommandContext - Class in com.sk89q.minecraft.util.commands
-
- CommandContext(String) - Constructor for class com.sk89q.minecraft.util.commands.CommandContext
-
- CommandContext(String[]) - Constructor for class com.sk89q.minecraft.util.commands.CommandContext
-
- CommandContext(String, Set<Character>) - Constructor for class com.sk89q.minecraft.util.commands.CommandContext
-
- CommandContext(String[], Set<Character>) - Constructor for class com.sk89q.minecraft.util.commands.CommandContext
-
- commandDetection(String[]) - Method in class com.sk89q.worldedit.WorldEdit
-
- CommandException - Exception in com.sk89q.minecraft.util.commands
-
- CommandException() - Constructor for exception com.sk89q.minecraft.util.commands.CommandException
-
- CommandException(String) - Constructor for exception com.sk89q.minecraft.util.commands.CommandException
-
- CommandException(Throwable) - Constructor for exception com.sk89q.minecraft.util.commands.CommandException
-
- CommandInfo - Class in com.sk89q.bukkit.util
-
- CommandInfo(String, String, String[], Object) - Constructor for class com.sk89q.bukkit.util.CommandInfo
-
- CommandInfo(String, String, String[], Object, String[]) - Constructor for class com.sk89q.bukkit.util.CommandInfo
-
- commandLogger - Variable in class com.sk89q.worldedit.WorldEdit
-
- CommandPermissions - Annotation Type in com.sk89q.minecraft.util.commands
-
Indicates a list of permissions that should be checked.
- CommandPermissionsException - Exception in com.sk89q.minecraft.util.commands
-
Thrown when not enough permissions are satisfied.
- CommandPermissionsException() - Constructor for exception com.sk89q.minecraft.util.commands.CommandPermissionsException
-
- CommandRegistration - Class in com.sk89q.bukkit.util
-
- CommandRegistration(Plugin) - Constructor for class com.sk89q.bukkit.util.CommandRegistration
-
- CommandRegistration(Plugin, CommandExecutor) - Constructor for class com.sk89q.bukkit.util.CommandRegistration
-
- commands - Variable in class com.sk89q.bukkit.util.CommandsManagerRegistration
-
- commands - Variable in class com.sk89q.minecraft.util.commands.CommandsManager
-
Mapping of commands (including aliases) with a description.
- CommandsManager<T> - Class in com.sk89q.minecraft.util.commands
-
Manager for handling commands.
- CommandsManager() - Constructor for class com.sk89q.minecraft.util.commands.CommandsManager
-
- CommandsManagerRegistration - Class in com.sk89q.bukkit.util
-
- CommandsManagerRegistration(Plugin, CommandsManager<?>) - Constructor for class com.sk89q.bukkit.util.CommandsManagerRegistration
-
- CommandsManagerRegistration(Plugin, CommandExecutor, CommandsManager<?>) - Constructor for class com.sk89q.bukkit.util.CommandsManagerRegistration
-
- CommandUsageException - Exception in com.sk89q.minecraft.util.commands
-
- CommandUsageException(String, String) - Constructor for exception com.sk89q.minecraft.util.commands.CommandUsageException
-
- COMMENT_CHAR - Static variable in class com.sk89q.util.yaml.YAMLProcessor
-
- COMPARATOR - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- COMPARATOR_OFF - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- COMPARATOR_ON - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- compareTo(Countable<T>) - Method in class com.sk89q.worldedit.Countable
-
Comparison.
- compareTo(Snapshot) - Method in class com.sk89q.worldedit.snapshots.Snapshot
-
- compareTo(Vector) - Method in class com.sk89q.worldedit.Vector
-
- COMPASS - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- compile(String, String...) - Static method in class com.sk89q.worldedit.expression.Expression
-
- complete(Operation) - Static method in class com.sk89q.worldedit.operation.OperationHelper
-
Complete a given operation synchronously until it completes.
- completeLegacy(Operation) - Static method in class com.sk89q.worldedit.operation.OperationHelper
-
Complete a given operation synchronously until it completes.
- CompoundTag - Class in com.sk89q.jnbt
-
The TAG_Compound tag.
- CompoundTag(String, Map<String, Tag>) - Constructor for class com.sk89q.jnbt.CompoundTag
-
Creates the tag.
- Conditional - Class in com.sk89q.worldedit.expression.runtime
-
An if/else statement or a ternary operator.
- Conditional(int, RValue, RValue, RValue) - Constructor for class com.sk89q.worldedit.expression.runtime.Conditional
-
- config - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
-
- config - Variable in class com.sk89q.worldedit.util.YAMLConfiguration
-
- ConfigurationPermissionsResolver - Class in com.sk89q.wepif
-
- ConfigurationPermissionsResolver(YAMLProcessor) - Constructor for class com.sk89q.wepif.ConfigurationPermissionsResolver
-
- Console - Annotation Type in com.sk89q.minecraft.util.commands
-
This annotation indicates that a command can be used from the console.
- Constant - Class in com.sk89q.worldedit.expression.runtime
-
A constant.
- Constant(int, double) - Constructor for class com.sk89q.worldedit.expression.runtime.Constant
-
- containedWithin(Vector, Vector) - Method in class com.sk89q.worldedit.Vector
-
Checks to see if a vector is contained with another.
- containedWithin(Vector2D, Vector2D) - Method in class com.sk89q.worldedit.Vector2D
-
Checks to see if a vector is contained with another.
- containedWithinBlock(Vector, Vector) - Method in class com.sk89q.worldedit.Vector
-
Checks to see if a vector is contained with another.
- containedWithinBlock(Vector2D, Vector2D) - Method in class com.sk89q.worldedit.Vector2D
-
Checks to see if a vector is contained with another.
- ContainerBlock - Class in com.sk89q.worldedit.blocks
-
Represents a block that stores items.
- ContainerBlock(int, int) - Constructor for class com.sk89q.worldedit.blocks.ContainerBlock
-
- ContainerBlock(int, int, int) - Constructor for class com.sk89q.worldedit.blocks.ContainerBlock
-
- contains(Location) - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- contains(Location) - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Returns true based on whether the region contains the point,
- contains(Vector) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- contains(Vector) - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Returns true based on whether the region contains the point,
- contains(Vector) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Checks to see if a point is inside this region.
- contains(Vector) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Returns true based on whether the region contains the point,
- contains(Vector) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Checks to see if a point is inside this region.
- contains(List<BlockVector2D>, int, int, Vector) - Static method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Checks to see if a point is inside a region.
- contains(Vector) - Method in interface com.sk89q.worldedit.regions.Region
-
Returns true based on whether the region contains the point.
- containsFuzzy(Collection<BaseBlock>, BaseBlock) - Static method in class com.sk89q.worldedit.blocks.BaseBlock
-
- containsWorld(String) - Method in class com.sk89q.worldedit.snapshots.Snapshot
-
Check the zip/tar file it contains the given world.
- contract(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SelectionCommands
-
- contract(Vector...) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- contract(Vector...) - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Contracts the cuboid in a direction.
- contract(Vector...) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Contract the region.
- contract(Vector...) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Contract the region.
- contract(Vector...) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Contract the region.
- contract(Vector...) - Method in interface com.sk89q.worldedit.regions.Region
-
Contract the region.
- controller - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
-
- ConvexPolyhedralRegion - Class in com.sk89q.worldedit.regions
-
- ConvexPolyhedralRegion(LocalWorld) - Constructor for class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
Constructs an empty mesh, containing no vertices or triangles.
- ConvexPolyhedralRegion(ConvexPolyhedralRegion) - Constructor for class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
Constructs an independent copy of the given region.
- ConvexPolyhedralRegionSelector - Class in com.sk89q.worldedit.regions
-
- ConvexPolyhedralRegionSelector(LocalWorld, int) - Constructor for class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- ConvexPolyhedralRegionSelector(RegionSelector, int) - Constructor for class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- COOKED_BEEF - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- COOKED_CHICKEN - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- COOKED_FISH - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- COOKED_PORKCHOP - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- COOKIE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- copy(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.ClipboardCommands
-
- copy(EditSession) - Method in class com.sk89q.worldedit.CuboidClipboard
-
Copies blocks to the clipboard.
- copy(EditSession, Region) - Method in class com.sk89q.worldedit.CuboidClipboard
-
Copies blocks to the clipboard.
- copyFromWorld(Vector, BaseBlock) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Attempts to read a BaseBlock's extra data from the world.
- copyFromWorld(Vector, BaseBlock) - Method in class com.sk89q.worldedit.LocalWorld
-
Attempts to read a BaseBlock's extra data from the world.
- copyToWorld(Vector, BaseBlock) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Attempts to accurately copy a BaseBlock's extra data to the world.
- copyToWorld(Vector, BaseBlock) - Method in class com.sk89q.worldedit.LocalWorld
-
Attempts to accurately copy a BaseBlock's extra data to the world.
- cos(RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- cosh(RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- count(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SelectionCommands
-
- Countable<T> - Class in com.sk89q.worldedit
-
- Countable(T, int) - Constructor for class com.sk89q.worldedit.Countable
-
Construct the object.
- countBlock(Region, Set<Integer>) - Method in class com.sk89q.worldedit.EditSession
-
- countBlocks(Region, Set<BaseBlock>) - Method in class com.sk89q.worldedit.EditSession
-
Count the number of blocks of a list of types in a region.
- CraftScriptContext - Class in com.sk89q.worldedit.scripting
-
The context given to scripts.
- CraftScriptContext(WorldEdit, ServerInterface, LocalConfiguration, LocalSession, LocalPlayer, String[]) - Constructor for class com.sk89q.worldedit.scripting.CraftScriptContext
-
- CraftScriptEngine - Interface in com.sk89q.worldedit.scripting
-
- CraftScriptEnvironment - Class in com.sk89q.worldedit.scripting
-
- CraftScriptEnvironment(WorldEdit, ServerInterface, LocalConfiguration, LocalSession, LocalPlayer) - Constructor for class com.sk89q.worldedit.scripting.CraftScriptEnvironment
-
- createBindings() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngine
-
- createDefaultConfiguration(String) - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Create a default configuration file from the .jar.
- createEditSession(Player) - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Gets the session for the player.
- createEditSession(LocalPlayer) - Method in class com.sk89q.worldedit.LocalSession
-
Construct a new edit session.
- createTopic(DynamicPluginCommand) - Method in class com.sk89q.bukkit.util.DynamicPluginCommandHelpTopic.Factory
-
- createTriangle(Vector) - Method in class com.sk89q.worldedit.regions.polyhedron.Edge
-
Generates a triangle from { this.start, this.end, vertex }
- createTriangle2(Vector) - Method in class com.sk89q.worldedit.regions.polyhedron.Edge
-
- CROPS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- cross(Vector) - Method in class com.sk89q.worldedit.Vector
-
Gets the cross product of this and another vector.
- cuboid - Variable in class com.sk89q.worldedit.bukkit.selections.CuboidSelection
-
- CuboidClipboard - Class in com.sk89q.worldedit
-
The clipboard remembers the state of a cuboid region.
- CuboidClipboard(Vector) - Constructor for class com.sk89q.worldedit.CuboidClipboard
-
Constructs the clipboard.
- CuboidClipboard(Vector, Vector) - Constructor for class com.sk89q.worldedit.CuboidClipboard
-
Constructs the clipboard.
- CuboidClipboard(Vector, Vector, Vector) - Constructor for class com.sk89q.worldedit.CuboidClipboard
-
Constructs the clipboard.
- CuboidClipboard.FlipDirection - Enum in com.sk89q.worldedit
-
Flip direction.
- CuboidRegion - Class in com.sk89q.worldedit.regions
-
- CuboidRegion(Vector, Vector) - Constructor for class com.sk89q.worldedit.regions.CuboidRegion
-
Construct a new instance of this cuboid region.
- CuboidRegion(LocalWorld, Vector, Vector) - Constructor for class com.sk89q.worldedit.regions.CuboidRegion
-
Construct a new instance of this cuboid region.
- CuboidRegionSelector - Class in com.sk89q.worldedit.regions
-
Selector for cuboids.
- CuboidRegionSelector(LocalWorld) - Constructor for class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- CuboidRegionSelector() - Constructor for class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- CuboidRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- CuboidRegionSelector(LocalWorld, Vector, Vector) - Constructor for class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- CuboidSelection - Class in com.sk89q.worldedit.bukkit.selections
-
- CuboidSelection(World, Location, Location) - Constructor for class com.sk89q.worldedit.bukkit.selections.CuboidSelection
-
- CuboidSelection(World, Vector, Vector) - Constructor for class com.sk89q.worldedit.bukkit.selections.CuboidSelection
-
- CuboidSelection(World, RegionSelector, CuboidRegion) - Constructor for class com.sk89q.worldedit.bukkit.selections.CuboidSelection
-
- cui(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.WorldEditCommands
-
- CUI_PLUGIN_CHANNEL - Static variable in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
The name of the CUI's plugin channel registration
- CUIChannelListener - Class in com.sk89q.worldedit.bukkit
-
Handles incoming WorldEditCui init message
- CUIChannelListener(WorldEditPlugin) - Constructor for class com.sk89q.worldedit.bukkit.CUIChannelListener
-
- CUIEvent - Interface in com.sk89q.worldedit.cui
-
- CUIRegion - Interface in com.sk89q.worldedit.cui
-
- curFilename - Variable in class com.sk89q.worldedit.data.McRegionChunkStore
-
- curve(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.RegionCommands
-
- cut(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.ClipboardCommands
-
- CYAN - Static variable in class com.sk89q.worldedit.blocks.ClothColor.ID
-
- cycle(int, int, int) - Static method in class com.sk89q.worldedit.blocks.BlockData
-
Cycle a block's data value.
- cycle(int, int, int) - Static method in class com.sk89q.worldedit.data.BlockData
-
- cycleData(int) - Method in class com.sk89q.worldedit.blocks.BaseBlock
-
Cycle the damage value of the block forward or backward
- cycler(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.ToolCommands
-
- cyl(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.GenerationCommands
-
- cylinderBrush(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.BrushCommands
-
- CylinderBrush - Class in com.sk89q.worldedit.tools.brushes
-
- CylinderBrush(int) - Constructor for class com.sk89q.worldedit.tools.brushes.CylinderBrush
-
- CylinderRegion - Class in com.sk89q.worldedit.regions
-
Represents a cylindrical region.
- CylinderRegion() - Constructor for class com.sk89q.worldedit.regions.CylinderRegion
-
Construct the region
- CylinderRegion(LocalWorld) - Constructor for class com.sk89q.worldedit.regions.CylinderRegion
-
Construct the region.
- CylinderRegion(LocalWorld, Vector, Vector2D, int, int) - Constructor for class com.sk89q.worldedit.regions.CylinderRegion
-
Construct the region.
- CylinderRegion(CylinderRegion) - Constructor for class com.sk89q.worldedit.regions.CylinderRegion
-
- CylinderRegionSelector - Class in com.sk89q.worldedit.regions
-
Selector for polygonal regions.
- CylinderRegionSelector(LocalWorld) - Constructor for class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- CylinderRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- CylinderRegionSelector(LocalWorld, Vector2D, Vector2D, int, int) - Constructor for class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- GardenPatchGenerator - Class in com.sk89q.worldedit.generator
-
- GardenPatchGenerator(EditSession) - Constructor for class com.sk89q.worldedit.generator.GardenPatchGenerator
-
Create a new instance.
- GaussianKernel - Class in com.sk89q.worldedit.filtering
-
A Gaussian Kernel generator (2D bellcurve)
- GaussianKernel(int, double) - Constructor for class com.sk89q.worldedit.filtering.GaussianKernel
-
Constructor of the kernel
- gclosest(RValue, RValue, RValue, RValue, RValue, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- GeneralCommands - Class in com.sk89q.worldedit.commands
-
General WorldEdit commands.
- GeneralCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.GeneralCommands
-
- generate(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.GenerationCommands
-
- generate(EditSession, BiomeType, boolean) - Method in class com.sk89q.worldedit.shape.ArbitraryBiomeShape
-
Generates the shape.
- generate(EditSession, Pattern, boolean) - Method in class com.sk89q.worldedit.shape.ArbitraryShape
-
Generates the shape.
- generate(EditSession, Vector) - Method in class com.sk89q.worldedit.util.TreeGenerator
-
Generate a tree.
- generate(EditSession, Vector) - Method in enum com.sk89q.worldedit.util.TreeGenerator.TreeType
-
- generateBigTree(EditSession, Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Deprecated.
- generateBigTree(EditSession, Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
- generateBiome(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.GenerationCommands
-
- generateBirchTree(EditSession, Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Deprecated.
- generateBirchTree(EditSession, Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
- generateDefaultPerms(YAMLNode) - Static method in class com.sk89q.wepif.ConfigurationPermissionsResolver
-
- generateRedwoodTree(EditSession, Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Deprecated.
- generateRedwoodTree(EditSession, Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
- generateTallRedwoodTree(EditSession, Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Deprecated.
- generateTallRedwoodTree(EditSession, Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
- generateTree(EditSession, Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Deprecated.
- generateTree(TreeGenerator.TreeType, EditSession, Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
- generateTree(EditSession, Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
- generateTree(TreeGenerator.TreeType, EditSession, Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
Generates a tree
- GenerationCommands - Class in com.sk89q.worldedit.commands
-
Generation commands.
- GenerationCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.GenerationCommands
-
- geq(RValue, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Operators
-
- get(String) - Method in interface com.sk89q.worldedit.BiomeTypes
-
Returns the biome type for the given name
- get(String) - Method in class com.sk89q.worldedit.bukkit.BukkitBiomeTypes
-
- get(World, Vector, int, int) - Static method in class com.sk89q.worldedit.bukkit.DefaultNmsBlock
-
Build an instance from the given information.
- get(World, Vector, int, int) - Static method in class com.sk89q.worldedit.bukkit.NmsBlock
-
- get1stDerivative(double) - Method in interface com.sk89q.worldedit.interpolation.Interpolation
-
Gets the result of f'(position).
- get1stDerivative(double) - Method in class com.sk89q.worldedit.interpolation.KochanekBartelsInterpolation
-
- get1stDerivative(double) - Method in class com.sk89q.worldedit.interpolation.LinearInterpolation
-
- get1stDerivative(double) - Method in class com.sk89q.worldedit.interpolation.ReparametrisingInterpolation
-
- getAffected() - Method in class com.sk89q.worldedit.generator.GardenPatchGenerator
-
Get the number of affected blocks.
- getAffected() - Method in class com.sk89q.worldedit.operation.FlatRegionApplicator
-
Get the number of affected objects.
- getAliases() - Method in class com.sk89q.bukkit.util.CommandInfo
-
- getAliases() - Method in enum com.sk89q.worldedit.blocks.ItemType
-
Get a list of aliases.
- getAmount() - Method in class com.sk89q.worldedit.blocks.BaseItemStack
-
Get the number of items in the stack.
- getAmount() - Method in class com.sk89q.worldedit.Countable
-
- getAnyTargetBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
-
Returns any block at the sight.
- getAnyTargetBlockFace() - Method in class com.sk89q.worldedit.util.TargetBlock
-
- getAPI() - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Deprecated.
- getArea() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getArea() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get the number of blocks in the region.
- getArea() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
Get the number of blocks in the region.
- getArea() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getArea() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getArea() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Get the number of blocks in the region.
- getArea() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getArea() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get the number of blocks in the region.
- getArea() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getArea() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get the number of blocks in the region.
- getArea() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getArea() - Method in interface com.sk89q.worldedit.regions.Region
-
Get the number of blocks in the region.
- getArea() - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Get the number of blocks inside the region.
- getArguments(Command) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
- getAttachment(int, int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Returns the direction to the block(B) this block(A) is attached to.
- getBaseInterpolation() - Method in class com.sk89q.worldedit.interpolation.ReparametrisingInterpolation
-
- getBias() - Method in class com.sk89q.worldedit.interpolation.Node
-
- getBiome(Vector2D) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Get biome type
- getBiome(Vector2D) - Method in class com.sk89q.worldedit.LocalWorld
-
Get biome type
- getBiome(int, int, BiomeType) - Method in class com.sk89q.worldedit.shape.ArbitraryBiomeShape
-
Override this function to specify the shape to generate.
- getBiomes() - Method in class com.sk89q.worldedit.bukkit.BukkitServerInterface
-
- getBiomes() - Method in class com.sk89q.worldedit.ServerInterface
-
Returns all available biomes.
- getBlock(Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
- getBlock(Vector) - Method in class com.sk89q.worldedit.CuboidClipboard
-
Get one point in the copy.
- getBlock(Vector) - Method in class com.sk89q.worldedit.data.AnvilChunk
-
- getBlock(Vector) - Method in interface com.sk89q.worldedit.data.Chunk
-
Get a block;
- getBlock(Vector) - Method in class com.sk89q.worldedit.data.OldChunk
-
- getBlock(Vector) - Method in class com.sk89q.worldedit.EditSession
-
Gets the block type at a position x, y, z.
- getBlock(Vector) - Method in interface com.sk89q.worldedit.foundation.World
-
Get a copy of the block at the given location.
- getBlock(Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
- getBlock() - Method in class com.sk89q.worldedit.patterns.BlockChance
-
- getBlock() - Method in class com.sk89q.worldedit.patterns.SingleBlockPattern
-
Get the block.
- getBlock(String, boolean) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Get an item ID from an item name or an item ID number.
- getBlock(String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Get a block.
- getBlock(LocalPlayer, String, boolean) - Method in class com.sk89q.worldedit.WorldEdit
-
- getBlock(LocalPlayer, String, boolean, boolean) - Method in class com.sk89q.worldedit.WorldEdit
-
Get an item ID from an item name or an item ID number.
- getBlock(LocalPlayer, String) - Method in class com.sk89q.worldedit.WorldEdit
-
Get a block.
- getBlockBag() - Method in class com.sk89q.worldedit.EditSession
-
- getBlockBag(LocalPlayer) - Method in class com.sk89q.worldedit.LocalSession
-
Get a block bag for a player.
- getBlockBagItem(int, int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Get the block or item that this block can be constructed from.
- getBlockChangeCount() - Method in class com.sk89q.worldedit.EditSession
-
Get the number of blocks changed, including repeated block changes.
- getBlockChangeLimit() - Method in class com.sk89q.worldedit.EditSession
-
Get the maximum number of blocks that can be changed.
- getBlockChangeLimit() - Method in class com.sk89q.worldedit.LocalSession
-
Get the maximum number of blocks that can be changed in an edit session.
- getBlockData(Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Get block data.
- getBlockData(Vector) - Method in class com.sk89q.worldedit.data.AnvilChunk
-
- getBlockData(Vector) - Method in interface com.sk89q.worldedit.data.Chunk
-
Get the block data of a block.
- getBlockData(Vector) - Method in class com.sk89q.worldedit.data.OldChunk
-
- getBlockData(Vector) - Method in class com.sk89q.worldedit.EditSession
-
- getBlockData(double, double, double) - Method in interface com.sk89q.worldedit.expression.runtime.ExpressionEnvironment
-
- getBlockData(Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
Get block data.
- getBlockData(double, double, double) - Method in class com.sk89q.worldedit.shape.WorldEditExpressionEnvironment
-
- getBlockDataAbs(double, double, double) - Method in interface com.sk89q.worldedit.expression.runtime.ExpressionEnvironment
-
- getBlockDataAbs(double, double, double) - Method in class com.sk89q.worldedit.shape.WorldEditExpressionEnvironment
-
- getBlockDataRel(double, double, double) - Method in interface com.sk89q.worldedit.expression.runtime.ExpressionEnvironment
-
- getBlockDataRel(double, double, double) - Method in class com.sk89q.worldedit.shape.WorldEditExpressionEnvironment
-
- getBlockDistribution() - Method in class com.sk89q.worldedit.CuboidClipboard
-
Get the block distribution inside a clipboard.
- getBlockDistribution(Region) - Method in class com.sk89q.worldedit.EditSession
-
Get the block distribution inside a region.
- getBlockDistributionWithData() - Method in class com.sk89q.worldedit.CuboidClipboard
-
Get the block distribution inside a clipboard with data values.
- getBlockDistributionWithData(Region) - Method in class com.sk89q.worldedit.EditSession
-
Get the block distribution (with data values) inside a region.
- getBlockDrop(short) - Method in enum com.sk89q.worldedit.blocks.BlockType
-
- getBlockDrop(int, short) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
- getBlockForId(int, short) - Method in class com.sk89q.worldedit.schematic.SchematicFormat
-
- getBlockForItem(int, int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
- getBlockID(Vector) - Method in class com.sk89q.worldedit.data.AnvilChunk
-
- getBlockID(Vector) - Method in interface com.sk89q.worldedit.data.Chunk
-
Get the block ID of a block.
- getBlockID(Vector) - Method in class com.sk89q.worldedit.data.OldChunk
-
- getBlockIDs(String, boolean) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Get a list of blocks as a set.
- getBlockIDs(LocalPlayer, String, boolean) - Method in class com.sk89q.worldedit.WorldEdit
-
Get a list of blocks as a set.
- getBlockIn() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the point of the block that is being stood in.
- getBlockInHand() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getBlockInHand() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the Block that the player is holding.
- getBlockLightLevel(Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Get block light level.
- getBlockLightLevel(Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
Get block light level.
- getBlockLimit() - Method in exception com.sk89q.worldedit.MaxChangedBlocksException
-
- getBlockMask(LocalPlayer, LocalSession, String) - Method in class com.sk89q.worldedit.WorldEdit
-
Get a block mask.
- getBlockOn() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the point of the block that is being stood upon.
- getBlockPattern(String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Get a list of blocks as a set.
- getBlockPattern(LocalPlayer, String) - Method in class com.sk89q.worldedit.WorldEdit
-
Returns a Pattern corresponding to the specified pattern string,
as given by the player on the command line.
- getBlocks(LocalPlayer, String, boolean, boolean) - Method in class com.sk89q.worldedit.WorldEdit
-
- getBlocks(LocalPlayer, String, boolean) - Method in class com.sk89q.worldedit.WorldEdit
-
- getBlocks(LocalPlayer, String) - Method in class com.sk89q.worldedit.WorldEdit
-
- getBlockTrace(int, boolean) - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the point of the block being looked at.
- getBlockTrace(int) - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the point of the block being looked at.
- getBlockTraceFace(int, boolean) - Method in class com.sk89q.worldedit.LocalPlayer
-
- getBlockType(Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Get block type.
- getBlockType(Vector) - Method in class com.sk89q.worldedit.EditSession
-
Gets the block type at a position x, y, z.
- getBlockType(double, double, double) - Method in interface com.sk89q.worldedit.expression.runtime.ExpressionEnvironment
-
- getBlockType(Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
Get block type.
- getBlockType(double, double, double) - Method in class com.sk89q.worldedit.shape.WorldEditExpressionEnvironment
-
- getBlockTypeAbs(double, double, double) - Method in interface com.sk89q.worldedit.expression.runtime.ExpressionEnvironment
-
- getBlockTypeAbs(double, double, double) - Method in class com.sk89q.worldedit.shape.WorldEditExpressionEnvironment
-
- getBlockTypeRel(double, double, double) - Method in interface com.sk89q.worldedit.expression.runtime.ExpressionEnvironment
-
- getBlockTypeRel(double, double, double) - Method in class com.sk89q.worldedit.shape.WorldEditExpressionEnvironment
-
- getBlockVector2dList(String, List<BlockVector2D>) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of 2D vectors.
- getBlockX() - Method in class com.sk89q.worldedit.Vector
-
- getBlockX() - Method in class com.sk89q.worldedit.Vector2D
-
- getBlockY() - Method in class com.sk89q.worldedit.Vector
-
- getBlockZ() - Method in class com.sk89q.worldedit.Vector
-
- getBlockZ() - Method in class com.sk89q.worldedit.Vector2D
-
- getBool(String, boolean) - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
-
Get a boolean value.
- getBoolean(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a boolean at a location.
- getBoolean(String, boolean) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a boolean at a location.
- getBooleanList(String, List<Boolean>) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of booleans.
- getBrush() - Method in class com.sk89q.worldedit.tools.BrushTool
-
Get the current brush.
- getBrushTool(int) - Method in class com.sk89q.worldedit.LocalSession
-
Get the brush tool assigned to the item.
- getBukkitBiome() - Method in enum com.sk89q.worldedit.bukkit.BukkitBiomeType
-
- getBurnTime() - Method in class com.sk89q.worldedit.blocks.FurnaceBlock
-
Get the burn time.
- getCardinalDirection() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the player's cardinal direction (N, W, NW, etc.).
- getCardinalDirection(int) - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the player's cardinal direction (N, W, NW, etc.) with an offset.
- getCenter() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
- getCenter() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- getCenter() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Returns the main center point of the cylinder
- getCenter() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get the center.
- getCenter() - Method in interface com.sk89q.worldedit.regions.Region
-
Get the center point of a region.
- getChance() - Method in class com.sk89q.worldedit.patterns.BlockChance
-
- getChildTag(Map<String, Tag>, String, Class<T>) - Static method in class com.sk89q.jnbt.NBTUtils
-
Get child tag of a NBT structure.
- getChunk(Vector2D, LocalWorld) - Method in class com.sk89q.worldedit.data.ChunkStore
-
Get a chunk at a location.
- getChunkCubes() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
- getChunkCubes() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
- getChunkCubes() - Method in interface com.sk89q.worldedit.regions.Region
-
Return a list of 16*16*16 chunks in a region
- getChunkInputStream(Vector2D) - Method in class com.sk89q.worldedit.data.McRegionReader
-
Gets the uncompressed data input stream for a chunk.
- getChunkPosition() - Method in exception com.sk89q.worldedit.data.MissingChunkException
-
Get chunk position in question.
- getChunks() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
Get a list of chunks.
- getChunks() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Get a list of chunks that this region is within.
- getChunks() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get a list of chunks that this region is within.
- getChunks() - Method in interface com.sk89q.worldedit.regions.Region
-
Get a list of chunks.
- getChunksAffected() - Method in class com.sk89q.worldedit.snapshots.SnapshotRestore
-
Get the number of chunks that are needed.
- getChunkStore() - Method in class com.sk89q.worldedit.snapshots.Snapshot
-
Get a chunk store.
- getChunkTag(Vector2D, LocalWorld) - Method in class com.sk89q.worldedit.data.ChunkStore
-
Get the tag for a chunk.
- getChunkTag(Vector2D, LocalWorld) - Method in class com.sk89q.worldedit.data.LegacyChunkStore
-
Get the tag for a chunk.
- getChunkTag(Vector2D, LocalWorld) - Method in class com.sk89q.worldedit.data.McRegionChunkStore
-
- getClassFromType(int) - Static method in class com.sk89q.jnbt.NBTConstants
-
Convert a type ID to its corresponding
Tag class.
- getClipboard() - Method in class com.sk89q.worldedit.LocalSession
-
Gets the clipboard.
- getCommand() - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getCommandMap() - Method in class com.sk89q.bukkit.util.CommandRegistration
-
- getCommands() - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
Get a list of command descriptions.
- getCommands() - Method in class com.sk89q.worldedit.WorldEdit
-
- getCommandsManager() - Method in class com.sk89q.worldedit.WorldEdit
-
- getComment(String) - Method in class com.sk89q.util.yaml.YAMLProcessor
-
Returns a root-level comment.
- getComments() - Method in class com.sk89q.util.yaml.YAMLProcessor
-
Returns root-level comments.
- getConfiguration() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Get the configuration for WorldEdit.
- getConfiguration() - Method in class com.sk89q.worldedit.WorldEdit
-
Get Worldedit's configuration.
- getContinuity() - Method in class com.sk89q.worldedit.interpolation.Node
-
- getCookTime() - Method in class com.sk89q.worldedit.blocks.FurnaceBlock
-
Get the cook time.
- getCUIVersion() - Method in class com.sk89q.worldedit.LocalSession
-
Gets the client's CUI protocol version
- getCurrentBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
-
Returns the current block along the line of vision
- getDamage() - Method in class com.sk89q.worldedit.blocks.BaseItem
-
Deprecated.
- getData() - Method in class com.sk89q.worldedit.blocks.BaseItem
-
Get the data value.
- getData() - Method in class com.sk89q.worldedit.foundation.Block
-
Get the block's data value.
- getDate() - Method in class com.sk89q.worldedit.snapshots.Snapshot
-
Get the date associated with this snapshot.
- getDefaultSnapshot(String) - Method in class com.sk89q.worldedit.snapshots.SnapshotRepository
-
Get the default snapshot.
- getDelay() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
-
Get the spawn delay.
- getDensity() - Method in class com.sk89q.worldedit.operation.GroundScatterFunction
-
Get the density (0 <= density <= 1) which indicates the threshold that
must be met for the function to be applied to a column.
- getDesc() - Method in class com.sk89q.bukkit.util.CommandInfo
-
- getDesertPattern() - Static method in class com.sk89q.worldedit.generator.FloraGenerator
-
Get a pattern for plants to place inside a desert environment.
- getDetectionMessage() - Method in class com.sk89q.wepif.bPermissionsResolver
-
- getDetectionMessage() - Method in class com.sk89q.wepif.ConfigurationPermissionsResolver
-
- getDetectionMessage() - Method in class com.sk89q.wepif.DinnerPermsResolver
-
- getDetectionMessage() - Method in class com.sk89q.wepif.FlatFilePermissionsResolver
-
- getDetectionMessage() - Method in class com.sk89q.wepif.GroupManagerResolver
-
- getDetectionMessage() - Method in class com.sk89q.wepif.NijiPermissionsResolver
-
- getDetectionMessage() - Method in class com.sk89q.wepif.PermissionsExResolver
-
- getDetectionMessage() - Method in interface com.sk89q.wepif.PermissionsResolver
-
- getDetectionMessage() - Method in class com.sk89q.wepif.PermissionsResolverManager
-
- getDetectionMessage() - Method in class com.sk89q.wepif.PluginPermissionsResolver
-
- getDiagonalDirection(LocalPlayer, String) - Method in class com.sk89q.worldedit.WorldEdit
-
Get diagonal direction vector for a player's direction.
- getDirection() - Method in class com.sk89q.worldedit.Location
-
- getDirection() - Method in exception com.sk89q.worldedit.UnknownDirectionException
-
- getDirection(LocalPlayer, String) - Method in class com.sk89q.worldedit.WorldEdit
-
Get the direction vector for a player's direction.
- getDirectory() - Method in class com.sk89q.worldedit.snapshots.SnapshotRepository
-
Get the snapshot directory.
- getDouble(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getDouble(int, double) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getDouble(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a double at a location.
- getDouble(String, double) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a double at a location.
- getDouble(String, double) - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
-
Get a double value.
- getDoubleList(String, List<Double>) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of doubles.
- getDroppedBlock(int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Deprecated.
This function ignores the data value.
- getEdge(int) - Method in class com.sk89q.worldedit.regions.polyhedron.Triangle
-
Returns the triangle's edge with the given index, counter-clockwise.
- getEditSession(LocalWorld, int) - Method in class com.sk89q.worldedit.EditSessionFactory
-
Construct an edit session with a maximum number of blocks.
- getEditSession(LocalWorld, int, LocalPlayer) - Method in class com.sk89q.worldedit.EditSessionFactory
-
Construct an edit session with a maximum number of blocks.
- getEditSession(LocalWorld, int, BlockBag) - Method in class com.sk89q.worldedit.EditSessionFactory
-
Construct an edit session with a maximum number of blocks and a block bag.
- getEditSession(LocalWorld, int, BlockBag, LocalPlayer) - Method in class com.sk89q.worldedit.EditSessionFactory
-
Construct an edit session with a maximum number of blocks and a block bag.
- getEditSessionFactory() - Method in class com.sk89q.worldedit.WorldEdit
-
Get the edit session factory
- getEditSessions() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Get a list of edit sessions that have been created.
- getEmptyNode(boolean) - Static method in class com.sk89q.util.yaml.YAMLProcessor
-
This method returns an empty ConfigurationNode for using as a
default in methods that select a node from a node list.
- getEnchantments() - Method in class com.sk89q.worldedit.blocks.BaseItem
-
Get the map of enchantments.
- getEngineName() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getEngineVersion() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getEntities(Region) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
- getEntities(Region) - Method in class com.sk89q.worldedit.LocalWorld
-
- getEntityId() - Method in class com.sk89q.worldedit.bukkit.entity.BukkitEntity
-
- getEnvironment() - Method in class com.sk89q.worldedit.expression.Expression
-
- getErrorChunks() - Method in class com.sk89q.worldedit.snapshots.SnapshotRestore
-
Get a list of the chunks that could not have been loaded for other
reasons.
- getExtensions() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getExtent() - Method in class com.sk89q.worldedit.shape.ArbitraryBiomeShape
-
- getExtent() - Method in class com.sk89q.worldedit.shape.ArbitraryShape
-
- getFace() - Method in class com.sk89q.worldedit.WorldVectorFace
-
Get the face.
- getFaceVector() - Method in class com.sk89q.worldedit.WorldVectorFace
-
Get the WorldVector adjacent to this WorldVectorFace.
- getFactory() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngine
-
- getField(Object, String) - Static method in class com.sk89q.util.ReflectionUtil
-
- getFile() - Method in class com.sk89q.worldedit.snapshots.Snapshot
-
Get the file for the snapshot.
- getFilename(Vector2D, String) - Static method in class com.sk89q.worldedit.data.LegacyChunkStore
-
Get the filename of a chunk.
- getFilename(Vector2D) - Static method in class com.sk89q.worldedit.data.LegacyChunkStore
-
Get the filename of a chunk, using the system's default path
separator.
- getFilename(Vector2D) - Static method in class com.sk89q.worldedit.data.McRegionChunkStore
-
Get the filename of a region file.
- getFilename() - Method in exception com.sk89q.worldedit.FilenameException
-
- getFlag(char) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getFlag(char, String) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getFlagDouble(char) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getFlagDouble(char, double) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getFlagInteger(char) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getFlagInteger(char, int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getFlags() - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getFlipDirection(LocalPlayer, String) - Method in class com.sk89q.worldedit.WorldEdit
-
Get the flip direction for a player's direction.
- getFormat(String) - Static method in class com.sk89q.worldedit.schematic.SchematicFormat
-
- getFormat(File) - Static method in class com.sk89q.worldedit.schematic.SchematicFormat
-
- getFormats() - Static method in class com.sk89q.worldedit.schematic.SchematicFormat
-
- getFullText(CommandSender) - Method in class com.sk89q.bukkit.util.DynamicPluginCommandHelpTopic
-
- getFunction(int, String, RValue...) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- getFunction() - Method in class com.sk89q.worldedit.operation.GroundScatterFunction
-
Get the function to apply.
- getFunctions() - Method in class com.sk89q.worldedit.expression.Expression
-
- getGroups(String) - Method in class com.sk89q.wepif.bPermissionsResolver
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.bPermissionsResolver
-
- getGroups(String) - Method in class com.sk89q.wepif.ConfigurationPermissionsResolver
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.ConfigurationPermissionsResolver
-
- getGroups(String) - Method in class com.sk89q.wepif.DinnerPermsResolver
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.DinnerPermsResolver
-
- getGroups(String) - Method in class com.sk89q.wepif.FlatFilePermissionsResolver
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.FlatFilePermissionsResolver
-
- getGroups(String) - Method in class com.sk89q.wepif.GroupManagerResolver
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.GroupManagerResolver
-
- getGroups(String) - Method in class com.sk89q.wepif.NijiPermissionsResolver
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.NijiPermissionsResolver
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.PermissionsExResolver
-
- getGroups(String) - Method in interface com.sk89q.wepif.PermissionsProvider
-
- getGroups(OfflinePlayer) - Method in interface com.sk89q.wepif.PermissionsProvider
-
- getGroups(String) - Method in class com.sk89q.wepif.PermissionsResolverManager
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.PermissionsResolverManager
-
- getGroups(String) - Method in class com.sk89q.wepif.PluginPermissionsResolver
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.wepif.PluginPermissionsResolver
-
- getGroups() - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- getGroups() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getGroups() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get a player's list of groups.
- getHeader() - Method in class com.sk89q.util.yaml.YAMLProcessor
-
Return the set header.
- getHeight() - Method in class com.sk89q.worldedit.bukkit.EditSessionBlockChangeDelegate
-
- getHeight() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getHeight() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get Y-size.
- getHeight() - Method in class com.sk89q.worldedit.CuboidClipboard
-
Get the height (Y-direction) of the clipboard.
- getHeight() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
Get Y-size.
- getHeight() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Get Y-size.
- getHeight() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get Y-size.
- getHeight() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get Y-size.
- getHeight() - Method in interface com.sk89q.worldedit.regions.Region
-
Get Y-size.
- getHelpMessages() - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
Get a map from command name to help message.
- getHighestTerrainBlock(int, int, int, int) - Method in class com.sk89q.worldedit.EditSession
-
Returns the highest solid 'terrain' block which can occur naturally.
- getHighestTerrainBlock(int, int, int, int, boolean) - Method in class com.sk89q.worldedit.EditSession
-
Returns the highest solid 'terrain' block which can occur naturally.
- getID() - Method in exception com.sk89q.worldedit.bags.OutOfSpaceException
-
- getID() - Method in enum com.sk89q.worldedit.blocks.BlockType
-
Get block numeric ID.
- getID() - Method in enum com.sk89q.worldedit.blocks.ClothColor
-
Get item numeric ID.
- getID() - Method in enum com.sk89q.worldedit.blocks.ItemType
-
Get item numeric ID.
- getID() - Method in class com.sk89q.worldedit.Countable
-
- getID() - Method in exception com.sk89q.worldedit.DisallowedItemException
-
- getId() - Method in class com.sk89q.worldedit.foundation.Block
-
Get the ID of the block.
- getID() - Method in exception com.sk89q.worldedit.UnknownItemException
-
- getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getIncompleteRegion() - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Get the region even if it's not fully defined.
- getInformationLines() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getInformationLines() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getInformationLines() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getInformationLines() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getInformationLines() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getInformationLines() - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Get lines of information about the selection.
- getInjector() - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
Get the injector used to create new instances.
- getInputStream() - Method in class com.sk89q.util.yaml.YAMLProcessor
-
- getInputStream(String, String, String) - Method in class com.sk89q.worldedit.data.FileLegacyChunkStore
-
Get the input stream for a chunk file.
- getInputStream(String, String) - Method in class com.sk89q.worldedit.data.FileMcRegionChunkStore
-
- getInputStream(String, String, String) - Method in class com.sk89q.worldedit.data.LegacyChunkStore
-
Get the input stream for a chunk file.
- getInputStream(String, String) - Method in class com.sk89q.worldedit.data.McRegionChunkStore
-
Get the input stream for a chunk file.
- getInputStream(String, String, String) - Method in class com.sk89q.worldedit.data.TrueZipLegacyChunkStore
-
Get the input stream for a chunk file.
- getInputStream(String, String) - Method in class com.sk89q.worldedit.data.TrueZipMcRegionChunkStore
-
Get the input stream for a chunk file.
- getInputStream(String, String, String) - Method in class com.sk89q.worldedit.data.ZippedLegacyChunkStore
-
Get the input stream for a chunk file.
- getInputStream(String, String) - Method in class com.sk89q.worldedit.data.ZippedMcRegionChunkStore
-
Get the input stream for a chunk file.
- getInstance(Class<?>) - Method in interface com.sk89q.minecraft.util.commands.Injector
-
Constructs a new instance of the given class.
- getInstance(Class<?>) - Method in class com.sk89q.minecraft.util.commands.SimpleInjector
-
- getInstance() - Static method in class com.sk89q.wepif.PermissionsResolverManager
-
- getInstance() - Static method in class com.sk89q.worldedit.expression.Expression
-
- getInstance() - Static method in class com.sk89q.worldedit.WorldEdit
-
Gets the current instance of this class
- getInt(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets an integer at a location.
- getInt(String, int) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets an integer at a location.
- getInt(String, int) - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
-
Get an integer value.
- getInteger(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getInteger(int, int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getIntList(String, List<Integer>) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of integers.
- getIntSet(String, int[]) - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
-
Get a double value.
- getInventoryBlockBag() - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- getInventoryBlockBag() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getInventoryBlockBag() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get this player's block bag.
- getInvertedMask() - Method in class com.sk89q.worldedit.masks.InvertedMask
-
- getItemId() - Method in exception com.sk89q.worldedit.InvalidToolBindException
-
- getItemInHand() - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- getItemInHand() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getItemInHand() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the ID of the item that the player is holding.
- getItems() - Method in class com.sk89q.worldedit.blocks.ContainerBlock
-
Get the list of items.
- getJoinedStrings(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getKernel() - Method in class com.sk89q.worldedit.filtering.HeightMapFilter
-
- getKey() - Method in class com.sk89q.worldedit.DoubleArrayList.Entry
-
- getKeys(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Get a list of keys at a location.
- getLanguageName() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getLanguageVersion() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getLastErrorMessage() - Method in class com.sk89q.worldedit.snapshots.SnapshotRestore
-
- getLastScript() - Method in class com.sk89q.worldedit.LocalSession
-
Get the last script used.
- getLegacyTypeID() - Method in interface com.sk89q.worldedit.cui.CUIRegion
-
Returns the type ID to send to CUI in the selection
event if the CUI is in legacy mode.
- getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getLength() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getLength() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get Z-size.
- getLength() - Method in class com.sk89q.worldedit.CuboidClipboard
-
Get the length (Z-direction) of the clipboard.
- getLength() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
Get Z-size.
- getLength() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Get Z-size.
- getLength() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get Z-size.
- getLength() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get Z-size.
- getLength() - Method in interface com.sk89q.worldedit.regions.Region
-
Get Z-size.
- getLevenshteinDistance(String, String) - Static method in class com.sk89q.util.StringUtil
-
Find the Levenshtein distance between two Strings.
- getList(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of objects at a location.
- getLocalConfiguration() - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Returns the configuration used by WorldEdit.
- getLocalWorld(World) - Static method in class com.sk89q.worldedit.bukkit.BukkitUtil
-
- getLookupNames() - Method in class com.sk89q.worldedit.schematic.SchematicFormat
-
- getLowerY() - Method in class com.sk89q.worldedit.operation.GroundFindingFunction
-
Get the lower Y coordinate to end the ground search at.
- getMap() - Method in class com.sk89q.util.yaml.YAMLNode
-
Return the underlying map.
- getMask() - Method in class com.sk89q.worldedit.EditSession
-
Get the mask.
- getMask() - Method in class com.sk89q.worldedit.LocalSession
-
Get the mask.
- getMask() - Method in class com.sk89q.worldedit.tools.BrushTool
-
Get the filter.
- getMaterial(int, int, int, BaseBlock) - Method in class com.sk89q.worldedit.shape.ArbitraryShape
-
Override this function to specify the shape to generate.
- getMaterial(int, int, int, BaseBlock) - Method in class com.sk89q.worldedit.shape.RegionShape
-
- getMaterial() - Method in class com.sk89q.worldedit.tools.BrushTool
-
Get the material.
- getMaximum(Vector, Vector) - Static method in class com.sk89q.worldedit.Vector
-
Gets the maximum components of two vectors.
- getMaximum(Vector2D, Vector2D) - Static method in class com.sk89q.worldedit.Vector2D
-
Gets the maximum components of two vectors.
- getMaximumPoint() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getMaximumPoint() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get the upper point of a region.
- getMaximumPoint() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- getMaximumPoint() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Get the upper point of the cuboid.
- getMaximumPoint() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Get the upper point of a region.
- getMaximumPoint() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get the upper point of the ellipsoid.
- getMaximumPoint() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get the upper point of a region.
- getMaximumPoint() - Method in interface com.sk89q.worldedit.regions.Region
-
Get the upper point of a region.
- getMaximumPolygonalPoints(LocalPlayer) - Method in class com.sk89q.worldedit.WorldEdit
-
- getMaximumPolyhedronPoints(LocalPlayer) - Method in class com.sk89q.worldedit.WorldEdit
-
- getMaximumY() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
- getMaximumY() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Gets the maximum Y value
- getMaximumY() - Method in interface com.sk89q.worldedit.regions.FlatRegion
-
Gets the maximum Y value
- getMaximumY() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get the maximum Y.
- getMaxY() - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
- getMaxY() - Method in class com.sk89q.worldedit.LocalWorld
-
Get the world's height
- getMelonPattern() - Static method in class com.sk89q.worldedit.generator.GardenPatchGenerator
-
Get a pattern that creates melons.
- getMethodCallSyntax(String, String, String...) - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getMethods() - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
- getMidpoint(Vector, Vector) - Static method in class com.sk89q.worldedit.Vector
-
Gets the midpoint of two vectors.
- getMimeTypes() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getMinimum(Vector, Vector) - Static method in class com.sk89q.worldedit.Vector
-
Gets the minimum components of two vectors.
- getMinimum(Vector2D, Vector2D) - Static method in class com.sk89q.worldedit.Vector2D
-
Gets the minimum components of two vectors.
- getMinimumPoint() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getMinimumPoint() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get the lower point of a region.
- getMinimumPoint() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- getMinimumPoint() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Get the lower point of the cuboid.
- getMinimumPoint() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Get the lower point of a region.
- getMinimumPoint() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get the lower point of the ellipsoid.
- getMinimumPoint() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get the lower point of a region.
- getMinimumPoint() - Method in interface com.sk89q.worldedit.regions.Region
-
Get the lower point of a region.
- getMinimumY() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
- getMinimumY() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Gets the minimum Y value
- getMinimumY() - Method in interface com.sk89q.worldedit.regions.FlatRegion
-
Gets the minimum Y value
- getMinimumY() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get the minimum Y.
- getMininumY() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Deprecated.
- getMissingChunks() - Method in class com.sk89q.worldedit.snapshots.SnapshotRestore
-
Get a list of the missing chunks.
- getMobType() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
-
Get the mob type.
- getModX() - Method in enum com.sk89q.worldedit.VectorFace
-
- getModY() - Method in enum com.sk89q.worldedit.VectorFace
-
- getModZ() - Method in enum com.sk89q.worldedit.VectorFace
-
- getName() - Method in class com.sk89q.bukkit.util.CommandInfo
-
- getName() - Method in class com.sk89q.jnbt.Tag
-
Gets the name of this tag.
- getName() - Method in interface com.sk89q.worldedit.BiomeType
-
Get the name of this biome type.
- getName() - Method in enum com.sk89q.worldedit.blocks.BlockType
-
Get user-friendly block name.
- getName() - Method in enum com.sk89q.worldedit.blocks.ClothColor
-
Get user-friendly item name.
- getName() - Method in enum com.sk89q.worldedit.blocks.ItemType
-
Get user-friendly item name.
- getName() - Method in enum com.sk89q.worldedit.bukkit.BukkitBiomeType
-
- getName() - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- getName() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getName() - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Get the name of the world
- getName() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the name of the player.
- getName() - Method in class com.sk89q.worldedit.LocalWorld
-
Get the name of the world.
- getName() - Method in enum com.sk89q.worldedit.MobType
-
- getName() - Method in class com.sk89q.worldedit.schematic.SchematicFormat
-
Gets the official/display name for this schematic format
- getName() - Method in class com.sk89q.worldedit.snapshots.Snapshot
-
Get the snapshot's name.
- getName() - Method in enum com.sk89q.worldedit.util.TreeGenerator.TreeType
-
Get user-friendly tree type name.
- getNames() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getNativeMaximumPoint() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getNativeMaximumPoint() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get the upper point of a region.
- getNativeMinimumPoint() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getNativeMinimumPoint() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get the lower point of a region.
- getNativePoints() - Method in class com.sk89q.worldedit.bukkit.selections.Polygonal2DSelection
-
- getNbtData() - Method in class com.sk89q.worldedit.blocks.ChestBlock
-
- getNbtData() - Method in class com.sk89q.worldedit.blocks.DispenserBlock
-
- getNbtData() - Method in class com.sk89q.worldedit.blocks.FurnaceBlock
-
- getNbtData() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
-
- getNbtData() - Method in class com.sk89q.worldedit.blocks.NoteBlock
-
- getNbtData() - Method in class com.sk89q.worldedit.blocks.SignBlock
-
- getNbtData() - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
- getNbtData() - Method in class com.sk89q.worldedit.bukkit.DefaultNmsBlock
-
- getNbtData() - Method in class com.sk89q.worldedit.foundation.Block
-
- getNbtData() - Method in interface com.sk89q.worldedit.foundation.NbtValued
-
Get the object's NBT data (tile entity data).
- getNbtId() - Method in class com.sk89q.worldedit.blocks.ChestBlock
-
- getNbtId() - Method in class com.sk89q.worldedit.blocks.DispenserBlock
-
- getNbtId() - Method in class com.sk89q.worldedit.blocks.FurnaceBlock
-
- getNbtId() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
-
- getNbtId() - Method in class com.sk89q.worldedit.blocks.NoteBlock
-
- getNbtId() - Method in class com.sk89q.worldedit.blocks.SignBlock
-
- getNbtId() - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
- getNbtId() - Method in interface com.sk89q.worldedit.blocks.TileEntityBlock
-
Return the name of the title entity ID.
- getNbtId() - Method in class com.sk89q.worldedit.bukkit.DefaultNmsBlock
-
- getNbtId() - Method in class com.sk89q.worldedit.foundation.Block
-
- getNestedUsage(String[], int, Method, T) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
Get the usage string for a nested command.
- getNextBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
-
Get next block
- getNmsBlock(int) - Static method in class com.sk89q.worldedit.bukkit.DefaultNmsBlock
-
- getNode(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Get a configuration node at a path.
- getNodeList(String, List<YAMLNode>) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of nodes.
- getNodes(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Get a list of nodes at a location.
- getNoiseGenerator() - Method in class com.sk89q.worldedit.operation.GroundScatterFunction
-
Get the noise generator.
- getNote() - Method in class com.sk89q.worldedit.blocks.NoteBlock
-
Get the note.
- getOffset() - Method in class com.sk89q.worldedit.CuboidClipboard
-
- getOperator(int, String, RValue, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Operators
-
- getOperator(int, String, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Operators
-
- getOrigin() - Method in class com.sk89q.worldedit.CuboidClipboard
-
- getOutputStatement(String) - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getOutputStream() - Method in class com.sk89q.util.yaml.YAMLProcessor
-
- getOwner() - Method in class com.sk89q.bukkit.util.DynamicPluginCommand
-
- getOwner() - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
Get the skull's owner.
- getPaddedSlice(int, int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getParameter(String) - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getParameters() - Method in interface com.sk89q.worldedit.cui.CUIEvent
-
- getParameters() - Method in class com.sk89q.worldedit.cui.SelectionCylinderEvent
-
- getParameters() - Method in class com.sk89q.worldedit.cui.SelectionEllipsoidPointEvent
-
- getParameters() - Method in class com.sk89q.worldedit.cui.SelectionMinMaxEvent
-
- getParameters() - Method in class com.sk89q.worldedit.cui.SelectionPoint2DEvent
-
- getParameters() - Method in class com.sk89q.worldedit.cui.SelectionPointEvent
-
- getParameters() - Method in class com.sk89q.worldedit.cui.SelectionPolygonEvent
-
- getParameters() - Method in class com.sk89q.worldedit.cui.SelectionShapeEvent
-
- getParsedPaddedSlice(int, int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getParsedSlice(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getPermissible(OfflinePlayer) - Method in class com.sk89q.wepif.DinnerPermsResolver
-
- getPermissions() - Method in class com.sk89q.bukkit.util.CommandInfo
-
- getPermissions() - Method in class com.sk89q.bukkit.util.DynamicPluginCommand
-
- getPermissionsResolver() - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Get the permissions resolver in use.
- getPitch() - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- getPitch() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getPitch() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the player's view pitch.
- getPitch() - Method in class com.sk89q.worldedit.Location
-
- getPlacementPosition(LocalPlayer) - Method in class com.sk89q.worldedit.LocalSession
-
Get the placement position.
- getPlant() - Method in class com.sk89q.worldedit.generator.GardenPatchGenerator
-
Get the plant pattern that is placed.
- getPlayer() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getPlayer() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayerBlockBag
-
Get the player.
- getPlayer() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Get the player.
- getPlugin() - Method in class com.sk89q.bukkit.util.DynamicPluginCommand
-
- getPoint(Vector) - Method in class com.sk89q.worldedit.CuboidClipboard
-
- getPointCount() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getPoints() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get the list of points.
- getPos1() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Get position 1.
- getPos2() - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Get position 2.
- getPosition() - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- getPosition() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getPosition() - Method in exception com.sk89q.worldedit.expression.ExpressionException
-
- getPosition() - Method in interface com.sk89q.worldedit.expression.Identifiable
-
- getPosition() - Method in class com.sk89q.worldedit.expression.lexer.tokens.Token
-
- getPosition() - Method in class com.sk89q.worldedit.expression.parser.PseudoToken
-
- getPosition() - Method in class com.sk89q.worldedit.expression.runtime.Node
-
- getPosition(double) - Method in interface com.sk89q.worldedit.interpolation.Interpolation
-
Gets the result of f(position)
- getPosition(double) - Method in class com.sk89q.worldedit.interpolation.KochanekBartelsInterpolation
-
- getPosition(double) - Method in class com.sk89q.worldedit.interpolation.LinearInterpolation
-
- getPosition() - Method in class com.sk89q.worldedit.interpolation.Node
-
- getPosition(double) - Method in class com.sk89q.worldedit.interpolation.ReparametrisingInterpolation
-
- getPosition() - Method in class com.sk89q.worldedit.LocalEntity
-
- getPosition() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the player's position.
- getPosition() - Method in class com.sk89q.worldedit.Location
-
- getPreviousBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
-
Returns the previous block in the aimed path
- getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getPrimaryPosition() - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Get the primary position.
- getProgram(String...) - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getProperty(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a property at a location.
- getProtocolVersion() - Method in interface com.sk89q.worldedit.cui.CUIRegion
-
Returns the CUI version that is required to send
up-to-date data.
- getProtocolVersion() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getProtocolVersion() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getProtocolVersion() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getProtocolVersion() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getProtocolVersion() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getPumpkinPattern() - Static method in class com.sk89q.worldedit.generator.GardenPatchGenerator
-
Get a pattern that creates pumpkins with different faces.
- getRadius() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Returns the radius of the cylinder
- getRadius() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get the radiuses.
- getRange() - Method in class com.sk89q.worldedit.tools.BrushTool
-
Get the set brush range.
- getReader(Vector2D, String) - Method in class com.sk89q.worldedit.data.McRegionChunkStore
-
- getRegion() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getRegion() - Method in class com.sk89q.worldedit.LocalSession
-
Deprecated.
- getRegion() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getRegion() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getRegion() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getRegion() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getRegion() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getRegion() - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Get the selection.
- getRegionSelector() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getRegionSelector() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get the region selector.
- getRegionSelector(LocalWorld) - Method in class com.sk89q.worldedit.LocalSession
-
Get the region selector for defining the selection.
- getRegionSelector() - Method in class com.sk89q.worldedit.LocalSession
-
Deprecated.
- getRegisteredWith() - Method in class com.sk89q.bukkit.util.CommandInfo
-
- getRegisteredWith() - Method in class com.sk89q.bukkit.util.DynamicPluginCommand
-
- getRot() - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
Get rotation of skull.
- getSafeFile(String, String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Deprecated.
- getSafeOpenFile(String, String, String, String...) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Gets the path to a file for opening.
- getSafeOpenFile(LocalPlayer, File, String, String, String...) - Method in class com.sk89q.worldedit.WorldEdit
-
Gets the path to a file.
- getSafeSaveFile(String, String, String, String...) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Gets the path to a file for saving.
- getSafeSaveFile(LocalPlayer, File, String, String, String...) - Method in class com.sk89q.worldedit.WorldEdit
-
Gets the path to a file.
- getScriptEngine() - Method in class com.sk89q.worldedit.scripting.java.RhinoScriptEngineFactory
-
- getSegment(double) - Method in interface com.sk89q.worldedit.interpolation.Interpolation
-
- getSegment(double) - Method in class com.sk89q.worldedit.interpolation.KochanekBartelsInterpolation
-
- getSegment(double) - Method in class com.sk89q.worldedit.interpolation.LinearInterpolation
-
- getSegment(double) - Method in class com.sk89q.worldedit.interpolation.ReparametrisingInterpolation
-
- getSelection(Player) - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Gets the region selection for the player.
- getSelection(LocalWorld) - Method in class com.sk89q.worldedit.LocalSession
-
Get the selection region.
- getSelectionWorld() - Method in class com.sk89q.worldedit.LocalSession
-
Get the selection world.
- getServer() - Method in class com.sk89q.worldedit.WorldEdit
-
Get the server interface.
- getServerInterface() - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Get the server interface.
- getSession(Player) - Method in class com.sk89q.worldedit.bukkit.WorldEditAPI
-
Get the session for a player.
- getSession(Player) - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Gets the session for the player.
- getSession() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
-
Get the player's session.
- getSession(String) - Method in class com.sk89q.worldedit.WorldEdit
-
Gets the LocalSession for a player name if it exists
- getSession(LocalPlayer) - Method in class com.sk89q.worldedit.WorldEdit
-
Gets the WorldEdit session for a player.
- getSize() - Method in class com.sk89q.worldedit.CuboidClipboard
-
Get the size of the copy.
- getSize() - Method in class com.sk89q.worldedit.tools.BrushTool
-
Get the set brush size.
- getSkullType() - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
Get the type of skull.
- getSlice(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getSnapshot() - Method in class com.sk89q.worldedit.LocalSession
-
Get the snapshot that has been selected.
- getSnapshot(String) - Method in class com.sk89q.worldedit.snapshots.SnapshotRepository
-
Get a snapshot.
- getSnapshotAfter(Calendar, String) - Method in class com.sk89q.worldedit.snapshots.SnapshotRepository
-
Get the first snapshot after a date.
- getSnapshotBefore(Calendar, String) - Method in class com.sk89q.worldedit.snapshots.SnapshotRepository
-
Get the first snapshot before a date.
- getSnapshots(boolean, String) - Method in class com.sk89q.worldedit.snapshots.SnapshotRepository
-
Get a list of snapshots in a directory.
- getSolidBlockTrace(int) - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the point of the block being looked at.
- getSolidTargetBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
-
Returns the block at the sight.
- getString(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getString(int, String) - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getString(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a string at a location.
- getString(String, String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a string at a location.
- getString(String, String) - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
-
Get a string value.
- getStringList(String, List<String>) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of strings.
- getStyle() - Method in enum com.sk89q.util.yaml.YAMLFormat
-
- getSuperPickaxe() - Method in class com.sk89q.worldedit.LocalSession
-
- getTarget(LocalPlayer) - Method in class com.sk89q.worldedit.tools.DistanceWand
-
- getTargetBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
-
Returns the block at the sight.
- getTargetBlockFace() - Method in class com.sk89q.worldedit.util.TargetBlock
-
- getTargetFace(LocalPlayer) - Method in class com.sk89q.worldedit.tools.LongRangeBuildTool
-
- getTemperatePattern() - Static method in class com.sk89q.worldedit.generator.FloraGenerator
-
Get a pattern for plants to place inside a temperate environment.
- getTension() - Method in class com.sk89q.worldedit.interpolation.Node
-
- getText() - Method in class com.sk89q.worldedit.blocks.SignBlock
-
Get the text.
- getTimeLimit() - Method in interface com.sk89q.worldedit.scripting.CraftScriptEngine
-
- getTimeLimit() - Method in class com.sk89q.worldedit.scripting.RhinoCraftScriptEngine
-
- getTimeZone() - Method in class com.sk89q.worldedit.LocalSession
-
Get the session's timezone.
- getTool(int) - Method in class com.sk89q.worldedit.LocalSession
-
Get the tool assigned to the item.
- getTriangles() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- getType() - Method in class com.sk89q.jnbt.ListTag
-
Gets the type of item in this list.
- getType() - Method in class com.sk89q.worldedit.blocks.BaseBlock
-
Get the type of block.
- getType() - Method in class com.sk89q.worldedit.blocks.BaseItem
-
Get the type of item.
- getTypeClass(int) - Static method in class com.sk89q.jnbt.NBTUtils
-
Gets the class of a type of tag.
- getTypeCode(Class<? extends Tag>) - Static method in class com.sk89q.jnbt.NBTUtils
-
Gets the type code of a tag class.
- getTypeId(int, int, int) - Method in class com.sk89q.worldedit.bukkit.EditSessionBlockChangeDelegate
-
- getTypeId() - Method in interface com.sk89q.worldedit.cui.CUIEvent
-
- getTypeID() - Method in interface com.sk89q.worldedit.cui.CUIRegion
-
Returns the type ID to send to CUI in the selection event.
- getTypeId() - Method in class com.sk89q.worldedit.cui.SelectionCylinderEvent
-
- getTypeId() - Method in class com.sk89q.worldedit.cui.SelectionEllipsoidPointEvent
-
- getTypeId() - Method in class com.sk89q.worldedit.cui.SelectionMinMaxEvent
-
- getTypeId() - Method in class com.sk89q.worldedit.cui.SelectionPoint2DEvent
-
- getTypeId() - Method in class com.sk89q.worldedit.cui.SelectionPointEvent
-
- getTypeId() - Method in class com.sk89q.worldedit.cui.SelectionPolygonEvent
-
- getTypeId() - Method in class com.sk89q.worldedit.cui.SelectionShapeEvent
-
- getTypeID() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getTypeID() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getTypeID() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getTypeID() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getTypeID() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getTypeName(Class<? extends Tag>) - Static method in class com.sk89q.jnbt.NBTUtils
-
Gets the type name of a tag.
- getTypeName() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- getTypeName() - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- getTypeName() - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- getTypeName() - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- getTypeName() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- getTypeName() - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Get a lowercase name of this region selector type.
- getTypeName() - Method in class com.sk89q.worldedit.regions.SphereRegionSelector
-
- getTypeName() - Method in exception com.sk89q.worldedit.UnknownBiomeTypeException
-
- getUpperY() - Method in class com.sk89q.worldedit.operation.GroundFindingFunction
-
Get the upper Y coordinate to start the ground search from.
- getUsage() - Method in class com.sk89q.bukkit.util.CommandInfo
-
- getUsage(String[], int, Command) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
Get the usage string for a command.
- getUsage() - Method in exception com.sk89q.minecraft.util.commands.CommandUsageException
-
- getValue() - Method in class com.sk89q.jnbt.ByteArrayTag
-
- getValue() - Method in class com.sk89q.jnbt.ByteTag
-
- getValue() - Method in class com.sk89q.jnbt.CompoundTag
-
- getValue() - Method in class com.sk89q.jnbt.DoubleTag
-
- getValue() - Method in class com.sk89q.jnbt.EndTag
-
- getValue() - Method in class com.sk89q.jnbt.FloatTag
-
- getValue() - Method in class com.sk89q.jnbt.IntArrayTag
-
- getValue() - Method in class com.sk89q.jnbt.IntTag
-
- getValue() - Method in class com.sk89q.jnbt.ListTag
-
- getValue() - Method in class com.sk89q.jnbt.LongTag
-
- getValue() - Method in class com.sk89q.jnbt.ShortTag
-
- getValue() - Method in class com.sk89q.jnbt.StringTag
-
- getValue() - Method in class com.sk89q.jnbt.Tag
-
Gets the value of this tag.
- getValue() - Method in class com.sk89q.worldedit.DoubleArrayList.Entry
-
- getValue() - Method in class com.sk89q.worldedit.expression.parser.UnboundVariable
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.Break
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.Conditional
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.Constant
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.For
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.Function
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.Return
-
- getValue() - Method in exception com.sk89q.worldedit.expression.runtime.ReturnException
-
- getValue() - Method in interface com.sk89q.worldedit.expression.runtime.RValue
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.Sequence
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.SimpleFor
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.Switch
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.Variable
-
- getValue() - Method in class com.sk89q.worldedit.expression.runtime.While
-
- getValueFlags() - Method in class com.sk89q.minecraft.util.commands.CommandContext
-
- getVariable(String, boolean) - Method in class com.sk89q.worldedit.expression.Expression
-
- getVector(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a vector at a location.
- getVector(String, Vector) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a string at a location.
- getVector2d(String) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a 2D vector at a location.
- getVector2dList(String, List<Vector2D>) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of 2D vectors.
- getVectorList(String, List<Vector>) - Method in class com.sk89q.util.yaml.YAMLNode
-
Gets a list of vectors.
- getVersion() - Static method in class com.sk89q.worldedit.WorldEdit
-
Get the version.
- getVertex(int) - Method in class com.sk89q.worldedit.regions.polyhedron.Triangle
-
Returns the triangle's vertex with the given index, counter-clockwise.
- getVertices() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- getWidth() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getWidth() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get X-size.
- getWidth() - Method in class com.sk89q.worldedit.CuboidClipboard
-
Get the width (X-direction) of the clipboard.
- getWidth() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
Get X-size.
- getWidth() - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Get X-size.
- getWidth() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Get X-size.
- getWidth() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Get X-size.
- getWidth() - Method in interface com.sk89q.worldedit.regions.Region
-
Get X-size.
- getWorkingDirectory() - Method in class com.sk89q.worldedit.bukkit.BukkitConfiguration
-
- getWorkingDirectory() - Method in class com.sk89q.worldedit.LocalConfiguration
-
Get the working directory to work from.
- getWorkingDirectoryFile(String) - Method in class com.sk89q.worldedit.WorldEdit
-
Get a file relative to the defined working directory.
- getWorld() - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- getWorld() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getWorld() - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Get the world handle.
- getWorld() - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- getWorld() - Method in interface com.sk89q.worldedit.bukkit.selections.Selection
-
Get the world.
- getWorld() - Method in class com.sk89q.worldedit.EditSession
-
Get the world.
- getWorld() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the player's world.
- getWorld() - Method in class com.sk89q.worldedit.Location
-
- getWorld() - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
- getWorld() - Method in interface com.sk89q.worldedit.regions.Region
-
Get the world the selection is in
- getWorld() - Method in class com.sk89q.worldedit.WorldVector
-
Get the world.
- getWorld() - Method in class com.sk89q.worldedit.WorldVector2D
-
- getWorldEdit() - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Get WorldEdit.
- getWorldname() - Method in exception com.sk89q.worldedit.data.MissingWorldException
-
Get name of the world in question.
- getWorlds() - Method in class com.sk89q.worldedit.bukkit.BukkitServerInterface
-
- getWorlds() - Method in class com.sk89q.worldedit.ServerInterface
-
- getWorldVectorFace(LocalWorld, Vector, Vector) - Static method in class com.sk89q.worldedit.WorldVectorFace
-
Get a WorldVectorFace by comparing two vectors.
- getX() - Method in class com.sk89q.worldedit.Vector
-
- getX() - Method in class com.sk89q.worldedit.Vector2D
-
- getY() - Method in class com.sk89q.worldedit.Vector
-
- getYaw() - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- getYaw() - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- getYaw() - Method in class com.sk89q.worldedit.LocalPlayer
-
Get the player's view yaw.
- getYaw() - Method in class com.sk89q.worldedit.Location
-
- getZ() - Method in class com.sk89q.worldedit.Vector
-
- getZ() - Method in class com.sk89q.worldedit.Vector2D
-
- GHAST_TEAR - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- giveItem(int, int) - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- giveItem(int, int) - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- giveItem(int, int) - Method in class com.sk89q.worldedit.LocalPlayer
-
Gives the player an item.
- GLASS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- GLASS_BOTTLE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GLASS_PANE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- GLISTERING_MELON - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GLOWING_REDSTONE_ORE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- gmask(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.GeneralCommands
-
- gmegabuf(RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- gmegabuf(RValue, double) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- GOLD_APPLE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_AXE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_BAR - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_BLOCK - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- GOLD_BOOTS - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_CHEST - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_HELMET - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_HOE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_NUGGET - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_ORE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- GOLD_PANTS - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_PICKAXE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_RECORD - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
Deprecated.
- GOLD_SHOVEL - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLD_SWORD - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLDEN_CARROT - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- GOLEMS - Static variable in class com.sk89q.worldedit.LocalWorld.KillFlags
-
- GRASS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- GRAVEL - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- gravityBrush(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.BrushCommands
-
- GravityBrush - Class in com.sk89q.worldedit.tools.brushes
-
- GravityBrush(boolean) - Constructor for class com.sk89q.worldedit.tools.brushes.GravityBrush
-
- GRAY - Static variable in class com.sk89q.worldedit.blocks.ClothColor.ID
-
- green(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.UtilityCommands
-
- green(Vector, double) - Method in class com.sk89q.worldedit.EditSession
-
- green(Vector, double, boolean) - Method in class com.sk89q.worldedit.EditSession
-
Green.
- GREEN_RECORD - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
Deprecated.
- GroundFindingFunction - Class in com.sk89q.worldedit.operation
-
- GroundFindingFunction(EditSession) - Constructor for class com.sk89q.worldedit.operation.GroundFindingFunction
-
Create a new instance.
- GroundScatterFunction - Class in com.sk89q.worldedit.operation
-
- GroundScatterFunction(EditSession, RegionFunction) - Constructor for class com.sk89q.worldedit.operation.GroundScatterFunction
-
Create a new instance using a
RandomNoise as the noise generator.
- GroundScatterFunction(EditSession, RegionFunction, NoiseGenerator) - Constructor for class com.sk89q.worldedit.operation.GroundScatterFunction
-
Create a new instance.
- GROUP_PREFIX - Static variable in class com.sk89q.wepif.DinnerPermsResolver
-
- groupFile - Variable in class com.sk89q.wepif.FlatFilePermissionsResolver
-
- GroupManagerResolver - Class in com.sk89q.wepif
-
- GroupManagerResolver(Server, WorldsHolder) - Constructor for class com.sk89q.wepif.GroupManagerResolver
-
- gth(RValue, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Operators
-
- SADDLE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- SAND - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- SANDSTONE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- SAPLING - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- save() - Method in class com.sk89q.util.yaml.YAMLProcessor
-
Saves the configuration to disk.
- save(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.ClipboardCommands
-
Deprecated.
- save(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SchematicCommands
-
- save(CuboidClipboard, File) - Method in class com.sk89q.worldedit.schematic.MCEditSchematicFormat
-
- save(CuboidClipboard, File) - Method in class com.sk89q.worldedit.schematic.SchematicFormat
-
Saves the data from the specified CuboidClipboard to the given file, overwriting any
existing data in the file
- saveDir - Variable in class com.sk89q.worldedit.LocalConfiguration
-
- saveSchematic(File) - Method in class com.sk89q.worldedit.CuboidClipboard
-
Deprecated.
- schedule(long, long, Runnable) - Method in class com.sk89q.worldedit.bukkit.BukkitServerInterface
-
- schedule(long, long, Runnable) - Method in class com.sk89q.worldedit.ServerInterface
-
Schedules the given task to be invoked once every period ticks
after an initial delay of delay ticks.
- schematic() - Method in class com.sk89q.worldedit.commands.ClipboardCommands
-
- SchematicCommands - Class in com.sk89q.worldedit.commands
-
Commands related to schematics
- SchematicCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.SchematicCommands
-
- SchematicFormat - Class in com.sk89q.worldedit.schematic
-
Represents a format that a schematic can be stored as
- SchematicFormat(String, String...) - Constructor for class com.sk89q.worldedit.schematic.SchematicFormat
-
- ScriptingCommands - Class in com.sk89q.worldedit.commands
-
Scripting commands.
- ScriptingCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.ScriptingCommands
-
- scriptsDir - Variable in class com.sk89q.worldedit.LocalConfiguration
-
- scriptTimeout - Variable in class com.sk89q.worldedit.LocalConfiguration
-
- searchItem(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.GeneralCommands
-
- SECTOR_BYTES - Static variable in class com.sk89q.worldedit.data.McRegionReader
-
- SECTOR_INTS - Static variable in class com.sk89q.worldedit.data.McRegionReader
-
- SEEDS - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- seek(long) - Method in class com.sk89q.worldedit.data.ForwardSeekableInputStream
-
- sel(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SnapshotCommands
-
- select(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SelectionCommands
-
- Selection - Interface in com.sk89q.worldedit.bukkit.selections
-
- SelectionCommands - Class in com.sk89q.worldedit.commands
-
Selection commands.
- SelectionCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.SelectionCommands
-
- SelectionCylinderEvent - Class in com.sk89q.worldedit.cui
-
- SelectionCylinderEvent(Vector, Vector2D) - Constructor for class com.sk89q.worldedit.cui.SelectionCylinderEvent
-
- SelectionEllipsoidPointEvent - Class in com.sk89q.worldedit.cui
-
- SelectionEllipsoidPointEvent(int, Vector) - Constructor for class com.sk89q.worldedit.cui.SelectionEllipsoidPointEvent
-
- SelectionMinMaxEvent - Class in com.sk89q.worldedit.cui
-
- SelectionMinMaxEvent(int, int) - Constructor for class com.sk89q.worldedit.cui.SelectionMinMaxEvent
-
- SelectionPoint2DEvent - Class in com.sk89q.worldedit.cui
-
- SelectionPoint2DEvent(int, Vector2D, int) - Constructor for class com.sk89q.worldedit.cui.SelectionPoint2DEvent
-
- SelectionPoint2DEvent(int, Vector, int) - Constructor for class com.sk89q.worldedit.cui.SelectionPoint2DEvent
-
- SelectionPointEvent - Class in com.sk89q.worldedit.cui
-
- SelectionPointEvent(int, Vector, int) - Constructor for class com.sk89q.worldedit.cui.SelectionPointEvent
-
- SelectionPolygonEvent - Class in com.sk89q.worldedit.cui
-
- SelectionPolygonEvent(int...) - Constructor for class com.sk89q.worldedit.cui.SelectionPolygonEvent
-
- SelectionShapeEvent - Class in com.sk89q.worldedit.cui
-
- SelectionShapeEvent(String) - Constructor for class com.sk89q.worldedit.cui.SelectionShapeEvent
-
- selectPrimary(Vector) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- selectPrimary(Vector) - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- selectPrimary(Vector) - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- selectPrimary(Vector) - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- selectPrimary(Vector) - Method in class com.sk89q.worldedit.regions.ExtendingCuboidRegionSelector
-
- selectPrimary(Vector) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- selectPrimary(Vector) - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Called when the first point is selected.
- selectSecondary(Vector) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegionSelector
-
- selectSecondary(Vector) - Method in class com.sk89q.worldedit.regions.CuboidRegionSelector
-
- selectSecondary(Vector) - Method in class com.sk89q.worldedit.regions.CylinderRegionSelector
-
- selectSecondary(Vector) - Method in class com.sk89q.worldedit.regions.EllipsoidRegionSelector
-
- selectSecondary(Vector) - Method in class com.sk89q.worldedit.regions.ExtendingCuboidRegionSelector
-
- selectSecondary(Vector) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegionSelector
-
- selectSecondary(Vector) - Method in interface com.sk89q.worldedit.regions.RegionSelector
-
Called when the second point is selected.
- selectSecondary(Vector) - Method in class com.sk89q.worldedit.regions.SphereRegionSelector
-
- Sequence - Class in com.sk89q.worldedit.expression.runtime
-
A sequence of operations, usually separated by semicolons in the input stream.
- Sequence(int, RValue...) - Constructor for class com.sk89q.worldedit.expression.runtime.Sequence
-
- serializeInventory(BaseItemStack[]) - Method in class com.sk89q.worldedit.blocks.ContainerBlock
-
- serializeItem(BaseItemStack) - Method in class com.sk89q.worldedit.blocks.ContainerBlock
-
- server - Variable in class com.sk89q.wepif.DinnerPermsResolver
-
- server - Variable in class com.sk89q.worldedit.bukkit.BukkitServerInterface
-
- server - Variable in class com.sk89q.worldedit.LocalPlayer
-
Server.
- server - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
-
- ServerInterface - Class in com.sk89q.worldedit
-
- ServerInterface() - Constructor for class com.sk89q.worldedit.ServerInterface
-
- session - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
-
- SessionCheck - Interface in com.sk89q.worldedit
-
Used to discard old sessions.
- SessionTimer - Class in com.sk89q.worldedit.bukkit
-
Used to remove expired sessions in Bukkit.
- SessionTimer(WorldEdit, Server) - Constructor for class com.sk89q.worldedit.bukkit.SessionTimer
-
- set(World, Vector, BaseBlock) - Static method in class com.sk89q.worldedit.bukkit.DefaultNmsBlock
-
- set(World, Vector, Block) - Static method in class com.sk89q.worldedit.bukkit.NmsBlock
-
- set(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.RegionCommands
-
- setAmount(int) - Method in class com.sk89q.worldedit.blocks.BaseItemStack
-
Set the amount of items in the stack.
- setAmount(int) - Method in class com.sk89q.worldedit.Countable
-
- setAngles(float, float) - Method in class com.sk89q.worldedit.Location
-
- setBias(double) - Method in class com.sk89q.worldedit.interpolation.Node
-
- setBiome(Vector2D, BiomeType) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
- setBiome(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.BiomeCommands
-
- setBiome(Vector2D, BiomeType) - Method in class com.sk89q.worldedit.LocalWorld
-
Set the biome type
- setBiomeAware(boolean) - Method in class com.sk89q.worldedit.generator.FloraGenerator
-
Set whether the generator is biome aware.
- setBlock(Vector, Block, boolean) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
- setBlock(Vector, BaseBlock) - Method in class com.sk89q.worldedit.CuboidClipboard
-
Set one point in the copy.
- setBlock(Vector, BaseBlock) - Method in class com.sk89q.worldedit.EditSession
-
Sets the block at position x, y, z with a block type.
- setBlock(Vector, Pattern) - Method in class com.sk89q.worldedit.EditSession
-
Set a block with a pattern.
- setBlock(Vector, Block, boolean) - Method in interface com.sk89q.worldedit.foundation.World
-
Change the block at the given location to the given block.
- setBlock(Vector, Block, boolean) - Method in class com.sk89q.worldedit.LocalWorld
-
- setBlockBag(BlockBag) - Method in class com.sk89q.worldedit.EditSession
-
- setBlockChangeLimit(int) - Method in class com.sk89q.worldedit.EditSession
-
Set the maximum number of blocks that can be changed.
- setBlockChangeLimit(int) - Method in class com.sk89q.worldedit.LocalSession
-
Set the maximum number of blocks that can be changed.
- setBlockData(Vector, int) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Set block data.
- setBlockData(Vector, int) - Method in class com.sk89q.worldedit.LocalWorld
-
Deprecated.
- setBlockDataFast(Vector, int) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Set block data.
- setBlockDataFast(Vector, int) - Method in class com.sk89q.worldedit.LocalWorld
-
Deprecated.
- setBlockIfAir(Vector, BaseBlock) - Method in class com.sk89q.worldedit.EditSession
-
Set a block only if there's no block already there.
- setBlocks(Region, BaseBlock) - Method in class com.sk89q.worldedit.EditSession
-
Sets all the blocks inside a region to a certain block type.
- setBlocks(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
-
Sets all the blocks inside a region to a certain block type.
- setBlockType(Vector, int) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Set block type.
- setBlockType(Vector, int) - Method in class com.sk89q.worldedit.LocalWorld
-
Deprecated.
- setBlockTypeFast(Vector, int) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
Set block type.
- setBlockTypeFast(Vector, int) - Method in class com.sk89q.worldedit.LocalWorld
-
Deprecated.
- setBrush(Brush, String) - Method in class com.sk89q.worldedit.tools.BrushTool
-
Set the brush.
- setBurnTime(short) - Method in class com.sk89q.worldedit.blocks.FurnaceBlock
-
Set the burn time.
- setCenter(Vector) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
- setCenter(Vector2D) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Sets the main center point of the region
- setCenter(Vector) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Set the center.
- setChanceBlockIfAir(Vector, BaseBlock, double) - Method in class com.sk89q.worldedit.EditSession
-
Set a block by chance.
- setClipboard(CuboidClipboard) - Method in class com.sk89q.worldedit.LocalSession
-
Sets the clipboard.
- setComment(String, String) - Method in class com.sk89q.util.yaml.YAMLProcessor
-
- setComment(String, String...) - Method in class com.sk89q.util.yaml.YAMLProcessor
-
Set a root-level comment.
- setComments(Map<String, String>) - Method in class com.sk89q.util.yaml.YAMLProcessor
-
Set root-level comments from a map.
- setContinuity(double) - Method in class com.sk89q.worldedit.interpolation.Node
-
- setCookTime(short) - Method in class com.sk89q.worldedit.blocks.FurnaceBlock
-
Set the cook time.
- setCUISupport(boolean) - Method in class com.sk89q.worldedit.LocalSession
-
Sets the status of CUI support.
- setCUIVersion(int) - Method in class com.sk89q.worldedit.LocalSession
-
Sets the client's CUI protocol version
- setCurrentBlock(Vector) - Method in class com.sk89q.worldedit.shape.WorldEditExpressionEnvironment
-
- setDamage(short) - Method in class com.sk89q.worldedit.blocks.BaseItem
-
Deprecated.
- setData(short) - Method in class com.sk89q.worldedit.blocks.BaseItem
-
Set the data value.
- setData(int) - Method in class com.sk89q.worldedit.foundation.Block
-
Set the block's data value.
- setDate(Calendar) - Method in class com.sk89q.worldedit.snapshots.Snapshot
-
Set the date of the snapshot.
- setDelay(short) - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
-
Set the spawn delay.
- setDensity(double) - Method in class com.sk89q.worldedit.operation.GroundScatterFunction
-
Set the density (0 <= density <= 1) which indicates the threshold that
must be met for the function to be applied to a column.
- setEditSessionFactory(EditSessionFactory) - Method in class com.sk89q.worldedit.WorldEdit
-
Set the edit session factory
- setEnvironment(ExpressionEnvironment) - Method in class com.sk89q.worldedit.expression.Expression
-
- setFastMode(boolean) - Method in class com.sk89q.worldedit.EditSession
-
Set fast mode.
- setFastMode(boolean) - Method in class com.sk89q.worldedit.LocalSession
-
Set fast mode.
- setFill(Pattern) - Method in class com.sk89q.worldedit.tools.BrushTool
-
Set the material.
- setFunction(RegionFunction) - Method in class com.sk89q.worldedit.operation.GroundScatterFunction
-
Set the function to apply.
- setHeader(String...) - Method in class com.sk89q.util.yaml.YAMLProcessor
-
Set the header for the file as a series of lines that are terminated
by a new line sequence.
- setHeader(String) - Method in class com.sk89q.util.yaml.YAMLProcessor
-
Set the header for the file.
- setID(T) - Method in class com.sk89q.worldedit.Countable
-
- setId(int) - Method in class com.sk89q.worldedit.foundation.Block
-
Set the block ID.
- setIdAndData(int, int) - Method in class com.sk89q.worldedit.foundation.Block
-
Set both the block's ID and data value.
- setInjector(Injector) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
-
Set the injector for creating new instances.
- setItems(BaseItemStack[]) - Method in class com.sk89q.worldedit.blocks.ContainerBlock
-
Set the list of items.
- setKernel(Kernel) - Method in class com.sk89q.worldedit.filtering.HeightMapFilter
-
Set Kernel
- setLastScript(String) - Method in class com.sk89q.worldedit.LocalSession
-
Set the last script used.
- setMask(Mask) - Method in class com.sk89q.worldedit.EditSession
-
Set a mask.
- setMask(Mask) - Method in class com.sk89q.worldedit.LocalSession
-
Set a mask.
- setMask(Mask) - Method in class com.sk89q.worldedit.tools.BrushTool
-
Set the block filter used for identifying blocks to replace.
- setMaximumY(int) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Se the maximum Y.
- setMaximumY(int) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Set the maximum Y.
- setMinimumY(int) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Set the minimum Y.
- setMinimumY(int) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Set the minimum Y.
- setMobType(String) - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
-
Set the mob type.
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.ChestBlock
-
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.DispenserBlock
-
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.FurnaceBlock
-
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
-
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.NoteBlock
-
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.SignBlock
-
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.bukkit.DefaultNmsBlock
-
- setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.foundation.Block
-
- setNbtData(CompoundTag) - Method in interface com.sk89q.worldedit.foundation.NbtValued
-
Set the object's NBT data (tile entity data).
- setNodes(List<Node>) - Method in interface com.sk89q.worldedit.interpolation.Interpolation
-
- setNodes(List<Node>) - Method in class com.sk89q.worldedit.interpolation.KochanekBartelsInterpolation
-
- setNodes(List<Node>) - Method in class com.sk89q.worldedit.interpolation.LinearInterpolation
-
- setNodes(List<Node>) - Method in class com.sk89q.worldedit.interpolation.ReparametrisingInterpolation
-
- setNoiseGenerator(NoiseGenerator) - Method in class com.sk89q.worldedit.operation.GroundScatterFunction
-
Set the noise generator.
- setNote(byte) - Method in class com.sk89q.worldedit.blocks.NoteBlock
-
Set the note.
- setOffset(Vector) - Method in class com.sk89q.worldedit.CuboidClipboard
-
- setOnGround(WorldVector) - Method in class com.sk89q.worldedit.LocalPlayer
-
Set the player on the ground.
- setOrigin(Vector) - Method in class com.sk89q.worldedit.CuboidClipboard
-
- setOwner(String) - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
Set the skull's owner.
- setPermissions(String[]) - Method in class com.sk89q.bukkit.util.DynamicPluginCommand
-
- setPlant(Pattern) - Method in class com.sk89q.worldedit.generator.GardenPatchGenerator
-
Set the plant pattern that is placed.
- setPluginPermissionsResolver(Plugin) - Method in class com.sk89q.wepif.PermissionsResolverManager
-
- setPos1(Vector) - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Set position 1.
- setPos2(Vector) - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
Set position 2.
- setPosition(Vector, float, float) - Method in class com.sk89q.worldedit.bukkit.BukkitCommandSender
-
- setPosition(Vector, float, float) - Method in class com.sk89q.worldedit.bukkit.BukkitPlayer
-
- setPosition(Vector) - Method in class com.sk89q.worldedit.interpolation.Node
-
- setPosition(Vector, float, float) - Method in class com.sk89q.worldedit.LocalPlayer
-
Move the player.
- setPosition(Vector) - Method in class com.sk89q.worldedit.LocalPlayer
-
Move the player.
- setPosition(Vector) - Method in class com.sk89q.worldedit.Location
-
- setProperty(String, Object) - Method in class com.sk89q.util.yaml.YAMLNode
-
Set the property at a location.
- setRadius(Vector2D) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Sets the radius of the cylinder
- setRadius(Vector) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
Set radiuses.
- setRange(int, int) - Method in class com.sk89q.worldedit.operation.GroundFindingFunction
-
Set the range of Y coordinates to perform a search for ground within.
- setRange(Region) - Method in class com.sk89q.worldedit.operation.GroundFindingFunction
-
Set the range of Y coordinates to perform a search for ground within from
the minimum and maximum Y of the given region.
- setRange(int) - Method in class com.sk89q.worldedit.tools.BrushTool
-
Set the set brush range.
- setRawTypeId(int, int, int, int) - Method in class com.sk89q.worldedit.bukkit.EditSessionBlockChangeDelegate
-
- setRawTypeIdAndData(int, int, int, int, int) - Method in class com.sk89q.worldedit.bukkit.EditSessionBlockChangeDelegate
-
- setRegion(Region) - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- setRegionSelector(RegionSelector) - Method in class com.sk89q.worldedit.bukkit.selections.RegionSelection
-
- setRegionSelector(LocalWorld, RegionSelector) - Method in class com.sk89q.worldedit.LocalSession
-
Set the region selector.
- setRot(byte) - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
Set the rotation of skull.
- setSafely(BukkitWorld, Vector, Block, boolean) - Static method in class com.sk89q.worldedit.bukkit.DefaultNmsBlock
-
Tries to set a block 'safely', as in setting the block data to the location, and
then triggering physics only at the end.
- setSafely(World, Vector, Block, boolean) - Static method in class com.sk89q.worldedit.bukkit.NmsBlock
-
- setSelection(Player, Selection) - Method in class com.sk89q.worldedit.bukkit.WorldEditPlugin
-
Sets the region selection for a player.
- setSize(double) - Method in class com.sk89q.worldedit.tools.BrushTool
-
Set the set brush size.
- setSkullType(byte) - Method in class com.sk89q.worldedit.blocks.SkullBlock
-
Set the type of skull;
- setSnapshot(Snapshot) - Method in class com.sk89q.worldedit.LocalSession
-
Select a snapshot.
- setSuperPickaxe(BlockTool) - Method in class com.sk89q.worldedit.LocalSession
-
Set the super pickaxe tool.
- setTension(double) - Method in class com.sk89q.worldedit.interpolation.Node
-
- setText(String[]) - Method in class com.sk89q.worldedit.blocks.SignBlock
-
Set the text.
- setTimeLimit(int) - Method in interface com.sk89q.worldedit.scripting.CraftScriptEngine
-
- setTimeLimit(int) - Method in class com.sk89q.worldedit.scripting.RhinoCraftScriptEngine
-
- setTimezone(TimeZone) - Method in class com.sk89q.worldedit.LocalSession
-
Set the session's timezone.
- setTool(int, Tool) - Method in class com.sk89q.worldedit.LocalSession
-
Set the tool.
- setToolControl(boolean) - Method in class com.sk89q.worldedit.LocalSession
-
Change tool control setting.
- setType(int) - Method in class com.sk89q.worldedit.blocks.BaseBlock
-
Set the type of block.
- setType(int) - Method in class com.sk89q.worldedit.blocks.BaseItem
-
Get the type of item.
- setTypeId(int, int, int, int) - Method in class com.sk89q.worldedit.bukkit.EditSessionBlockChangeDelegate
-
- setTypeIdAndData(Vector, int, int) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
set block type & data
- setTypeIdAndData(int, int, int, int, int) - Method in class com.sk89q.worldedit.bukkit.EditSessionBlockChangeDelegate
-
- setTypeIdAndData(Vector, int, int) - Method in class com.sk89q.worldedit.LocalWorld
-
Deprecated.
- setTypeIdAndDataFast(Vector, int, int) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
set block type & data
- setTypeIdAndDataFast(Vector, int, int) - Method in class com.sk89q.worldedit.LocalWorld
-
Deprecated.
- setUseInventory(boolean) - Method in class com.sk89q.worldedit.LocalSession
-
Set the state of inventory usage.
- setValue(B) - Method in class com.sk89q.worldedit.DoubleArrayList.Entry
-
- setVersion(String) - Static method in class com.sk89q.worldedit.WorldEdit
-
- setWorld(LocalWorld) - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
- setWorld(LocalWorld) - Method in interface com.sk89q.worldedit.regions.Region
-
Sets the world the selection is in
- setWriteDefaults(boolean) - Method in class com.sk89q.util.yaml.YAMLNode
-
- setX(double) - Method in class com.sk89q.worldedit.Vector
-
Set X.
- setX(int) - Method in class com.sk89q.worldedit.Vector
-
Set X.
- setX(double) - Method in class com.sk89q.worldedit.Vector2D
-
Set X.
- setX(int) - Method in class com.sk89q.worldedit.Vector2D
-
Set X.
- setY(int) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
Sets the height of the cylinder to fit the specified Y.
- setY(double) - Method in class com.sk89q.worldedit.Vector
-
Set Y.
- setY(int) - Method in class com.sk89q.worldedit.Vector
-
Set Y.
- setZ(double) - Method in class com.sk89q.worldedit.Vector
-
Set Z.
- setZ(int) - Method in class com.sk89q.worldedit.Vector
-
Set Z.
- setZ(double) - Method in class com.sk89q.worldedit.Vector2D
-
Set Z.
- setZ(int) - Method in class com.sk89q.worldedit.Vector2D
-
Set Z.
- shapeName - Variable in class com.sk89q.worldedit.cui.SelectionShapeEvent
-
- SHEARS - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- shellSaveType - Variable in class com.sk89q.worldedit.LocalConfiguration
-
- shift(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SelectionCommands
-
- shift(Vector) - Method in class com.sk89q.worldedit.regions.AbstractRegion
-
- shift(Vector) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
-
- shift(Vector) - Method in class com.sk89q.worldedit.regions.CuboidRegion
-
- shift(Vector) - Method in class com.sk89q.worldedit.regions.CylinderRegion
-
- shift(Vector) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
-
- shift(Vector) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
- shift(Vector) - Method in interface com.sk89q.worldedit.regions.Region
-
Shift the region.
- shl(RValue, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Operators
-
- ShortTag - Class in com.sk89q.jnbt
-
The TAG_Short tag.
- ShortTag(String, short) - Constructor for class com.sk89q.jnbt.ShortTag
-
Creates the tag.
- shouldContinue(Vector2D) - Method in class com.sk89q.worldedit.operation.GroundFindingFunction
-
Returns whether a search for the ground should be performed for the given
column.
- shouldContinue(Vector2D) - Method in class com.sk89q.worldedit.operation.GroundScatterFunction
-
- shouldNotStack(int) - Static method in enum com.sk89q.worldedit.blocks.ItemType
-
Returns true if an item should not be stacked.
- shouldPassThrough(Vector, BaseBlock) - Method in class com.sk89q.worldedit.operation.GroundFindingFunction
-
Returns whether the given block should be "passed through" when
conducting the ground search.
- shouldPlaceFinal(int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Checks to see whether a block should be placed in the final queue.
- shouldPlaceLast(int) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Checks to see whether a block should be placed last.
- shouldPlaceLast() - Method in enum com.sk89q.worldedit.blocks.BlockType
-
Checks to see whether this block should be placed last.
- showFirstUseVersion - Variable in class com.sk89q.worldedit.LocalConfiguration
-
- showOpenDialog(String[]) - Static method in class com.sk89q.worldedit.util.FileDialogUtil
-
- showSaveDialog(String[]) - Static method in class com.sk89q.worldedit.util.FileDialogUtil
-
- shr(RValue, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Operators
-
- SIGN - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- SIGN_POST - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- SignBlock - Class in com.sk89q.worldedit.blocks
-
Represents a sign block.
- SignBlock(int, int) - Constructor for class com.sk89q.worldedit.blocks.SignBlock
-
Construct the sign without text.
- SignBlock(int, int, String[]) - Constructor for class com.sk89q.worldedit.blocks.SignBlock
-
Construct the sign with text.
- SILVERFISH_BLOCK - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- SimpleFor - Class in com.sk89q.worldedit.expression.runtime
-
A simple-style for loop.
- SimpleFor(int, LValue, RValue, RValue, RValue) - Constructor for class com.sk89q.worldedit.expression.runtime.SimpleFor
-
- SimpleInjector - Class in com.sk89q.minecraft.util.commands
-
- SimpleInjector(Object...) - Constructor for class com.sk89q.minecraft.util.commands.SimpleInjector
-
- simulateBlockMine(Vector) - Method in class com.sk89q.worldedit.bukkit.BukkitWorld
-
- simulateBlockMine(Vector) - Method in class com.sk89q.worldedit.LocalWorld
-
Simulate a block being mined.
- simulateSnow(Vector, double) - Method in class com.sk89q.worldedit.EditSession
-
Make snow.
- sin(RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- single(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SuperPickaxeCommands
-
- SingleBlockPattern - Class in com.sk89q.worldedit.patterns
-
Always returns the same block type.
- SingleBlockPattern(BaseBlock) - Constructor for class com.sk89q.worldedit.patterns.SingleBlockPattern
-
Construct the object.
- SinglePickaxe - Class in com.sk89q.worldedit.tools
-
A super pickaxe mode that removes one block.
- SinglePickaxe() - Constructor for class com.sk89q.worldedit.tools.SinglePickaxe
-
- sinh(RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- size(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SelectionCommands
-
- size(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.ToolUtilCommands
-
- size() - Method in class com.sk89q.worldedit.DoubleArrayList
-
Get size.
- size() - Method in class com.sk89q.worldedit.EditSession
-
Get the number of changed blocks.
- size() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
-
Return the number of points.
- skip(long) - Method in class com.sk89q.worldedit.data.ForwardSeekableInputStream
-
- SkullBlock - Class in com.sk89q.worldedit.blocks
-
A skull block.
- SkullBlock(int) - Constructor for class com.sk89q.worldedit.blocks.SkullBlock
-
Construct the skull block with a default type of skelton.
- SkullBlock(int, byte) - Constructor for class com.sk89q.worldedit.blocks.SkullBlock
-
Construct the skull block with a given type.
- SkullBlock(int, byte, byte) - Constructor for class com.sk89q.worldedit.blocks.SkullBlock
-
Construct the skull block with a given type and rotation.
- SkullBlock(int, byte, String) - Constructor for class com.sk89q.worldedit.blocks.SkullBlock
-
Construct the skull block with a given rotation and owner.
- SLIME_BALL - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- SLOW_SAND - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- smartSetBlock(Vector, BaseBlock) - Method in class com.sk89q.worldedit.EditSession
-
Actually set the block.
- smooth(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.RegionCommands
-
- smoothBrush(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.BrushCommands
-
- SmoothBrush - Class in com.sk89q.worldedit.tools.brushes
-
- SmoothBrush(int) - Constructor for class com.sk89q.worldedit.tools.brushes.SmoothBrush
-
- SmoothBrush(int, boolean) - Constructor for class com.sk89q.worldedit.tools.brushes.SmoothBrush
-
- snapshot(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.SnapshotUtilCommands
-
- Snapshot - Class in com.sk89q.worldedit.snapshots
-
- Snapshot(SnapshotRepository, String) - Constructor for class com.sk89q.worldedit.snapshots.Snapshot
-
Construct a snapshot restoration operation.
- SnapshotCommands - Class in com.sk89q.worldedit.commands
-
Snapshot commands.
- SnapshotCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.SnapshotCommands
-
- SnapshotDateParser - Interface in com.sk89q.worldedit.snapshots
-
A name parser attempts to make sense of a filename for a snapshot.
- snapshotRepo - Variable in class com.sk89q.worldedit.LocalConfiguration
-
- SnapshotRepository - Class in com.sk89q.worldedit.snapshots
-
- SnapshotRepository(File) - Constructor for class com.sk89q.worldedit.snapshots.SnapshotRepository
-
Create a new instance of a repository.
- SnapshotRepository(String) - Constructor for class com.sk89q.worldedit.snapshots.SnapshotRepository
-
Create a new instance of a repository.
- SnapshotRestore - Class in com.sk89q.worldedit.snapshots
-
- SnapshotRestore(ChunkStore, EditSession, Region) - Constructor for class com.sk89q.worldedit.snapshots.SnapshotRestore
-
Construct the snapshot restore operation.
- SnapshotUtilCommands - Class in com.sk89q.worldedit.commands
-
- SnapshotUtilCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.SnapshotUtilCommands
-
- SNOW - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- snow(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.UtilityCommands
-
- SNOW_BLOCK - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- SNOWBALL - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- SOIL - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- SolidBlockMask - Class in com.sk89q.worldedit.masks
-
Works like
ExistingBlockMask, except also dealing with non-solid non-air blocks the same way as with air.
- SolidBlockMask() - Constructor for class com.sk89q.worldedit.masks.SolidBlockMask
-
- spawn(Location) - Method in class com.sk89q.worldedit.bukkit.entity.BukkitEntity
-
- spawn(Location) - Method in class com.sk89q.worldedit.bukkit.entity.BukkitExpOrb
-
- spawn(Location) - Method in class com.sk89q.worldedit.bukkit.entity.BukkitItem
-
- spawn(Location) - Method in class com.sk89q.worldedit.bukkit.entity.BukkitPainting
-
Queue the painting to be spawned at the specified location.
- spawn() - Method in class com.sk89q.worldedit.LocalEntity
-
- spawn(Location) - Method in class com.sk89q.worldedit.LocalEntity
-
- SPAWN_EGG - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- spawnRaw(Location) - Method in class com.sk89q.worldedit.bukkit.entity.BukkitPainting
-
- sphere(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.GenerationCommands
-
- sphereBrush(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.BrushCommands
-
- SphereBrush - Class in com.sk89q.worldedit.tools.brushes
-
- SphereBrush() - Constructor for class com.sk89q.worldedit.tools.brushes.SphereBrush
-
- SphereRegionSelector - Class in com.sk89q.worldedit.regions
-
Selector for spheres.
- SphereRegionSelector(LocalWorld) - Constructor for class com.sk89q.worldedit.regions.SphereRegionSelector
-
- SphereRegionSelector() - Constructor for class com.sk89q.worldedit.regions.SphereRegionSelector
-
- SphereRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.SphereRegionSelector
-
- SphereRegionSelector(LocalWorld, Vector, int) - Constructor for class com.sk89q.worldedit.regions.SphereRegionSelector
-
- SPIDER_EYE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- SPONGE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- SPRUCE_WOOD_STAIRS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- sqrt(RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- stack(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.RegionCommands
-
- stackCuboidRegion(Region, Vector, int, boolean) - Method in class com.sk89q.worldedit.EditSession
-
Stack a cuboid region.
- STAINED_CLAY - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STAINED_GLASS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STATIONARY_LAVA - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STATIONARY_WATER - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STEP - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STICK - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- STONE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STONE_AXE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- STONE_BRICK - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STONE_BUTTON - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STONE_HOE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- STONE_PICKAXE - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- STONE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-
- STONE_SHOVEL - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- STONE_SWORD - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- STORAGE_MINECART - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- storeBlock(int) - Method in class com.sk89q.worldedit.bags.BlockBag
-
Store a block.
- storeDroppedBlock(int) - Method in class com.sk89q.worldedit.bags.BlockBag
-
- storeDroppedBlock(int, int) - Method in class com.sk89q.worldedit.bags.BlockBag
-
Stores a block as if it was mined.
- storeEntity(LocalEntity) - Method in class com.sk89q.worldedit.CuboidClipboard
-
- storeItem(BaseItem) - Method in class com.sk89q.worldedit.bags.BlockBag
-
Store a block.
- storeItem(BaseItem) - Method in class com.sk89q.worldedit.bukkit.BukkitPlayerBlockBag
-
Store a block.
- stream - Variable in class com.sk89q.worldedit.data.McRegionReader
-
- STRING - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- StringTag - Class in com.sk89q.jnbt
-
The TAG_String tag.
- StringTag(String, String) - Constructor for class com.sk89q.jnbt.StringTag
-
Creates the tag.
- StringUtil - Class in com.sk89q.util
-
String utilities.
- StringUtil() - Constructor for class com.sk89q.util.StringUtil
-
- sub(RValue, RValue) - Static method in class com.sk89q.worldedit.expression.runtime.Operators
-
- subtract(Vector) - Method in class com.sk89q.worldedit.Vector
-
Subtracts two points.
- subtract(double, double, double) - Method in class com.sk89q.worldedit.Vector
-
Subtract two points.
- subtract(int, int, int) - Method in class com.sk89q.worldedit.Vector
-
Subtract two points.
- subtract(Vector...) - Method in class com.sk89q.worldedit.Vector
-
Subtract points.
- subtract(Vector2D) - Method in class com.sk89q.worldedit.Vector2D
-
Subtracts two points.
- subtract(double, double) - Method in class com.sk89q.worldedit.Vector2D
-
Subtract two points.
- subtract(int, int) - Method in class com.sk89q.worldedit.Vector2D
-
Subtract two points.
- subtract(Vector2D...) - Method in class com.sk89q.worldedit.Vector2D
-
Subtract points.
- SUGAR - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- SUGAR_CANE_ITEM - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- SULPHUR - Static variable in class com.sk89q.worldedit.blocks.ItemID
-
- SuperPickaxeCommands - Class in com.sk89q.worldedit.commands
-
- SuperPickaxeCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.commands.SuperPickaxeCommands
-
- superPickaxeDrop - Variable in class com.sk89q.worldedit.LocalConfiguration
-
- superPickaxeManyDrop - Variable in class com.sk89q.worldedit.LocalConfiguration
-
- swap(LValue, LValue) - Static method in class com.sk89q.worldedit.expression.runtime.Functions
-
- Switch - Class in com.sk89q.worldedit.expression.runtime
-
A switch/case construct.
- Switch(int, RValue, List<Double>, List<RValue>, RValue) - Constructor for class com.sk89q.worldedit.expression.runtime.Switch
-
- value - Variable in class com.sk89q.worldedit.expression.lexer.tokens.IdentifierToken
-
- value - Variable in class com.sk89q.worldedit.expression.lexer.tokens.KeywordToken
-
- value - Variable in class com.sk89q.worldedit.expression.lexer.tokens.NumberToken
-
- value - Variable in class com.sk89q.worldedit.expression.runtime.Variable
-
- valueFlags - Variable in class com.sk89q.minecraft.util.commands.CommandContext
-
- valueOf(String) - Static method in enum com.sk89q.minecraft.util.commands.Logging.LogMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.util.yaml.YAMLFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.blocks.ClothColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.blocks.ItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.bukkit.BukkitBiomeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.CuboidClipboard.FlipDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.MobType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.PlayerDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.util.TreeGenerator.TreeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldedit.VectorFace
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.sk89q.minecraft.util.commands.Logging.LogMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.util.yaml.YAMLFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.blocks.BlockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.blocks.ClothColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.blocks.ItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.bukkit.BukkitBiomeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.CuboidClipboard.FlipDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.EntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.MobType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.PlayerDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.util.TreeGenerator.TreeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldedit.VectorFace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Variable - Class in com.sk89q.worldedit.expression.runtime
-
A variable.
- Variable(double) - Constructor for class com.sk89q.worldedit.expression.runtime.Variable
-
- vector() - Method in enum com.sk89q.worldedit.PlayerDirection
-
- Vector - Class in com.sk89q.worldedit
-
- Vector(double, double, double) - Constructor for class com.sk89q.worldedit.Vector
-
Construct the Vector object.
- Vector(int, int, int) - Constructor for class com.sk89q.worldedit.Vector
-
Construct the Vector object.
- Vector(float, float, float) - Constructor for class com.sk89q.worldedit.Vector
-
Construct the Vector object.
- Vector(Vector) - Constructor for class com.sk89q.worldedit.Vector
-
Construct the Vector object.
- Vector() - Constructor for class com.sk89q.worldedit.Vector
-
Construct the Vector object.
- Vector2D - Class in com.sk89q.worldedit
-
- Vector2D(double, double) - Constructor for class com.sk89q.worldedit.Vector2D
-
Construct the Vector2D object.
- Vector2D(int, int) - Constructor for class com.sk89q.worldedit.Vector2D
-
Construct the Vector2D object.
- Vector2D(float, float) - Constructor for class com.sk89q.worldedit.Vector2D
-
Construct the Vector2D object.
- Vector2D(Vector2D) - Constructor for class com.sk89q.worldedit.Vector2D
-
Construct the Vector2D object.
- Vector2D() - Constructor for class com.sk89q.worldedit.Vector2D
-
Construct the Vector2D object.
- VectorFace - Enum in com.sk89q.worldedit
-
Represents the adjacency of one vector to another.
- verify() - Static method in class com.sk89q.worldedit.bukkit.DefaultNmsBlock
-
- verify() - Static method in class com.sk89q.worldedit.bukkit.NmsBlock
-
- version(CommandContext, LocalSession, LocalPlayer, EditSession) - Method in class com.sk89q.worldedit.commands.WorldEditCommands
-
- VERSION_DEFLATE - Static variable in class com.sk89q.worldedit.data.McRegionReader
-
- VERSION_GZIP - Static variable in class com.sk89q.worldedit.data.McRegionReader
-
- vertices - Variable in class com.sk89q.worldedit.cui.SelectionPolygonEvent
-
- VINE - Static variable in class com.sk89q.worldedit.blocks.BlockID
-