Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$NAMESPACES - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache
 

A

ABlockMask - Class in com.fastasyncworldedit.core.function.mask
 
ABlockMask(Extent) - Constructor for class com.fastasyncworldedit.core.function.mask.ABlockMask
 
above(BlockVector3) - Method in class com.fastasyncworldedit.core.regions.Triangle
 
above(Vector3) - Method in class com.sk89q.worldedit.regions.polyhedron.Triangle
Returns whether the given point is above the plane the triangle is in.
AboveVisitor - Class in com.fastasyncworldedit.core.function.visitor
Visits adjacent points on the same X-Z plane as long as the points pass the given mask, and then executes the provided region function on the entire column.
AboveVisitor(Mask, RegionFunction, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.visitor.AboveVisitor
Create a new visitor.
abs() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
abs() - Method in class com.sk89q.worldedit.math.BlockVector2
Returns a vector with the absolute values of the components of this vector.
abs() - Method in class com.sk89q.worldedit.math.BlockVector3
Returns a vector with the absolute values of the components of this vector.
abs() - Method in class com.sk89q.worldedit.math.Vector2
Returns a vector with the absolute values of the components of this vector.
abs() - Method in class com.sk89q.worldedit.math.Vector3
Returns a vector with the absolute values of the components of this vector.
absByte(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
AbstractAdapter<E> - Class in com.sk89q.worldedit.internal.util
Abstract class for adapters.
AbstractAdapter(E) - Constructor for class com.sk89q.worldedit.internal.util.AbstractAdapter
Create a new instance.
AbstractBufferingExtent - Class in com.sk89q.worldedit.extent
Base extent class for buffering changes between AbstractBufferingExtent.setBlock(BlockVector3, BlockStateHolder) and the delegate extent.
AbstractBufferingExtent(Extent) - Constructor for class com.sk89q.worldedit.extent.AbstractBufferingExtent
Create a new instance.
AbstractCancellable - Class in com.sk89q.worldedit.event
An abstract implementation of Cancellable that has all of Cancellable's methods implemented.
AbstractCancellable() - Constructor for class com.sk89q.worldedit.event.AbstractCancellable
 
AbstractChangeSet - Class in com.fastasyncworldedit.core.history.changeset
This batch processor writes changes to a concrete implementation.
AbstractChangeSet(World) - Constructor for class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
AbstractCommandBlockActor - Class in com.sk89q.worldedit.extension.platform
 
AbstractCommandBlockActor(Location) - Constructor for class com.sk89q.worldedit.extension.platform.AbstractCommandBlockActor
 
AbstractDelegateChangeSet - Class in com.fastasyncworldedit.core.history.changeset
 
AbstractDelegateChangeSet(AbstractChangeSet) - Constructor for class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
AbstractDelegateExtent - Class in com.sk89q.worldedit.extent
A base class for Extents that merely passes extents onto another.
AbstractDelegateExtent(Extent) - Constructor for class com.sk89q.worldedit.extent.AbstractDelegateExtent
Create a new instance.
AbstractDelegateHeightMap - Class in com.fastasyncworldedit.core.math.heightmap
 
AbstractDelegateHeightMap(HeightMap) - Constructor for class com.fastasyncworldedit.core.math.heightmap.AbstractDelegateHeightMap
 
AbstractDelegateMask - Class in com.fastasyncworldedit.core.function.mask
 
AbstractDelegateMask(Mask) - Constructor for class com.fastasyncworldedit.core.function.mask.AbstractDelegateMask
 
AbstractDelegateOutputStream - Class in com.fastasyncworldedit.core.internal.io
 
AbstractDelegateOutputStream(OutputStream) - Constructor for class com.fastasyncworldedit.core.internal.io.AbstractDelegateOutputStream
 
AbstractDirectionConverter<D> - Class in com.sk89q.worldedit.command.argument
 
AbstractDirectionConverter(WorldEdit, boolean) - Constructor for class com.sk89q.worldedit.command.argument.AbstractDirectionConverter
 
AbstractExtentFilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
Filter block with an extent.
AbstractExtentFilterBlock(Extent) - Constructor for class com.fastasyncworldedit.core.extent.filter.block.AbstractExtentFilterBlock
 
AbstractExtentMask - Class in com.sk89q.worldedit.function.mask
An abstract implementation of Mask that takes uses an Extent.
AbstractExtentMask(Extent) - Constructor for class com.sk89q.worldedit.function.mask.AbstractExtentMask
Construct a new mask.
AbstractExtentPattern - Class in com.fastasyncworldedit.core.function.pattern
 
AbstractExtentPattern - Class in com.sk89q.worldedit.function.pattern
 
AbstractExtentPattern(Extent) - Constructor for class com.fastasyncworldedit.core.function.pattern.AbstractExtentPattern
 
AbstractExtentPattern(Extent) - Constructor for class com.sk89q.worldedit.function.pattern.AbstractExtentPattern
 
AbstractFactory<E> - Class in com.sk89q.worldedit.internal.registry
An abstract implementation of a factory for internal usage.
AbstractFactory(WorldEdit, InputParser<E>) - Constructor for class com.sk89q.worldedit.internal.registry.AbstractFactory
Create a new factory.
AbstractFilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
 
AbstractFilterBlock() - Constructor for class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
AbstractFlatRegion - Class in com.sk89q.worldedit.regions
 
AbstractFlatRegion(World) - Constructor for class com.sk89q.worldedit.regions.AbstractFlatRegion
 
AbstractMask - Class in com.sk89q.worldedit.function.mask
A base class of Mask that all masks should inherit from.
AbstractMask() - Constructor for class com.sk89q.worldedit.function.mask.AbstractMask
 
AbstractMask2D - Class in com.sk89q.worldedit.function.mask
A base class of Mask2D that all masks should inherit from.
AbstractMask2D() - Constructor for class com.sk89q.worldedit.function.mask.AbstractMask2D
 
AbstractNonPlayerActor - Class in com.sk89q.worldedit.extension.platform
 
AbstractNonPlayerActor() - Constructor for class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
 
AbstractPattern - Class in com.sk89q.worldedit.function.pattern
An abstract implementation for Patterns.
AbstractPattern() - Constructor for class com.sk89q.worldedit.function.pattern.AbstractPattern
 
AbstractPlatform - Class in com.sk89q.worldedit.extension.platform
An abstract implementation of Platform.
AbstractPlatform() - Constructor for class com.sk89q.worldedit.extension.platform.AbstractPlatform
 
AbstractPlayerActor - Class in com.sk89q.worldedit.extension.platform
An abstract implementation of both a Actor and a Player that is intended for implementations of WorldEdit to use to wrap players that make use of WorldEdit.
AbstractPlayerActor() - Constructor for class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
AbstractPlayerActor(Map<String, Object>) - Constructor for class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
AbstractProperty<T> - Class in com.sk89q.worldedit.registry.state
 
AbstractProperty(String, List<T>) - Constructor for class com.sk89q.worldedit.registry.state.AbstractProperty
 
AbstractProperty(String, List<T>, int) - Constructor for class com.sk89q.worldedit.registry.state.AbstractProperty
 
AbstractRegion - Class in com.sk89q.worldedit.regions
 
AbstractRegion(World) - Constructor for class com.sk89q.worldedit.regions.AbstractRegion
 
AbstractSingleFilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
 
AbstractSingleFilterBlock() - Constructor for class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
AbstractTask<V> - Class in com.sk89q.worldedit.util.task
An abstract task that stores a name and owner.
AbstractTask(String, Object) - Constructor for class com.sk89q.worldedit.util.task.AbstractTask
Create a new instance.
AbstractWorld - Class in com.sk89q.worldedit.world
An abstract implementation of World.
AbstractWorld() - Constructor for class com.sk89q.worldedit.world.AbstractWorld
 
ACACIA - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
ACACIA_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ACACIA_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
ACACIA_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_SAPLING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACACIA_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACACIA_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
accept(DefaultProgressTracker.ProgressType, Integer) - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AdFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AllStatementsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BlockContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BreakStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CAFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CaseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CEFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.COFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ComplementExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ContinueStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DefaultContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EmptyStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IdExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MuFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.NotExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PoFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PwFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReturnStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.UaFallthroughContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WrappedExprContext
 
accept(T) - Method in class com.fastasyncworldedit.core.util.collection.YieldIterable
 
accept(T) - Method in class com.fastasyncworldedit.core.util.task.DelegateConsumer
 
accept(T) - Method in class com.fastasyncworldedit.core.util.task.RunnableVal
 
accept(T, U) - Method in class com.fastasyncworldedit.core.util.task.RunnableVal2
 
acceptInfo(int, int) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
acceptLazy(int, NBTInputStream) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
acceptRoot(NBTInputStream, int, int) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
act(BrushTool.BrushAction, Player, LocalSession) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
actionTime - Variable in class com.fastasyncworldedit.core.function.pattern.BufferedPattern
 
ACTIVATOR_RAIL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ACTIVATOR_RAIL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ACTIVE - Enum constant in enum class com.sk89q.worldedit.command.util.HookMode
 
actor(Actor) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the actor who owns the EditSession.
Actor - Interface in com.sk89q.worldedit.extension.platform
An object that can perform actions in WorldEdit.
ACTOR_REQUIRED - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
ACTOR_REQUIRED - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
ActorAuthorizer - Class in com.sk89q.worldedit.internal.command
Implementation of an authorizer that uses Subject.hasPermission(String).
ActorAuthorizer() - Constructor for class com.sk89q.worldedit.internal.command.ActorAuthorizer
 
ActorCallbackPaste - Class in com.sk89q.worldedit.util.paste
 
ActorSaveClipboardEvent - Class in com.fastasyncworldedit.core.event.extent
 
ActorSaveClipboardEvent(Actor, Clipboard, URI, URI) - Constructor for class com.fastasyncworldedit.core.event.extent.ActorSaveClipboardEvent
 
ActorSelectorLimits - Class in com.sk89q.worldedit.extension.platform.permission
 
ActorSelectorLimits(LocalConfiguration, Actor) - Constructor for class com.sk89q.worldedit.extension.platform.permission.ActorSelectorLimits
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession) - Method in class com.fastasyncworldedit.core.command.tool.brush.InspectBrush
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession) - Method in class com.sk89q.worldedit.command.tool.DistanceWand
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession) - Method in class com.sk89q.worldedit.command.tool.LongRangeBuildTool
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession) - Method in enum class com.sk89q.worldedit.command.tool.NavigationWand
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession) - Method in interface com.sk89q.worldedit.command.tool.TraceTool
Perform the primary action of this trace tool.
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location) - Method in class com.sk89q.worldedit.command.tool.AreaPickaxe
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location) - Method in interface com.sk89q.worldedit.command.tool.BlockTool
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.BlockDataCyler
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.BlockReplacer
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in interface com.sk89q.worldedit.command.tool.BlockTool
Perform the primary action of this tool.
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.FloatingTreeRemover
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.FloodFillTool
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.QueryTool
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.RecursivePickaxe
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in enum class com.sk89q.worldedit.command.tool.SelectionWand
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.SinglePickaxe
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.StackTool
 
actPrimary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.TreePlanter
 
actSecondary(Platform, LocalConfiguration, Player, LocalSession) - Method in class com.fastasyncworldedit.core.command.tool.brush.InspectBrush
 
actSecondary(Platform, LocalConfiguration, Player, LocalSession) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
actSecondary(Platform, LocalConfiguration, Player, LocalSession) - Method in class com.sk89q.worldedit.command.tool.DistanceWand
 
actSecondary(Platform, LocalConfiguration, Player, LocalSession) - Method in interface com.sk89q.worldedit.command.tool.DoubleActionTraceTool
Perform the secondary function of this tool.
actSecondary(Platform, LocalConfiguration, Player, LocalSession) - Method in class com.sk89q.worldedit.command.tool.LongRangeBuildTool
 
actSecondary(Platform, LocalConfiguration, Player, LocalSession) - Method in enum class com.sk89q.worldedit.command.tool.NavigationWand
 
actSecondary(Platform, LocalConfiguration, Player, LocalSession, Location) - Method in interface com.sk89q.worldedit.command.tool.DoubleActionBlockTool
actSecondary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.BlockDataCyler
 
actSecondary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in class com.sk89q.worldedit.command.tool.BlockReplacer
 
actSecondary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in interface com.sk89q.worldedit.command.tool.DoubleActionBlockTool
Perform the secondary action of this block tool.
actSecondary(Platform, LocalConfiguration, Player, LocalSession, Location, Direction) - Method in enum class com.sk89q.worldedit.command.tool.SelectionWand
 
adapt(Clipboard) - Method in class com.fastasyncworldedit.core.jnbt.CompressedSchematicTag
 
adapt(T) - Method in class com.fastasyncworldedit.core.jnbt.CompressedCompoundTag
 
AdaptedMap<K,V,K2,V2> - Class in com.fastasyncworldedit.core.util.collection
 
AdaptedMap(Map<K2, V2>, Function<K, K2>, Function<K2, K>, Function<V, V2>, Function<V2, V>) - Constructor for class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
AdaptedMap.AdaptedPair - Class in com.fastasyncworldedit.core.util.collection
 
AdaptedPair() - Constructor for class com.fastasyncworldedit.core.util.collection.AdaptedMap.AdaptedPair
 
AdaptedSetCollection<T,V> - Class in com.fastasyncworldedit.core.util.collection
Adapt a collection to a set.
AdaptedSetCollection(Collection<T>, Function<T, V>) - Constructor for class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
adaptKey(BlockVector3) - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
adaptKey(K) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
adaptKey(K) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
adaptKey2(Integer) - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
adaptKey2(K2) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
adaptKey2(K2) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
adaptValue(T) - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
adaptValue(V) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
adaptValue(V) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
adaptValue2(T) - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
adaptValue2(V2) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
adaptValue2(V2) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
add() - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
add(double, double) - Method in class com.sk89q.worldedit.math.Vector2
Add another vector to this vector and return the result as a new vector.
add(double, double, double) - Method in class com.sk89q.worldedit.math.Vector3
Add another vector to this vector and return the result as a new vector.
add(double, E) - Method in class com.fastasyncworldedit.core.util.collection.SimpleRandomCollection
 
add(int, int) - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
add(int, int) - Method in class com.sk89q.worldedit.math.BlockVector2
Add another vector to this vector and return the result as a new vector.
add(int, int, int) - Method in class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
add(int, int, int) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
add(int, int, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
add(int, int, int) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
Add a position to the set if not present
add(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
add(int, int, int) - Method in interface com.fastasyncworldedit.core.util.collection.BlockVector3Set
 
add(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
add(int, int, int) - Method in class com.sk89q.worldedit.math.BlockVector3
Add another vector to this vector and return the result as a new vector.
add(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.ResizableClipboardBuilder
 
add(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
add(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
add(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
 
add(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
add(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
add(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
add(int, int, int, int, BaseBlock) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
add(int, int, int, int, BaseBlock) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
add(int, int, int, BaseBlock, BaseBlock) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
add(int, int, int, BaseBlock, BaseBlock) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
add(int, int, int, BaseBlock, BaseBlock) - Method in class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
 
add(int, Report) - Method in class com.sk89q.worldedit.util.report.ReportList
 
add(long) - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
add(URIClipboardHolder) - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
add(ResettableExtent, double) - Method in class com.fastasyncworldedit.core.extent.transform.MultiTransform
 
add(ResettableExtent, double) - Method in class com.fastasyncworldedit.core.extent.transform.RandomTransform
Add a pattern to the weight list of patterns.
add(PropertyKey) - Method in class com.fastasyncworldedit.core.registry.state.PropertyGroup.PropertyGroupBuilder
 
add(PropertyKey) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
add(PropertyKey, Function<Object, G>, Function<A, A>) - Method in class com.fastasyncworldedit.core.registry.state.PropertyGroup.PropertyGroupBuilder
 
add(MemBlockSet.IRow[], int, int, int, int, int) - Method in interface com.fastasyncworldedit.core.util.collection.MemBlockSet.IRow
 
add(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowX
 
add(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowY
 
add(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
add(Tag) - Method in class com.sk89q.jnbt.ListTagBuilder
Deprecated.
Add the given tag.
add(Mask...) - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
Add some masks to the list.
add(Mask2D...) - Method in class com.sk89q.worldedit.function.mask.MaskIntersection2D
Add some masks to the list.
add(Pattern, double) - Method in class com.sk89q.worldedit.function.pattern.RandomPattern
Add a pattern to the weight list of patterns.
add(RegionFunction...) - Method in class com.sk89q.worldedit.function.CombinedRegionFunction
Add the given functions to the list of functions to call.
add(BlockChange) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
add(BlockChange) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
add(Change) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
add(Change) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
add(Change) - Method in class com.sk89q.worldedit.history.changeset.ArrayListHistory
 
add(Change) - Method in class com.sk89q.worldedit.history.changeset.BlockOptimizedHistory
 
add(Change) - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Add the given change to the history.
add(EntityCreate) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
add(EntityCreate) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
add(EntityRemove) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
add(EntityRemove) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
add(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Add another vector to this vector and return the result as a new vector.
add(BlockVector2...) - Method in class com.sk89q.worldedit.math.BlockVector2
Add a list of vectors to this vector and return the result as a new vector.
add(BlockVector2, BlockVector2) - Method in class com.fastasyncworldedit.core.regions.filter.CuboidRegionFilter
 
add(BlockVector3) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
add(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
add(BlockVector3) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
Add a position to the set if not present
add(BlockVector3) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
add(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Add another vector to this vector and return the result as a new vector.
add(BlockVector3...) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
add(BlockVector3...) - Method in class com.sk89q.worldedit.math.BlockVector3
Add a list of vectors to this vector and return the result as a new vector.
add(BlockVector3, B) - Method in class com.sk89q.worldedit.util.collection.LocatedBlockList
 
add(BlockVector3, BaseBlock, BaseBlock) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
add(BlockVector3, BaseBlock, BaseBlock) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
add(BlockVector3, BaseBlock, BaseBlock) - Method in class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
 
add(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Add another vector to this vector and return the result as a new vector.
add(Vector2...) - Method in class com.sk89q.worldedit.math.Vector2
Add a list of vectors to this vector and return the result as a new vector.
add(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Add another vector to this vector and return the result as a new vector.
add(Vector3...) - Method in class com.sk89q.worldedit.math.Vector3
Add a list of vectors to this vector and return the result as a new vector.
add(ClipboardHolder) - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
Deprecated.
add(LocatedBlock) - Method in class com.sk89q.worldedit.util.collection.LocatedBlockList
 
add(Report) - Method in class com.sk89q.worldedit.util.report.ReportList
 
add(BiomeType...) - Method in class com.sk89q.worldedit.function.mask.BiomeMask
Add the given biomes to the list of criteria.
add(BiomeType...) - Method in class com.sk89q.worldedit.function.mask.BiomeMask2D
Deprecated.
Add the given biomes to the list of criteria.
add(BaseBlock...) - Method in class com.sk89q.worldedit.function.mask.BlockMask
Add the given blocks to the list of criteria.
add(BlockState...) - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
add(BlockStateHolder<T>) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
add(BlockType) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
add(BlockType...) - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
add(BlockType...) - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
Add the given blocks to the list of criteria.
add(BlockType, T) - Method in class com.fastasyncworldedit.core.world.block.BlockTypeSwitchBuilder
 
add(String) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
add(String, String) - Method in class com.sk89q.worldedit.util.net.HttpRequest.Form
Add a key/value to the form.
add(URI, Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
add(Collection<Mask>) - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
Add some masks to the list.
add(Collection<Mask2D>) - Method in class com.sk89q.worldedit.function.mask.MaskIntersection2D
Add some masks to the list.
add(Collection<RegionFunction>) - Method in class com.sk89q.worldedit.function.CombinedRegionFunction
Add the given functions to the list of functions to call.
add(Collection<BiomeType>) - Method in class com.sk89q.worldedit.function.mask.BiomeMask
Add the given biomes to the list of criteria.
add(Collection<BiomeType>) - Method in class com.sk89q.worldedit.function.mask.BiomeMask2D
Deprecated.
Add the given biomes to the list of criteria.
add(Collection<BaseBlock>) - Method in class com.sk89q.worldedit.function.mask.BlockMask
Deprecated.
NBT not supported by this mask
add(Collection<BlockType>) - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
Add the given blocks to the list of criteria.
add(Predicate<BlockState>) - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
add(Predicate<BlockType>, T) - Method in class com.fastasyncworldedit.core.world.block.BlockTypeSwitchBuilder
 
add(V) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
addAll() - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
addAll(int, Collection<? extends Report>) - Method in class com.sk89q.worldedit.util.report.ReportList
 
addAll(Collection<? extends PropertyKey>) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
addAll(Collection<? extends Tag>) - Method in class com.sk89q.jnbt.ListTagBuilder
Deprecated.
Add all the tags in the given list.
addAll(Collection<? extends BlockVector3>) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
addAll(Collection<? extends BlockVector3>) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
addAll(Collection<? extends Report>) - Method in class com.sk89q.worldedit.util.report.ReportList
 
addAll(Collection<? extends V>) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
addAll(Predicate<BlockType>) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
addAndGetParent(String) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
addAxes() - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Add the directions along the axes as directions to visit.
addBatchProcessor(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
addBiomeChange(int, int, int, BiomeType, BiomeType) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
addBiomeChange(int, int, int, BiomeType, BiomeType) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
addBiomeChange(int, int, int, BiomeType, BiomeType) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
addBiomeChange(int, int, int, BiomeType, BiomeType) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
addBiomeChange(int, int, int, BiomeType, BiomeType) - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
addBlocks(Collection<T>) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
addBlocks(T...) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
addCaves(Region) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
addCaves(Region) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
addCaves(Region) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
addCaves(Region) - Method in interface com.sk89q.worldedit.extent.Extent
 
addChunk(int, int, byte[], int) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
addChunk(int, int, byte[], int) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
addChunk(int, int, byte[], int) - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Add a chunk to be relit when Relighter.removeLighting() etc are called.
addChunkLoad(int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
Load a chunk in the world associated with this SingleThreadQueueExtent instance
addClassTag(Class<? extends Object>, Tag) - Method in class com.fastasyncworldedit.core.configuration.file.YamlRepresenter
 
addClipboard(MultiClipboardHolder) - Method in class com.sk89q.worldedit.LocalSession
 
addDefault(String, Object) - Method in interface com.fastasyncworldedit.core.configuration.Configuration
Sets the default value of the given path as provided.
addDefault(String, Object) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Sets the default value in the root at the given path as provided.
addDefault(String, Object) - Method in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
addDefault(String, Object) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
addDefaults(Configuration) - Method in interface com.fastasyncworldedit.core.configuration.Configuration
Sets the default values of the given paths as provided.
addDefaults(Configuration) - Method in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
addDefaults(Map<String, Object>) - Method in interface com.fastasyncworldedit.core.configuration.Configuration
Sets the default values of the given paths as provided.
addDefaults(Map<String, Object>) - Method in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
addDiagonal() - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Add the diagonal directions as directions to visit.
addEntityCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
addEntityCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
addEntityCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
addEntityCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
addEntityRemove(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
addEntityRemove(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
addEntityRemove(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
addEntityRemove(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
AddExprContext(ExpressionParser.AdditiveExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
ADDING_BLOCKS - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
 
additiveExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
additiveExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
additiveExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShFallthroughContext
 
additiveExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
AdditiveExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.AdditiveExpressionContext
 
AdditiveExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.AdditiveExpressionContext
 
addLightUpdate(int, int, int) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
addLightUpdate(int, int, int) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
addLightUpdate(int, int, int) - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Add a block to be relit.
addListener(Runnable, Executor) - Method in class com.sk89q.worldedit.util.task.FutureForwardingTask
 
addManager(FaweMaskManager) - Method in class com.fastasyncworldedit.core.util.WEManager
 
addManagers(Collection<FaweMaskManager>) - Method in class com.fastasyncworldedit.core.util.WEManager
 
addMaskManager(FaweMaskManager) - Static method in class com.fastasyncworldedit.core.FaweAPI
 
addMemoryLimitedTask(Runnable) - Static method in class com.fastasyncworldedit.core.FaweAPI
Runs a task when the server is low on memory.
addMemoryLimitedTask(Runnable) - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
addMemoryPlentifulTask(Runnable) - Static method in class com.fastasyncworldedit.core.FaweAPI
Runs a task when the server is no longer low on memory.
addMemoryPlentifulTask(Runnable) - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
addNode(String) - Method in class com.sk89q.util.yaml.YAMLNode
Adds a new node to the given path.
addOre(Region, Mask, Pattern, int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
addOre(Region, Mask, Pattern, int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
addOre(Region, Mask, Pattern, int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
addOre(Region, Mask, Pattern, int, int, int, int, int) - Method in class com.sk89q.worldedit.EditSession
 
addOre(Region, Mask, Pattern, int, int, int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
 
addOres(Region, Mask) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
addOres(Region, Mask) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
addOres(Region, Mask) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
addOres(Region, Mask) - Method in interface com.sk89q.worldedit.extent.Extent
 
addPermission(String) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
addPermissions(String...) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
addPoint(BlockVector2) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
Add a point to the list.
addPoint(BlockVector3) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
Add a point to the list.
addPostProcessor(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
addPostProcessor(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.ExtentBatchProcessorHolder
 
addPostProcessor(IBatchProcessor) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
addPostProcessor(IBatchProcessor) - Method in interface com.sk89q.worldedit.extent.Extent
 
addPostProcessor(IBatchProcessor) - Method in class com.sk89q.worldedit.extent.NullExtent
 
addProcessor(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
addProcessor(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.ExtentBatchProcessorHolder
 
addProcessor(IBatchProcessor) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
addProcessor(IBatchProcessor) - Method in interface com.sk89q.worldedit.extent.Extent
Have an extent processed - Either block (Extent) processing or chunk processing
addProcessor(IBatchProcessor) - Method in class com.sk89q.worldedit.extent.NullExtent
 
addProgressListener(ListenableFuture<?>, Actor, Component) - Static method in class com.sk89q.worldedit.command.util.FutureProgressListener
 
addProgressListener(ListenableFuture<?>, Actor, Component, Component) - Static method in class com.sk89q.worldedit.command.util.FutureProgressListener
 
addProgressListener(ListenableFuture<?>, Actor, String) - Static method in class com.sk89q.worldedit.command.util.FutureProgressListener
Deprecated.
addRandomColor(int, int) - Method in class com.fastasyncworldedit.core.util.RandomTextureUtil
 
addRegex(String) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
addSchems(Region, Mask, List<ClipboardHolder>, int, boolean) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
addSchems(Region, Mask, List<ClipboardHolder>, int, boolean) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
addSchems(Region, Mask, List<ClipboardHolder>, int, boolean) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
addSchems(Region, Mask, List<ClipboardHolder>, int, boolean) - Method in class com.sk89q.worldedit.EditSession
 
addSchems(Region, Mask, List<ClipboardHolder>, int, boolean) - Method in interface com.sk89q.worldedit.extent.Extent
 
addSetting(BrushSettings.SettingType, String) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
addSingleSourcePosition(Location) - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Adds a position to be used a source.
addSourceMask(Mask) - Method in class com.sk89q.worldedit.EditSession
 
addSourcePosition(Location) - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Adds a position to be used a source.
addStatusMessages(List<String>) - Method in class com.sk89q.worldedit.function.operation.BackwardsExtentBlockCopy
 
addStatusMessages(List<String>) - Method in interface com.sk89q.worldedit.function.operation.Operation
Deprecated.
Will be removed in WorldEdit 8.0 - use the Component variant
addStatusMessages(List<String>) - Method in class com.sk89q.worldedit.function.operation.SetBlockMap
 
addTileCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
addTileCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
addTileCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
 
addTileCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
addTileCreate(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
addTileRemove(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
addTileRemove(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
addTileRemove(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
addTileRemove(CompoundTag) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
addTransform(ResettableExtent) - Method in class com.sk89q.worldedit.EditSession
 
addTypes(BlockType...) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
addTypes(Collection<BlockType>) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
addUUIDToMap(Map<String, Tag>, UUID) - Static method in class com.sk89q.jnbt.NBTUtils
Deprecated.
Add a UUID to a map for use in a CompoundTag
addVertex(BlockVector3) - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
Add a vertex to the region.
addVertex(BlockVector3) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
Add a vertex to the region.
addWriteTask(Runnable) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
addWriteTask(Runnable) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
addWriteTask(Runnable, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
addWriteTask(Runnable, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
AdFallthroughContext(ExpressionParser.AdditiveExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.AdFallthroughContext
 
ADJACENT_MOD - Static variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
AdjacentAnyMask - Class in com.fastasyncworldedit.core.function.mask
Just an optimized version of the Adjacent Mask for single adjacency.
AdjacentAnyMask(Mask, int, int) - Constructor for class com.fastasyncworldedit.core.function.mask.AdjacentAnyMask
 
AdjacentMask - Class in com.fastasyncworldedit.core.function.mask
 
AdjacentMask(Mask, int, int) - Constructor for class com.fastasyncworldedit.core.function.mask.AdjacentMask
 
AdjacentMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
AdjacentMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.AdjacentMaskParser
 
ADMIN - Enum constant in enum class com.fastasyncworldedit.core.util.Permission
 
ADVENTURE - Static variable in class com.sk89q.worldedit.world.gamemode.GameModes
 
AdventureNBTConverter - Class in com.sk89q.jnbt
Deprecated, for removal: This API element is subject to removal in a future version.
JNBT is being removed in WE8.
AffineTransform - Class in com.sk89q.worldedit.math.transform
An affine transform.
AffineTransform() - Constructor for class com.sk89q.worldedit.math.transform.AffineTransform
Creates a new affine transform3D set to the identity.
AffineTransform(double[]) - Constructor for class com.sk89q.worldedit.math.transform.AffineTransform
 
AffineTransform(double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class com.sk89q.worldedit.math.transform.AffineTransform
 
AGE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
AIM - Static variable in annotation interface com.sk89q.worldedit.internal.annotation.Direction
 
air(Actor, EditSession, Region) - Method in class com.sk89q.worldedit.command.RegionCommands
 
AIR - Static variable in class com.fastasyncworldedit.core.extent.processor.lighting.Relighter.SkipReason
 
AIR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
AIR - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache.ReservedIDs
 
AIR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
AirMask - Class in com.fastasyncworldedit.core.function.mask
 
AirMask(Extent) - Constructor for class com.fastasyncworldedit.core.function.mask.AirMask
 
AirMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
AirMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.AirMaskParser
 
AliasedParser - Interface in com.fastasyncworldedit.core.extension.factory.parser
 
aliases() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
A list of aliases for the command.
all() - Method in class com.fastasyncworldedit.core.command.ListFilters
 
ALL - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.lighting.RelightMode
 
ALL - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
ALL - Enum constant in enum class com.sk89q.worldedit.command.util.Logging.LogMode
Log all information available.
ALL - Static variable in class com.sk89q.worldedit.util.Direction.Flag
 
ALL_HANGING_SIGNS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ALL_SIGNS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ALLAY - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ALLAY_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
allFiles(File[], boolean, Consumer<File>) - Static method in class com.sk89q.worldedit.command.UtilityCommands
 
ALLIUM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ALLIUM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ALLOW_BLACKLISTS - Variable in class com.fastasyncworldedit.core.configuration.Settings.REGION_RESTRICTIONS_OPTIONS
 
ALLOW_TICK_FLUIDS - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
ALLOWED_IMAGE_HOSTS - Variable in class com.fastasyncworldedit.core.configuration.Settings.WEB
 
ALLOWED_PLUGINS - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXTENT
 
allowedDataCycleBlocks - Variable in class com.sk89q.worldedit.LocalConfiguration
 
AllowedRegion - Annotation Interface in com.sk89q.worldedit.command.util.annotation
 
allowedRegions(RegionWrapper) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the region the edit is allowed to operate in.
allowedRegions(RegionWrapper[]) - Method in class com.sk89q.worldedit.EditSessionBuilder
Deprecated.
allowedRegions(Region[]) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the regions the edit is allowed to operate in.
allowedRegionsEverywhere() - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the edit to be allowed to edit everywhere
allowFetch - Variable in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
allowStore - Variable in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
allowSymlinks - Variable in class com.sk89q.worldedit.LocalConfiguration
 
allStatements() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
AllStatementsContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.AllStatementsContext
 
ALWAYS - Enum constant in enum class com.sk89q.worldedit.command.util.annotation.Confirm.Processor
 
alwaysFalse() - Static method in class com.sk89q.worldedit.function.mask.Masks
 
AlwaysFalse() - Constructor for class com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
 
alwaysTrue() - Static method in class com.sk89q.worldedit.function.mask.Masks
Return a 3D mask that always returns true.
AlwaysTrue() - Constructor for class com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
 
alwaysTrue2D() - Static method in class com.sk89q.worldedit.function.mask.Masks
Return a 2D mask that always returns true.
AMBIENT - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
AMETHYST_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
AMETHYST_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
AMETHYST_CLUSTER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
AMETHYST_CLUSTER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
AMETHYST_SHARD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
amplitude() - Method in record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
Returns the value of the amplitude record component.
amplitude() - Method in record class com.fastasyncworldedit.core.command.tool.brush.RockBrush
Returns the value of the amplitude record component.
ANCIENT_CITY_REPLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ANCIENT_DEBRIS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ANCIENT_DEBRIS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
and(long[], long[]) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
and(FastBitSet) - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
AND_SC - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
AND_SC - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
AND_SC() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
ANDESITE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ANDESITE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ANDESITE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ANDESITE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ANDESITE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ANDESITE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ANDESITE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ANDESITE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
AngleBrush - Record Class in com.fastasyncworldedit.core.command.tool.brush
 
AngleBrush(int) - Constructor for record class com.fastasyncworldedit.core.command.tool.brush.AngleBrush
Creates an instance of a AngleBrush record class.
AngleColorPattern - Class in com.fastasyncworldedit.core.function.pattern
 
AngleColorPattern(Extent, TextureHolder, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.AngleColorPattern
Create a new Pattern instance
AngleColorPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
AngleColorPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.AngleColorPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
AngleMask - Class in com.fastasyncworldedit.core.function.mask
 
AngleMask(Extent, double, double, boolean, int) - Constructor for class com.fastasyncworldedit.core.function.mask.AngleMask
 
AngleMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
AngleMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.AngleMaskParser
 
AnglePattern - Class in com.fastasyncworldedit.core.function.pattern
 
AnglePattern(Extent, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.AnglePattern
Create a new Pattern instance
ANGLER_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ANIMALS - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
ANIMALS_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ANVIL - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ANVIL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ANVIL - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
ANVIL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ANVIL_CLIPBOARD - Static variable in class com.fastasyncworldedit.core.entity.Metadatable.METADATA_KEYS
 
ANVIL_QUEUE_MODE - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
AnvilChunk - Class in com.sk89q.worldedit.world.chunk
 
AnvilChunk(CompoundTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk
AnvilChunk(CompoundBinaryTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk
Construct the chunk with a compound tag.
AnvilChunk13 - Class in com.sk89q.worldedit.world.chunk
The chunk format for Minecraft 1.13 to 1.15
AnvilChunk13(CompoundTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk13
AnvilChunk13(CompoundBinaryTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk13
Construct the chunk with a compound tag.
AnvilChunk15 - Class in com.sk89q.worldedit.world.chunk
The chunk format for Minecraft 1.15 and newer
AnvilChunk15(CompoundTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk15
AnvilChunk15(CompoundBinaryTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk15
Construct the chunk with a compound tag.
AnvilChunk16 - Class in com.sk89q.worldedit.world.chunk
The chunk format for Minecraft 1.16 and 1.17
AnvilChunk16(CompoundTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk16
AnvilChunk16(CompoundBinaryTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk16
Construct the chunk with a compound tag.
AnvilChunk17 - Class in com.sk89q.worldedit.world.chunk
The chunk format for Minecraft 1.17
AnvilChunk17(CompoundTag, Supplier<CompoundTag>) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk17
AnvilChunk17(CompoundBinaryTag, Supplier<CompoundBinaryTag>) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk17
Construct the chunk with a compound tag.
AnvilChunk18 - Class in com.sk89q.worldedit.world.chunk
The chunk format for Minecraft 1.18 and newer
AnvilChunk18(CompoundTag) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk18
AnvilChunk18(CompoundTag, Supplier<CompoundTag>) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk18
AnvilChunk18(CompoundBinaryTag, Supplier<CompoundBinaryTag>) - Constructor for class com.sk89q.worldedit.world.chunk.AnvilChunk18
Construct the chunk with a compound tag.
AnvilCommands - Class in com.fastasyncworldedit.core.command
Deprecated.
Anvil classes were used on versions prior to 1.13 to trim chunks. The way how it's been done was unsafe and led to issues back the years, hence it hasn't been implemented in any modern version. Therefore the current implementation is deprecated for removal without replacement.
AnvilCommands(WorldEdit) - Constructor for class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
Create a new instance.
anyFlags() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
Get whether any flag can be used.
append(Component) - Method in class com.sk89q.worldedit.util.formatting.component.TextComponentProducer
Adds a component as a child to this Producer.
append(String) - Method in class com.sk89q.worldedit.util.formatting.component.TextComponentProducer
Adds a string as a child to this Producer.
append(String, boolean) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, byte) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, char) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, double) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, float) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, int) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, long) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, short) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, Object) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, String) - Method in class com.sk89q.worldedit.util.report.DataReport
 
append(String, String, Object...) - Method in class com.sk89q.worldedit.util.report.DataReport
 
appendCommand(String, Component) - Method in class com.sk89q.worldedit.util.formatting.component.CommandListBox
 
appendCommand(String, Component, String) - Method in class com.sk89q.worldedit.util.formatting.component.CommandListBox
 
appendCommand(String, String, String) - Method in class com.sk89q.worldedit.util.formatting.component.CommandListBox
Deprecated.
APPLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
applies(File) - Method in class com.fastasyncworldedit.core.command.ListFilters.Filter
 
appliesChunk(int, int) - Method in interface com.fastasyncworldedit.core.queue.Filter
Checks whether a chunk should be read.
appliesChunk(int, int) - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
appliesLayer(IChunk, int) - Method in interface com.fastasyncworldedit.core.queue.Filter
 
appliesLayer(IChunk, int) - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
apply(byte[]) - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
apply(int[]) - Method in class com.sk89q.worldedit.math.convolution.HeightMap
Apply a raw heightmap to the region.
apply(int, int) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.InfoReader
 
apply(int, int, int) - Method in interface com.fastasyncworldedit.core.util.collection.MemBlockSet.BlockIterator
 
apply(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
apply(int, int, int, int, int, int) - Method in interface com.fastasyncworldedit.core.function.mask.DirectionMask
 
apply(int, NBTInputStream) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.LazyReader
 
apply(int, Integer) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.InfoReader
 
apply(int, Integer) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.IntValueReader
 
apply(int, Long) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.LongValueReader
 
apply(int, T) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.StreamReader
 
apply(int, T) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.ValueReader
 
apply(B) - Method in record class com.fastasyncworldedit.core.limit.PropertyRemap
Apply remapping to a state.
apply(ChunkFilterBlock, Filter, Region, int, int, boolean) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
apply(EditSession, LocalBlockVectorSet, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterBrush
 
apply(EditSession, LocalBlockVectorSet, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterCommand
 
apply(EditSession, LocalBlockVectorSet, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterOverlayBrush
 
apply(EditSession, LocalBlockVectorSet, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ShatterBrush
 
apply(EditSession, LocalBlockVectorSet, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.SplatterBrush
 
apply(Entity) - Method in class com.sk89q.worldedit.function.entity.ExtentEntityCopy
 
apply(Entity) - Method in interface com.sk89q.worldedit.function.EntityFunction
Apply the function to the entity.
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.AngleColorPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.AnglePattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.AverageColorPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.BiomeApplyingPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.BufferedPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.DesaturatePattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.ExistingPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.Linear2DBlockPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.Linear3DBlockPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.LinearBlockPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.MaskedPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.NoXPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.NoYPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.NoZPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.OffsetPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.RandomFullClipboardPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.RandomOffsetPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.RelativePattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.SaturatePattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.ShadePattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.SolidRandomOffsetPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.SurfaceRandomOffsetPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.TypeSwapPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in interface com.sk89q.worldedit.function.pattern.Pattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.RandomPattern
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.sk89q.worldedit.world.block.BlockState
 
apply(Extent, BlockVector3, BlockVector3) - Method in class com.sk89q.worldedit.world.block.BlockType
 
apply(BlockVector2) - Method in class com.fastasyncworldedit.core.function.SurfaceRegionFunction
 
apply(BlockVector2) - Method in class com.sk89q.worldedit.function.biome.BiomeReplace
Deprecated.
apply(BlockVector2) - Method in class com.sk89q.worldedit.function.biome.ExtentBiomeCopy
Deprecated.
apply(BlockVector2) - Method in interface com.sk89q.worldedit.function.FlatRegionFunction
Apply the function to the given position.
apply(BlockVector2) - Method in class com.sk89q.worldedit.function.FlatRegionMaskingFilter
 
apply(BlockVector2) - Method in interface com.sk89q.worldedit.function.pattern.BiomePattern
apply(BlockVector2) - Method in class com.sk89q.worldedit.function.util.FlatRegionOffset
 
apply(BlockVector3) - Method in class com.fastasyncworldedit.core.function.block.BiomeCopy
 
apply(BlockVector3) - Method in class com.fastasyncworldedit.core.function.block.CombinedBlockCopy
 
apply(BlockVector3) - Method in class com.fastasyncworldedit.core.function.block.SimpleBlockCopy
 
apply(BlockVector3) - Method in class com.fastasyncworldedit.core.function.NullRegionFunction
 
apply(BlockVector3) - Method in class com.fastasyncworldedit.core.function.RegionMaskTestFunction
 
apply(BlockVector3) - Method in record class com.fastasyncworldedit.core.function.visitor.IntersectRegionFunction
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.biome.BiomeReplace
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.biome.ExtentBiomeCopy
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.block.BlockDistributionCounter
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.block.BlockReplace
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.block.Counter
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.block.ExtentBlockCopy
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.CombinedRegionFunction
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.generator.FloraGenerator
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.generator.ForestGenerator
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.generator.GardenPatchGenerator
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.ItemUseFunction
 
apply(BlockVector3) - Method in interface com.sk89q.worldedit.function.pattern.Pattern
apply(BlockVector3) - Method in interface com.sk89q.worldedit.function.RegionFunction
Apply the function to the given position.
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.RegionMaskingFilter
 
apply(BlockVector3) - Method in class com.sk89q.worldedit.function.util.RegionOffset
 
apply(BlockVector3, int) - Method in class com.sk89q.worldedit.function.block.Naturalizer
 
apply(BlockVector3, int) - Method in class com.sk89q.worldedit.function.block.SnowSimulator
 
apply(BlockVector3, int) - Method in class com.sk89q.worldedit.function.GroundFunction
 
apply(BlockVector3, int) - Method in interface com.sk89q.worldedit.function.LayerFunction
Apply the function to the given position.
apply(Vector3) - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
 
apply(Vector3) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
apply(Vector3) - Method in class com.sk89q.worldedit.math.transform.CombinedTransform
 
apply(Vector3) - Method in class com.sk89q.worldedit.math.transform.Identity
 
apply(Vector3) - Method in interface com.sk89q.worldedit.math.transform.Transform
Returns the result of applying the function to the input.
apply(Region, T, boolean) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
apply(Region, T, boolean) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
apply(Region, T, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
apply(Region, T, boolean) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
apply(Region, T, boolean) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
apply(Region, T, boolean) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
apply(Region, T, boolean) - Method in interface com.sk89q.worldedit.extent.Extent
 
apply(BlockType) - Method in class com.fastasyncworldedit.core.world.block.BlockTypeSwitch
 
apply(BlockType, T) - Method in record class com.fastasyncworldedit.core.limit.PropertyRemap
Apply remapping to a given value if the given block type has the property associated with this remap instance.
apply(Iterable<BlockVector3>, T) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
apply(Iterable<BlockVector3>, T) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
apply(Iterable<BlockVector3>, T) - Method in interface com.sk89q.worldedit.extent.Extent
 
apply(String) - Method in class com.sk89q.worldedit.util.function.LevenshteinDistance
 
apply(T) - Method in interface com.sk89q.worldedit.util.function.IOFunction
 
apply(T, U, V, W) - Method in interface com.fastasyncworldedit.core.function.QuadFunction
 
Apply - Class in com.sk89q.worldedit.function.factory
Deprecated.
Use ApplyRegion or ApplyLayer depending on function type.
Apply(Contextual<? extends RegionFunction>) - Constructor for class com.sk89q.worldedit.function.factory.Apply
Deprecated.
 
Apply(Region, Contextual<? extends RegionFunction>) - Constructor for class com.sk89q.worldedit.function.factory.Apply
Deprecated.
 
applyBiome(BlockVector3) - Method in class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
 
applyBiome(BlockVector3) - Method in interface com.sk89q.worldedit.function.pattern.BiomePattern
Return a BiomeType for the given position.
applyBiome(BlockVector3) - Method in class com.sk89q.worldedit.world.biome.BiomeType
 
applyBlock(FilterBlock) - Method in class com.fastasyncworldedit.core.extent.filter.ArrayImageMask
 
applyBlock(FilterBlock) - Method in class com.fastasyncworldedit.core.extent.filter.CountFilter
 
applyBlock(FilterBlock) - Method in class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
applyBlock(FilterBlock) - Method in class com.fastasyncworldedit.core.extent.filter.LinkedFilter
 
applyBlock(FilterBlock) - Method in class com.fastasyncworldedit.core.extent.filter.MaskFilter
 
applyBlock(FilterBlock) - Method in class com.fastasyncworldedit.core.function.pattern.TypeSwapPattern
 
applyBlock(FilterBlock) - Method in interface com.fastasyncworldedit.core.queue.Filter
Make changes to the block here
- e.g., block.setId(...)
- Note: Performance is critical here
applyBlock(FilterBlock) - Method in interface com.fastasyncworldedit.core.queue.FilterBlockMask
 
applyBlock(FilterBlock) - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
applyBlock(FilterBlock) - Method in class com.sk89q.worldedit.extent.MaskingExtent
 
applyBlock(FilterBlock) - Method in interface com.sk89q.worldedit.function.pattern.Pattern
 
applyBlock(FilterBlock) - Method in interface com.sk89q.worldedit.function.RegionFunction
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.AngleColorPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.AnglePattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.AverageColorPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.BiomeApplyingPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.BufferedPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.DesaturatePattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.ExistingPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.ExpressionPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.Linear2DBlockPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.Linear3DBlockPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.LinearBlockPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.MaskedPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.NoXPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.NoYPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.NoZPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.OffsetPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.RandomFullClipboardPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.RandomOffsetPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.RelativePattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.SaturatePattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.ShadePattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.SolidRandomOffsetPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.SurfaceRandomOffsetPattern
 
applyBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.TypeSwapPattern
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.BlockPattern
Deprecated.
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.ExtentBufferedCompositePattern
 
applyBlock(BlockVector3) - Method in interface com.sk89q.worldedit.function.pattern.Pattern
Return a BaseBlock for the given position.
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.RandomPattern
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.RandomStatePattern
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.RepeatingExtentPattern
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.StateApplyingPattern
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.TypeApplyingPattern
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.WaterloggedRemover
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.block.BlockState
 
applyBlock(BlockVector3) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
 
applyBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.block.BlockType
 
ApplyBrushCommands - Class in com.sk89q.worldedit.command
 
ApplyBrushCommands() - Constructor for class com.sk89q.worldedit.command.ApplyBrushCommands
 
applyChanges(float[], int) - Method in class com.sk89q.worldedit.math.convolution.SnowHeightMap
Apply a raw heightmap to a region.
applyChunk(T, Region) - Method in interface com.fastasyncworldedit.core.queue.Filter
Do something with the IChunk
- Return null if you don't want to filter blocks
- Return the chunk if you do want to filter blocks
applyChunk(V, Region) - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
applyDouble(int, double) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.ValueReader
 
applyFilter(HeightMapFilter, int) - Method in class com.sk89q.worldedit.math.convolution.HeightMap
Apply the filter 'iterations' amount times.
applyFilter(HeightMapFilter, int) - Method in class com.sk89q.worldedit.math.convolution.SnowHeightMap
Compute the new heightmap with the filter 'iterations' amount times.
applyFloat(int, float) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.ValueReader
 
applyHeightMapData(int[][], EditSession, BlockVector3, int, double, boolean, boolean, boolean) - Method in interface com.fastasyncworldedit.core.math.heightmap.HeightMap
 
applyInt(int, int) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.IntValueReader
 
applyInt(int, int) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.ValueReader
 
ApplyLayer - Class in com.sk89q.worldedit.function.factory
 
ApplyLayer(Contextual<? extends LayerFunction>) - Constructor for class com.sk89q.worldedit.function.factory.ApplyLayer
 
ApplyLayer(FlatRegion, Contextual<? extends LayerFunction>) - Constructor for class com.sk89q.worldedit.function.factory.ApplyLayer
 
applyLayers(int[]) - Method in class com.sk89q.worldedit.math.convolution.HeightMap
 
applyLong(int, long) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.LongValueReader
 
applyLong(int, long) - Method in interface com.fastasyncworldedit.core.jnbt.streamer.ValueReader
 
ApplyRegion - Class in com.sk89q.worldedit.function.factory
 
ApplyRegion(Contextual<? extends RegionFunction>) - Constructor for class com.sk89q.worldedit.function.factory.ApplyRegion
 
ApplyRegion(Region, Contextual<? extends RegionFunction>) - Constructor for class com.sk89q.worldedit.function.factory.ApplyRegion
 
applySideEffects(BlockVector3, BlockState, SideEffectSet) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
applySideEffects(BlockVector3, BlockState, SideEffectSet) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
applySideEffects(BlockVector3, BlockState, SideEffectSet) - Method in class com.sk89q.worldedit.world.NullWorld
 
applySideEffects(BlockVector3, BlockState, SideEffectSet) - Method in interface com.sk89q.worldedit.world.World
Applies a set of side effects on the given block.
applyTileEntity(OutputExtent, int, int, int) - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
applyTileEntity(OutputExtent, int, int, int) - Method in class com.sk89q.worldedit.world.block.BlockState
 
applyTileEntity(OutputExtent, int, int, int) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
 
ArbitraryBiomeShape - Class in com.sk89q.worldedit.regions.shape
Generates solid and hollow shapes according to materials returned by the ArbitraryBiomeShape.getBiome(int, int, int, com.sk89q.worldedit.world.biome.BiomeType) method.
ArbitraryBiomeShape(Region) - Constructor for class com.sk89q.worldedit.regions.shape.ArbitraryBiomeShape
 
ArbitraryShape - Class in com.sk89q.worldedit.regions.shape
Generates solid and hollow shapes according to materials returned by the ArbitraryShape.getMaterial(int, int, int, com.sk89q.worldedit.world.block.BaseBlock) method.
ArbitraryShape(Region) - Constructor for class com.sk89q.worldedit.regions.shape.ArbitraryShape
 
ARCHER_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ArchiveDir - Interface in com.sk89q.worldedit.util.io.file
Represents an archive opened as a directory.
ArchiveNioSupport - Interface in com.sk89q.worldedit.util.io.file
Something that can provide access to an archive file as a file system.
ArchiveNioSupports - Class in com.sk89q.worldedit.util.io.file
 
ArchiveUnpacker - Class in com.sk89q.worldedit.util.io.file
 
ArchiveUnpacker(Path) - Constructor for class com.sk89q.worldedit.util.io.file.ArchiveUnpacker
 
arcLength(double, double) - Method in interface com.sk89q.worldedit.math.interpolation.Interpolation
Gets the result of ∫ab|f'(t)| dt.
That means it calculates the arc length (in meters) between positionA and positionB.
arcLength(double, double) - Method in class com.sk89q.worldedit.math.interpolation.KochanekBartelsInterpolation
 
arcLength(double, double) - Method in class com.sk89q.worldedit.math.interpolation.LinearInterpolation
 
arcLength(double, double) - Method in class com.sk89q.worldedit.math.interpolation.ReparametrisingInterpolation
 
area - Variable in class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
 
area - Variable in class com.sk89q.worldedit.internal.cui.SelectionPointEvent
 
area(Player, LocalSession, int) - Method in class com.sk89q.worldedit.command.SuperPickaxeCommands
 
AREA_EFFECT_CLOUD - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
AreaPickaxe - Class in com.sk89q.worldedit.command.tool
A super pickaxe mode that will remove blocks in an area.
AreaPickaxe(int) - Constructor for class com.sk89q.worldedit.command.tool.AreaPickaxe
 
args - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
argsLength() - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
Arguments - Interface in com.sk89q.worldedit.command.argument
Key-interface for InjectedValueAccess for the String arguments.
ARMOR_STAND - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
ARMOR_STAND - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ARMOR_STAND - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ARMS_UP_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ArrayFilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
Deprecated, for removal: This API element is subject to removal in a future version.
Unused internally
ArrayFilterBlock(Extent, char[], byte[], int, int, int) - Constructor for class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
ArrayHeightMap - Class in com.fastasyncworldedit.core.math.heightmap
 
ArrayHeightMap(char[][], double) - Constructor for class com.fastasyncworldedit.core.math.heightmap.ArrayHeightMap
New height map represented by char array[][] of values x*z to be scaled given a set size.
ArrayImageMask - Class in com.fastasyncworldedit.core.extent.filter
 
ArrayImageMask(BufferedImage, boolean) - Constructor for class com.fastasyncworldedit.core.extent.filter.ArrayImageMask
 
ArrayListHistory - Class in com.sk89q.worldedit.history.changeset
Stores all Changes in an ArrayList.
ArrayListHistory() - Constructor for class com.sk89q.worldedit.history.changeset.ArrayListHistory
 
ARROW - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ARROW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ARROWS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
as(Class<T>, Object) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
asBinaryTag() - Method in class com.sk89q.jnbt.ByteArrayTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.ByteTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.DoubleTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.EndTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.FloatTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.IntArrayTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.IntTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.LazyCompoundTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.ListTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.LongArrayTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.LongTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.ShortTag
Deprecated.
 
asBinaryTag() - Method in class com.sk89q.jnbt.StringTag
Deprecated.
 
asBytes() - Method in class com.sk89q.worldedit.util.net.HttpRequest.BufferedResponse
Return the result as bytes.
ascend(Player, int) - Method in class com.sk89q.worldedit.command.NavigationCommands
 
ASCENDING_CARDINAL - Static variable in class com.sk89q.worldedit.util.Direction.Flag
 
ASCENDING_EAST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
ASCENDING_NORTH - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
ASCENDING_SOUTH - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
ASCENDING_WEST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
ascendLevel() - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
ascendLevel() - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
ascendLevel() - Method in interface com.sk89q.worldedit.entity.Player
Go up one level to the next free space above.
ascendLevel() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
ascendLevel() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
ascendToCeiling(int) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
ascendToCeiling(int) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
ascendToCeiling(int) - Method in interface com.sk89q.worldedit.entity.Player
Ascend to the ceiling above.
ascendToCeiling(int) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
ascendToCeiling(int) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
ascendToCeiling(int, boolean) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
ascendToCeiling(int, boolean) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
ascendToCeiling(int, boolean) - Method in interface com.sk89q.worldedit.entity.Player
Ascend to the ceiling above.
ascendToCeiling(int, boolean) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
ascendToCeiling(int, boolean) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
ascendUpwards(int) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
ascendUpwards(int) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
ascendUpwards(int) - Method in interface com.sk89q.worldedit.entity.Player
Just go up.
ascendUpwards(int) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
ascendUpwards(int) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
ascendUpwards(int, boolean) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
ascendUpwards(int, boolean) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
ascendUpwards(int, boolean) - Method in interface com.sk89q.worldedit.entity.Player
Just go up.
ascendUpwards(int, boolean) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
ascendUpwards(int, boolean) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
asDouble(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a double named with the given index, even if it's another type of number.
asDouble(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a double named with the given key, even if it's another type of number.
asFlatRegion() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
asFlatRegion() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
asFlatRegion() - Method in interface com.sk89q.worldedit.regions.FlatRegion
Get this region as an iterable flat region.
asFlatRegion() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
asFlatRegion(Region) - Static method in class com.sk89q.worldedit.regions.Regions
Attempt to get a FlatRegion from the given region.
asInt(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get an int named with the given index, even if it's another type of number.
asInt(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get an int named with the given key, even if it's another type of number.
asLong(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a long named with the given index, even if it's another type of number.
asLong(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a long named with the given key, even if it's another type of number.
asMap(Object...) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asMask(Mask2D) - Static method in class com.sk89q.worldedit.function.mask.Masks
Return a 3-dimensional version of a 2D mask.
asRegion() - Method in class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
Return a region representation of this buffer.
ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
ASSIGN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
ASSIGN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
assignment() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
assignment() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentExpressionContext
 
AssignmentContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
assignmentExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
assignmentExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionContext
 
AssignmentExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentExpressionContext
 
assignmentOperator() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
assignmentOperator() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
AssignmentOperatorContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
asString(String) - Method in class com.sk89q.worldedit.util.net.HttpRequest.BufferedResponse
Return the result as a string.
asTag(byte) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(byte[]) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(double) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(float) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(int) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(int[]) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(long) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(long[]) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(short) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(Object) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(Object...) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(String) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(Collection) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
asTag(Map<String, Object>) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
async(Runnable) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Complete a task in the forkJoinPoolSecondary queue.
async(Runnable) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task asynchronously.
async(Runnable, T) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Complete a task in the forkJoinPoolSecondary queue.
async(Callable<T>) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Complete a task in the forkJoinPoolSecondary queue.
ASYNC - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIGHTING
 
AsyncCommandBuilder<T> - Class in com.sk89q.worldedit.command.util
 
AsyncNotifyKeyedQueue - Class in com.fastasyncworldedit.core.util.task
async queue that accepts a Thread.UncaughtExceptionHandler for exception handling per instance, delegating to a parent KeyQueuedExecutorService.
AsyncNotifyKeyedQueue(Thread.UncaughtExceptionHandler, Supplier<UUID>) - Constructor for class com.fastasyncworldedit.core.util.task.AsyncNotifyKeyedQueue
New instance
AsyncNotifyQueue - Class in com.fastasyncworldedit.core.util.task
 
AsyncNotifyQueue(Thread.UncaughtExceptionHandler) - Constructor for class com.fastasyncworldedit.core.util.task.AsyncNotifyQueue
 
AsyncPlayer - Class in com.fastasyncworldedit.core.wrappers
 
AsyncPlayer(Player) - Constructor for class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
AsyncPreloader - Class in com.fastasyncworldedit.core.queue.implementation.preloader
 
AsyncPreloader() - Constructor for class com.fastasyncworldedit.core.queue.implementation.preloader.AsyncPreloader
 
at(double, double) - Static method in class com.sk89q.worldedit.math.BlockVector2
 
at(double, double) - Static method in class com.sk89q.worldedit.math.Vector2
 
at(double, double, double) - Static method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
at(double, double, double) - Static method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
at(double, double, double) - Static method in class com.sk89q.worldedit.math.BlockVector3
 
at(double, double, double) - Static method in class com.sk89q.worldedit.math.BlockVector3Imp
 
at(double, double, double) - Static method in class com.sk89q.worldedit.math.Vector3
 
at(int, int) - Static method in class com.sk89q.worldedit.math.BlockVector2
 
at(int, int, int) - Static method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
at(int, int, int) - Static method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
at(int, int, int) - Static method in class com.sk89q.worldedit.math.BlockVector3
 
at(int, int, int) - Static method in class com.sk89q.worldedit.math.BlockVector3Imp
 
atan2(float, float) - Static method in class com.fastasyncworldedit.core.util.CachedMathMan
 
atan2(float, float) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
ATTACHED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
ATTACHED_MELON_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ATTACHED_PUMPKIN_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ATTACHMENT - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
AttributeTarget - Enum Class in com.sk89q.worldedit.util.io.file
 
AuthorizationException - Exception in com.sk89q.worldedit.util.auth
Raised when authorization is not granted.
AuthorizationException() - Constructor for exception com.sk89q.worldedit.util.auth.AuthorizationException
 
AuthorizationException(Component) - Constructor for exception com.sk89q.worldedit.util.auth.AuthorizationException
 
AuthorizationException(Component, Throwable) - Constructor for exception com.sk89q.worldedit.util.auth.AuthorizationException
 
AuthorizationException(String) - Constructor for exception com.sk89q.worldedit.util.auth.AuthorizationException
Deprecated.
AuthorizationException(String, Throwable) - Constructor for exception com.sk89q.worldedit.util.auth.AuthorizationException
Deprecated.
AuthorizationException(Throwable) - Constructor for exception com.sk89q.worldedit.util.auth.AuthorizationException
 
Authorizer - Interface in com.sk89q.worldedit.util.auth
Tests whether permission is granted.
autoRotate - Variable in class com.fastasyncworldedit.core.command.tool.brush.CopyPastaBrush
 
available() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
available() - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
available() - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
averageColor(int...) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
Combine multiple colors by multipling
averageColor(int, int) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
Combine two colors by averaging
AverageColorPattern - Class in com.fastasyncworldedit.core.function.pattern
 
AverageColorPattern(Extent, TextureHolder, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.AverageColorPattern
Create a new Pattern instance
AverageColorPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
AverageColorPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.AverageColorPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
averageRGB(int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.SummedColorTable
 
averageRGBA(int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.SummedColorTable
 
awaitTermination(long, TimeUnit) - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
AXES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
AXIS - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
AXOLOTL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
AXOLOTL_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
AXOLOTL_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
AXOLOTL_TEMPT_ITEMS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
AXOLOTLS_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
AZALEA - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
AZALEA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
AZALEA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
AZALEA_GROWS_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
AZALEA_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
AZALEA_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
AZALEA_ROOT_REPLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
AZURE_BLUET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
AZURE_BLUET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 

B

backup - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.ChunkBatch
 
backwardIterator() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
backwardIterator() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
backwardIterator() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
backwardIterator() - Method in class com.sk89q.worldedit.history.changeset.ArrayListHistory
 
backwardIterator() - Method in class com.sk89q.worldedit.history.changeset.BlockOptimizedHistory
 
backwardIterator() - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Get a backward directed iterator that can be used for undo.
BackwardsExtentBlockCopy - Class in com.sk89q.worldedit.function.operation
 
BADLANDS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
BADLANDS_PLATEAU - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
BAKED_POTATO - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BAMBOO_BLOCKS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
BAMBOO_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_CHEST_RAFT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_JUNGLE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
BAMBOO_JUNGLE_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
BAMBOO_MOSAIC - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_MOSAIC - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_MOSAIC_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_MOSAIC_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_MOSAIC_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_MOSAIC_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_PLANTABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BAMBOO_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_RAFT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BAMBOO_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BAMBOO_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BannerBlockCompatibilityHandler - Class in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
BannerBlockCompatibilityHandler() - Constructor for class com.sk89q.worldedit.extent.clipboard.io.legacycompat.BannerBlockCompatibilityHandler
 
BANNERS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BANNERS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
BARREL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BARREL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BARRIER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BARRIER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BASALT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BASALT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BASALT_DELTAS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
base() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
Returns the value of the base record component.
BASE_STONE_NETHER - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BASE_STONE_OVERWORLD - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
baseBlock(Actor, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
BaseBlock - Class in com.sk89q.worldedit.world.block
Represents a "snapshot" of a block with NBT Data.
BaseBlock(int, int) - Constructor for class com.sk89q.worldedit.world.block.BaseBlock
Deprecated.
BaseBlock(BlockState) - Constructor for class com.sk89q.worldedit.world.block.BaseBlock
Construct a block with a state.
BaseBlock(BlockState, CompoundTag) - Constructor for class com.sk89q.worldedit.world.block.BaseBlock
Deprecated.
BaseBlock(BlockState, LazyReference<CompoundBinaryTag>) - Constructor for class com.sk89q.worldedit.world.block.BaseBlock
Construct a block with the given ID, data value and NBT data structure.
BaseBlock(BlockType) - Constructor for class com.sk89q.worldedit.world.block.BaseBlock
Deprecated.
FAWE deprecation - Just use the BlockType.getDefaultState()
BaseEntity - Class in com.sk89q.worldedit.entity
Represents a mutable "snapshot" of an entity.
BaseEntity(CompoundTag) - Constructor for class com.sk89q.worldedit.entity.BaseEntity
 
BaseEntity(BaseEntity) - Constructor for class com.sk89q.worldedit.entity.BaseEntity
Make a clone of a BaseEntity.
BaseEntity(EntityType) - Constructor for class com.sk89q.worldedit.entity.BaseEntity
Create a new base entity with no NBT data.
BaseEntity(EntityType, CompoundTag) - Constructor for class com.sk89q.worldedit.entity.BaseEntity
BaseEntity(EntityType, LazyReference<CompoundBinaryTag>) - Constructor for class com.sk89q.worldedit.entity.BaseEntity
Create a new base entity.
BaseItem - Class in com.sk89q.worldedit.blocks
Represents an item, without an amount value.
BaseItem(ItemType) - Constructor for class com.sk89q.worldedit.blocks.BaseItem
Construct the object.
BaseItem(ItemType, CompoundTag) - Constructor for class com.sk89q.worldedit.blocks.BaseItem
Deprecated.
BaseItem(ItemType, LazyReference<CompoundBinaryTag>) - Constructor for class com.sk89q.worldedit.blocks.BaseItem
Construct the object.
BaseItemStack - Class in com.sk89q.worldedit.blocks
Represents a stack of BaseItems.
BaseItemStack(ItemType) - Constructor for class com.sk89q.worldedit.blocks.BaseItemStack
Construct the object with default stack size of one, with damage value of 0.
BaseItemStack(ItemType, int) - Constructor for class com.sk89q.worldedit.blocks.BaseItemStack
Construct the object.
BaseItemStack(ItemType, CompoundTag, int) - Constructor for class com.sk89q.worldedit.blocks.BaseItemStack
BaseItemStack(ItemType, LazyReference<CompoundBinaryTag>, int) - Constructor for class com.sk89q.worldedit.blocks.BaseItemStack
Construct the object.
BAT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
BAT_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
batches - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo
 
BatchProcessorHolder - Class in com.fastasyncworldedit.core.extent.processor
 
BatchProcessorHolder() - Constructor for class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
BEACH - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
BEACON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BEACON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEACON_BASE_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BEACON_PAYMENT_ITEMS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
BedBlockCompatibilityHandler - Class in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
BedBlockCompatibilityHandler() - Constructor for class com.sk89q.worldedit.extent.clipboard.io.legacycompat.BedBlockCompatibilityHandler
 
BEDROCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BEDROCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEDS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BEDS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
BEE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
BEE_GROWABLES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BEE_NEST - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BEE_NEST - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEEF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEEHIVE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BEEHIVE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEEHIVES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BEETROOT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEETROOT_SEEDS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEETROOT_SOUP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BEETROOTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BEFORE_CHANGE - Enum constant in enum class com.sk89q.worldedit.EditSession.Stage
 
BEFORE_HISTORY - Enum constant in enum class com.sk89q.worldedit.EditSession.Stage
 
BEFORE_REORDER - Enum constant in enum class com.sk89q.worldedit.EditSession.Stage
 
beforeCall(Method, CommandParameters) - Method in class com.fastasyncworldedit.core.internal.command.MethodInjector
 
beforeCall(Method, CommandParameters) - Method in class com.sk89q.worldedit.command.util.annotation.ConfirmHandler
 
beforeCall(Method, CommandParameters) - Method in class com.sk89q.worldedit.command.util.annotation.PreloadHandler
 
beforeCall(Method, CommandParameters) - Method in class com.sk89q.worldedit.internal.command.CommandLoggingHandler
 
BELL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BELL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
below(Vector3) - Method in class com.sk89q.worldedit.regions.polyhedron.Triangle
Returns whether the given point is above the plane the triangle is in.
BERRIES - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
BesideMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
BesideMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.BesideMaskParser
 
BIG_DRIPLEAF - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIG_DRIPLEAF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIG_DRIPLEAF_PLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BIG_DRIPLEAF_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIG_TREE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
Binding - Annotation Interface in com.fastasyncworldedit.core.extension.platform.binding
 
Bindings - Class in com.fastasyncworldedit.core.extension.platform.binding
 
Bindings(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.platform.binding.Bindings
 
BIOME - Static variable in class com.sk89q.worldedit.world.DataFixer.FixTypes
 
BiomeApplyingPattern - Class in com.fastasyncworldedit.core.function.pattern
 
BiomeApplyingPattern(Extent, BiomeType) - Constructor for class com.fastasyncworldedit.core.function.pattern.BiomeApplyingPattern
Create a new Pattern instance
BiomeChange - Class in com.sk89q.worldedit.history.change
Deprecated.
BiomeChange(BlockVector2, BiomeType, BiomeType) - Constructor for class com.sk89q.worldedit.history.change.BiomeChange
Deprecated.
Create a new biome change.
BiomeChange3D - Class in com.sk89q.worldedit.history.change
Represents a biome change that may be undone or replayed.
BiomeChange3D(BlockVector3, BiomeType, BiomeType) - Constructor for class com.sk89q.worldedit.history.change.BiomeChange3D
Create a new biome change.
BiomeColor(int, String, float, float, int, int) - Constructor for class com.fastasyncworldedit.core.util.TextureUtil.BiomeColor
 
BiomeCommands - Class in com.sk89q.worldedit.command
Implements biome-related commands such as "/biomelist".
BiomeCommands() - Constructor for class com.sk89q.worldedit.command.BiomeCommands
Create a new instance.
BiomeCopy - Class in com.fastasyncworldedit.core.function.block
 
BiomeCopy(Extent, Extent) - Constructor for class com.fastasyncworldedit.core.function.block.BiomeCopy
 
BiomeData - Interface in com.sk89q.worldedit.world.biome
Deprecated.
This no longer returns useful information.
biomeInfo(Actor, World, LocalSession, boolean, boolean) - Method in class com.sk89q.worldedit.command.BiomeCommands
 
biomeList(Actor, int) - Method in class com.sk89q.worldedit.command.BiomeCommands
 
BiomeMask - Class in com.sk89q.worldedit.function.mask
Tests true if the biome at applied points is the same as the one given.
BiomeMask(Extent, BiomeType...) - Constructor for class com.sk89q.worldedit.function.mask.BiomeMask
Create a new biome mask.
BiomeMask(Extent, Collection<BiomeType>) - Constructor for class com.sk89q.worldedit.function.mask.BiomeMask
Create a new biome mask.
BiomeMask2D - Class in com.sk89q.worldedit.function.mask
Deprecated.
use BiomeMask as biomes are now 3D.
BiomeMask2D(Extent, BiomeType...) - Constructor for class com.sk89q.worldedit.function.mask.BiomeMask2D
Deprecated.
Create a new biome mask.
BiomeMask2D(Extent, Collection<BiomeType>) - Constructor for class com.sk89q.worldedit.function.mask.BiomeMask2D
Deprecated.
Create a new biome mask.
BiomeMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
BiomeMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.BiomeMaskParser
 
BiomeMath - Class in com.sk89q.worldedit.internal.util
 
BiomeMath() - Constructor for class com.sk89q.worldedit.internal.util.BiomeMath
 
BiomePattern - Interface in com.sk89q.worldedit.function.pattern
Returns a BiomeType for a given position.
BiomePatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
BiomePatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.BiomePatternParser
Create a new biome pattern parser.
BiomeQuirkExtent - Class in com.sk89q.worldedit.extent.world
Handles quirks when placing biomes.
BiomeQuirkExtent(Extent) - Constructor for class com.sk89q.worldedit.extent.world.BiomeQuirkExtent
Create a new instance.
BiomeRegistry - Interface in com.sk89q.worldedit.world.registry
Provides information on biomes.
BiomeReplace - Class in com.sk89q.worldedit.function.biome
Replaces the biome at the locations that this function is applied to.
BiomeReplace(Extent, BiomePattern) - Constructor for class com.sk89q.worldedit.function.biome.BiomeReplace
Create a new instance.
BiomeReplace(Extent, BiomeType) - Constructor for class com.sk89q.worldedit.function.biome.BiomeReplace
Create a new instance.
biomes - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
biomes - Variable in class com.sk89q.worldedit.world.chunk.AnvilChunk13
 
Biomes - Class in com.sk89q.worldedit.world.biome
Deprecated.
Only method is being deprecated for removal.
biomeType(BiomeType) - Method in class com.sk89q.worldedit.world.RegenOptions.Builder
Defines the BiomeType the regenerator should use for regeneration.
BiomeType - Class in com.sk89q.worldedit.world.biome
All the types of biomes in the game.
BiomeType(String) - Constructor for class com.sk89q.worldedit.world.biome.BiomeType
 
BiomeTypes - Class in com.sk89q.worldedit.world.biome
Stores a list of common BiomeTypes.
BIRCH - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
BIRCH_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
BIRCH_FOREST_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
BIRCH_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BIRCH_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
BIRCH_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_SAPLING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIRCH_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BIRCH_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BIT_MASK - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache
 
BIT_OFFSET - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache
 
BitArray - Class in com.fastasyncworldedit.core.math
 
BitArray(int, int) - Constructor for class com.fastasyncworldedit.core.math.BitArray
 
BitArray(int, int, long[]) - Constructor for class com.fastasyncworldedit.core.math.BitArray
 
BitArrayUnstretched - Class in com.fastasyncworldedit.core.math
 
BitArrayUnstretched(int, int) - Constructor for class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
BitArrayUnstretched(int, int, long[]) - Constructor for class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
BITES - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
BitMath - Class in com.sk89q.worldedit.math
 
BITS_PER_WORD - Static variable in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
BitSetBlocks - Class in com.fastasyncworldedit.core.queue.implementation.blocks
 
BitSetBlocks(BlockState, int, int) - Constructor for class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
bitsPerEntry - Variable in class com.fastasyncworldedit.core.FaweCache.Palette
 
BLACK_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACK_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACK_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACKSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACKSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACKSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACKSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACKSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACKSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLACKSTONE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLACKSTONE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLADE_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLANK_CONFIG - Static variable in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
BlanketBaseBlock - Class in com.fastasyncworldedit.core.world.block
BaseBlock that when parsed to masks represents all BlockStates of a BlockType, whilst allowing for NBT storage
BlanketBaseBlock(BlockState) - Constructor for class com.fastasyncworldedit.core.world.block.BlanketBaseBlock
 
BlanketBaseBlock(BlockState, CompoundTag) - Constructor for class com.fastasyncworldedit.core.world.block.BlanketBaseBlock
 
BLAST_FURNACE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLAST_FURNACE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLAZE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
BLAZE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLAZE_ROD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLAZE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BlendBall - Class in com.fastasyncworldedit.core.command.tool.brush
 
BlendBall() - Constructor for class com.fastasyncworldedit.core.command.tool.brush.BlendBall
Create a new Brush instance with default settings.
BlendBall(int, boolean, CachedMask) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.BlendBall
Create a new Brush instance.
blendBallBrush(InjectedValueAccess, Expression, int, boolean, Mask) - Method in class com.sk89q.worldedit.command.BrushCommands
 
blobBrush(Actor, LocalSession, EditSession, Pattern, double, Vector3, double, double, double) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
blobBrush(InjectedValueAccess, Pattern, Vector3, double, double, double) - Method in class com.sk89q.worldedit.command.BrushCommands
 
BlobBrush - Record Class in com.fastasyncworldedit.core.command.tool.brush
 
BlobBrush(Vector3, double, double, double) - Constructor for record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
Creates an instance of a BlobBrush record class.
block() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
block() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
BLOCK_BAG - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
BLOCK_BAG - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
BLOCK_DISPLAY - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
BLOCK_ENTITY - Static variable in class com.sk89q.worldedit.world.DataFixer.FixTypes
 
BLOCK_STATE - Static variable in class com.sk89q.worldedit.world.DataFixer.FixTypes
 
BLOCK_STATES - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
BLOCK_TO_PALETTE - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
BLOCK_VECTOR_3_CONVERTER - Static variable in class com.sk89q.worldedit.command.argument.VectorConverter
 
BlockArrayClipboard - Class in com.sk89q.worldedit.extent.clipboard
Stores block data as a multi-dimensional array of BlockStates and other data as lists or maps.
BlockArrayClipboard(SimpleClipboard, BlockVector3) - Constructor for class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
Create a new instance, storage-backed by the given clipboard.
BlockArrayClipboard(Region) - Constructor for class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
Create a new instance.
BlockArrayClipboard(Region, SimpleClipboard) - Constructor for class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
Create a new instance, storage-backed by the given clipboard.
BlockArrayClipboard(Region, UUID) - Constructor for class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
Create a new instance.
BlockArrayClipboard.ClipboardEntity - Class in com.sk89q.worldedit.extent.clipboard
Stores entity data.
blockBag - Variable in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
blockBag(BlockBag) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the block bag for the EditSession.
BlockBag - Class in com.sk89q.worldedit.extent.inventory
Represents a source to get blocks from and store removed ones.
BlockBag() - Constructor for class com.sk89q.worldedit.extent.inventory.BlockBag
 
BlockBagChangeSet - Class in com.fastasyncworldedit.core.history.changeset
 
BlockBagChangeSet(AbstractChangeSet, BlockBag, boolean) - Constructor for class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
 
BlockBagException - Exception in com.sk89q.worldedit.extent.inventory
Thrown when a block bag detects a problem.
BlockBagException() - Constructor for exception com.sk89q.worldedit.extent.inventory.BlockBagException
 
BlockBagExtent - Class in com.sk89q.worldedit.extent.inventory
Applies a BlockBag to operations.
BlockBagExtent(Extent, BlockBag) - Constructor for class com.sk89q.worldedit.extent.inventory.BlockBagExtent
Create a new instance.
BlockBagExtent(Extent, BlockBag, boolean) - Constructor for class com.sk89q.worldedit.extent.inventory.BlockBagExtent
 
BlockCategories - Class in com.sk89q.worldedit.world.block
Stores a list of common BlockCategories.
BlockCategory - Class in com.sk89q.worldedit.world.block
A category of blocks.
BlockCategory(String) - Constructor for class com.sk89q.worldedit.world.block.BlockCategory
 
BlockCategoryMask - Class in com.sk89q.worldedit.function.mask
A mask that tests whether a block matches a given BlockCategory, or tag.
BlockCategoryMask(Extent, BlockCategory) - Constructor for class com.sk89q.worldedit.function.mask.BlockCategoryMask
 
BlockCategoryMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
BlockCategoryMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.BlockCategoryMaskParser
 
BlockCategoryPatternParser - Class in com.sk89q.worldedit.extension.factory.parser.pattern
 
BlockCategoryPatternParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.pattern.BlockCategoryPatternParser
 
BlockCategoryRegistry - Interface in com.sk89q.worldedit.world.registry
A registry for BlockType categories.
BlockChange - Class in com.sk89q.worldedit.history.change
Represents a block change that may be undone or replayed.
BlockChange(BlockVector3, BP, BC) - Constructor for class com.sk89q.worldedit.history.change.BlockChange
Create a new block change.
BlockChangeLimiter - Class in com.sk89q.worldedit.extent.validation
Limits the number of blocks that can be changed before a MaxChangedBlocksException is thrown.
BlockChangeLimiter(Extent, int) - Constructor for class com.sk89q.worldedit.extent.validation.BlockChangeLimiter
Create a new instance.
blockColors - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
BlockContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.BlockContext
 
BlockDataCyler - Class in com.sk89q.worldedit.command.tool
A mode that cycles the data values of supported blocks.
BlockDataCyler() - Constructor for class com.sk89q.worldedit.command.tool.BlockDataCyler
 
blockDistance - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
BlockDistributionCounter - Class in com.sk89q.worldedit.function.block
 
BlockDistributionCounter(Extent, boolean) - Constructor for class com.sk89q.worldedit.function.block.BlockDistributionCounter
 
BlockDistributionResult(List<Countable<BlockState>>, boolean) - Constructor for class com.sk89q.worldedit.command.SelectionCommands.BlockDistributionResult
 
BlockDistributionResult(List<Countable<BlockState>>, boolean, String) - Constructor for class com.sk89q.worldedit.command.SelectionCommands.BlockDistributionResult
 
BlockEntry() - Constructor for class com.sk89q.worldedit.world.registry.BundledBlockData.BlockEntry
 
BlockFactory - Class in com.sk89q.worldedit.extension.factory
A registry of known BaseBlocks.
BlockFactory(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.BlockFactory
Create a new instance.
BlockInteractEvent - Class in com.sk89q.worldedit.event.platform
Called when a block is interacted with.
BlockInteractEvent(Actor, Location, Interaction) - Constructor for class com.sk89q.worldedit.event.platform.BlockInteractEvent
Deprecated.
BlockInteractEvent(Actor, Location, Direction, Interaction) - Constructor for class com.sk89q.worldedit.event.platform.BlockInteractEvent
Create a new event.
BlockMap<V> - Class in com.sk89q.worldedit.util.collection
A space-efficient map implementation for block locations.
BlockMask - Class in com.sk89q.worldedit.function.mask
A mask that checks whether blocks at the given positions are matched by a block in a list.
BlockMask() - Constructor for class com.sk89q.worldedit.function.mask.BlockMask
 
BlockMask(Extent) - Constructor for class com.sk89q.worldedit.function.mask.BlockMask
 
BlockMask(Extent, boolean[]) - Constructor for class com.sk89q.worldedit.function.mask.BlockMask
 
BlockMask(Extent, BaseBlock...) - Constructor for class com.sk89q.worldedit.function.mask.BlockMask
Create a new block mask.
BlockMask(Extent, Collection<BaseBlock>) - Constructor for class com.sk89q.worldedit.function.mask.BlockMask
Deprecated.
NBT not supported by this mask
BlockMaskBuilder - Class in com.fastasyncworldedit.core.function.mask
 
BlockMaskBuilder() - Constructor for class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
BlockMaskBuilder(long[][]) - Constructor for class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
BlockMaterial - Interface in com.sk89q.worldedit.world.registry
Describes the material for a block.
BlockOptimizedHistory - Class in com.sk89q.worldedit.history.changeset
An extension of ArrayListHistory that stores BlockChanges separately in two ArrayLists.
BlockOptimizedHistory() - Constructor for class com.sk89q.worldedit.history.changeset.BlockOptimizedHistory
 
BlockPattern - Class in com.sk89q.worldedit.function.pattern
Deprecated.
all BlockStateHolders can be used directly as a pattern
BlockPattern(BlockStateHolder<?>) - Constructor for class com.sk89q.worldedit.function.pattern.BlockPattern
Deprecated.
Create a new pattern with the given block.
BlockQuirkExtent - Class in com.sk89q.worldedit.extent.world
Deprecated.
Handled by the world entirely now
BlockQuirkExtent(Extent, World) - Constructor for class com.sk89q.worldedit.extent.world.BlockQuirkExtent
Deprecated.
Create a new instance.
BlockRegistry - Interface in com.sk89q.worldedit.world.registry
Provides information on blocks and provides methods to create them.
BlockReplace - Class in com.sk89q.worldedit.function.block
Replaces blocks with a given pattern.
BlockReplace(Extent, Pattern) - Constructor for class com.sk89q.worldedit.function.block.BlockReplace
Create a new instance.
BlockReplacer - Class in com.sk89q.worldedit.command.tool
A mode that replaces one block.
BlockReplacer(Pattern) - Constructor for class com.sk89q.worldedit.command.tool.BlockReplacer
 
blocks - Variable in class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
blocks - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
Blocks - Class in com.sk89q.worldedit.blocks
Block-related utility methods.
BLOCKS_PER_LAYER - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
BlockSet - Class in com.fastasyncworldedit.core.util.collection
 
BlockSet(int, int) - Constructor for class com.fastasyncworldedit.core.util.collection.BlockSet
 
blockSize - Variable in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
BlocksMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
Parses mask input strings.
BlocksMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.BlocksMaskParser
 
blockState(Actor, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
BlockState - Class in com.sk89q.worldedit.world.block
An immutable class that represents the state a block can be in.
BlockState(BlockType, int, int) - Constructor for class com.sk89q.worldedit.world.block.BlockState
 
BlockState(BlockType, int, int, CompoundTag) - Constructor for class com.sk89q.worldedit.world.block.BlockState
 
blockStateComparator(String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
blockStateHolder(Actor, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
BlockStateHolder<B extends BlockStateHolder<B>> - Interface in com.sk89q.worldedit.world.block
 
BlockStateIdAccess - Class in com.sk89q.worldedit.internal.block
 
BlockStateMask - Class in com.sk89q.worldedit.function.mask
Deprecated.
BlockStateMask(Extent, Map<String, String>, boolean) - Constructor for class com.sk89q.worldedit.function.mask.BlockStateMask
Deprecated.
Creates a mask that checks if a given block has the desired properties set to the desired value.
BlockStateMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
BlockStateMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.BlockStateMaskParser
 
blockStateMatches(String, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
blockStates - Variable in class com.fastasyncworldedit.core.FaweCache.Palette
Reusable buffer array, MUST check blockStatesLength for actual length
blockStatesLength - Variable in class com.fastasyncworldedit.core.FaweCache.Palette
 
blockStateStringDistance(String, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
BlockTool - Interface in com.sk89q.worldedit.command.tool
 
BlockTransformExtent - Class in com.sk89q.worldedit.extent.transform
Transforms blocks themselves (but not their position) according to a given transform.
BlockTransformExtent(Extent) - Constructor for class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
BlockTransformExtent(Extent, Transform) - Constructor for class com.sk89q.worldedit.extent.transform.BlockTransformExtent
Create a new instance.
BlockTranslateExtent - Class in com.fastasyncworldedit.core.extent
 
BlockTranslateExtent(Extent, int, int, int) - Constructor for class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
blockType(Actor, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
BlockType - Class in com.sk89q.worldedit.world.block
 
BlockType(String) - Constructor for class com.sk89q.worldedit.world.block.BlockType
Deprecated.
You should not be initialising your own BlockTypes, use BlockTypes.get(String) instead. If there is a specific requirement to actually create new block types, please contact the FAWE devs to discuss. Use BlockTypes.get(String) instead.
BlockType(String, int, List<BlockState>) - Constructor for class com.sk89q.worldedit.world.block.BlockType
 
BlockType(String, Function<BlockState, BlockState>) - Constructor for class com.sk89q.worldedit.world.block.BlockType
Deprecated.
You should not be initialising your own BlockTypes, use BlockTypes.get(String) instead. If there is a specific requirement to actually create new block types, please contact the FAWE devs to discuss. Use BlockTypes.get(String) instead.
BlockTypeMask - Class in com.sk89q.worldedit.function.mask
A mask that checks whether blocks at the given positions are matched by a block in a list.
BlockTypeMask(Extent, BlockType...) - Constructor for class com.sk89q.worldedit.function.mask.BlockTypeMask
Create a new block mask.
BlockTypeMask(Extent, Collection<BlockType>) - Constructor for class com.sk89q.worldedit.function.mask.BlockTypeMask
Create a new block mask.
BlockTypes - Class in com.sk89q.worldedit.world.block
Stores a list of common BlockTypes.
BlockTypes() - Constructor for class com.sk89q.worldedit.world.block.BlockTypes
 
BlockTypesCache - Class in com.sk89q.worldedit.world.block
 
BlockTypesCache() - Constructor for class com.sk89q.worldedit.world.block.BlockTypesCache
 
BlockTypesCache.ReservedIDs - Class in com.sk89q.worldedit.world.block
Statically-set reserved IDs.
BlockTypesCache.Settings - Class in com.sk89q.worldedit.world.block
 
BlockTypeSwitch<T> - Class in com.fastasyncworldedit.core.world.block
 
BlockTypeSwitch(T[]) - Constructor for class com.fastasyncworldedit.core.world.block.BlockTypeSwitch
 
BlockTypeSwitchBuilder<T> - Class in com.fastasyncworldedit.core.world.block
 
BlockTypeSwitchBuilder(T) - Constructor for class com.fastasyncworldedit.core.world.block.BlockTypeSwitchBuilder
 
BlockVector2 - Class in com.sk89q.worldedit.math
An immutable 2-dimensional vector.
BlockVector2() - Constructor for class com.sk89q.worldedit.math.BlockVector2
 
BlockVector2(int, int) - Constructor for class com.sk89q.worldedit.math.BlockVector2
Construct an instance.
BlockVector3 - Class in com.sk89q.worldedit.math
An immutable 3-dimensional vector.
BlockVector3() - Constructor for class com.sk89q.worldedit.math.BlockVector3
 
BlockVector3ChunkMap<T> - Class in com.fastasyncworldedit.core.math
 
BlockVector3ChunkMap() - Constructor for class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
BlockVector3ChunkMap(BlockVector3ChunkMap<T>) - Constructor for class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
Create a new instance that is a copy of an existing map
BlockVector3Imp - Class in com.sk89q.worldedit.math
An immutable 3-dimensional vector.
BlockVector3Imp(int, int, int) - Constructor for class com.sk89q.worldedit.math.BlockVector3Imp
Construct an instance.
BlockVector3Set - Interface in com.fastasyncworldedit.core.util.collection
 
BlockVectorAdapter - Class in com.sk89q.worldedit.util.gson
 
BlockVectorAdapter() - Constructor for class com.sk89q.worldedit.util.gson.BlockVectorAdapter
 
BlockVectorSet - Class in com.fastasyncworldedit.core.math
The BlockVectorSet is a memory optimized Set for storing BlockVector3's.
BlockVectorSet() - Constructor for class com.fastasyncworldedit.core.math.BlockVectorSet
 
blockX - Variable in class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
 
blockZ - Variable in class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
 
BLUE_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_ICE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_ICE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_ORCHID - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_ORCHID - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BLUE_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BLUE_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BOAT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
BOATS - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
BOATS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
bodies - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
body - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
body - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
body - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
body - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
body(String) - Method in class com.sk89q.worldedit.util.net.HttpRequest
Submit data.
bodyMultipartForm(HttpRequest.Form) - Method in class com.sk89q.worldedit.util.net.HttpRequest
Submit form data.
bodyUrlEncodedForm(HttpRequest.Form) - Method in class com.sk89q.worldedit.util.net.HttpRequest
Submit form data.
BONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BONE_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BONE_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BONE_MEAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BOOK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BOOKSHELF - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BOOKSHELF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BOOKSHELF_BOOKS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
BooleanConverter - Class in com.sk89q.worldedit.command.argument
 
booleanFlags - Variable in class com.sk89q.minecraft.util.commands.CommandContext
 
BooleanProperty - Class in com.sk89q.worldedit.registry.state
 
BooleanProperty(String, List<Boolean>) - Constructor for class com.sk89q.worldedit.registry.state.BooleanProperty
 
BOTTOM - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
BoundedHeightMask - Class in com.sk89q.worldedit.function.mask
Has the criteria where the Y value of passed positions must be within a certain range of Y values (inclusive).
BoundedHeightMask(int, int) - Constructor for class com.sk89q.worldedit.function.mask.BoundedHeightMask
Create a new bounded height mask.
BOW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BOWL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRAIN_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BRAIN_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRAIN_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BRAIN_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRAIN_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BRAIN_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRAIN_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BREAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BreadthFirstSearch - Class in com.sk89q.worldedit.function.visitor
Performs a breadth-first search starting from points added with BreadthFirstSearch.visit(BlockVector3).
BreadthFirstSearch(RegionFunction) - Constructor for class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Create a new instance.
BreadthFirstSearch(RegionFunction, int, int, int) - Constructor for class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Create a new instance.
BreadthFirstSearch(RegionFunction, int, int, int, Extent) - Constructor for class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Create a new instance.
BREAK - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
BREAK - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
BREAK() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BreakStatementContext
 
BREAKS_DECORATED_POTS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
breakStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
breakStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
BreakStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.BreakStatementContext
 
BREEZE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
BREEZE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BREWER_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BREWING_STAND - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BREWING_STAND - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRICK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROKENENTITY - Enum constant in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
 
BROWN_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_MUSHROOM - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
BROWN_MUSHROOM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_MUSHROOM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_MUSHROOM_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_MUSHROOM_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BROWN_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BROWN_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
Brush - Interface in com.sk89q.worldedit.command.tool.brush
A brush is a long-range build tool.
BRUSH - Enum constant in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
 
BRUSH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BrushCache - Class in com.fastasyncworldedit.core.util
 
BrushCache() - Constructor for class com.fastasyncworldedit.core.util.BrushCache
 
BrushCommands - Class in com.sk89q.worldedit.command
Commands to set brush shape.
BrushCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.BrushCommands
Create a new instance.
BrushSettings - Class in com.fastasyncworldedit.core.command.tool.brush
 
BrushSettings() - Constructor for class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
BrushSettings.SettingType - Enum Class in com.fastasyncworldedit.core.command.tool.brush
 
BrushTool - Class in com.sk89q.worldedit.command.tool
Builds a shape at the place being looked at.
BrushTool() - Constructor for class com.sk89q.worldedit.command.tool.BrushTool
 
BrushTool(String) - Constructor for class com.sk89q.worldedit.command.tool.BrushTool
Construct the tool.
BUBBLE_COLUMN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BUBBLE_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BUBBLE_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BUBBLE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BUBBLE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BUBBLE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BUBBLE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BUBBLE_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BUDDING_AMETHYST - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
BUDDING_AMETHYST - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BUFFER_SIZE - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
BufferedPattern - Class in com.fastasyncworldedit.core.function.pattern
 
BufferedPattern(Actor, Pattern) - Constructor for class com.fastasyncworldedit.core.function.pattern.BufferedPattern
Create a new Pattern instance
BufferedPattern(Actor, Pattern, Region) - Constructor for class com.fastasyncworldedit.core.function.pattern.BufferedPattern
Create a new Pattern instance
BufferedPattern2D - Class in com.fastasyncworldedit.core.function.pattern
 
BufferedPattern2D(Actor, Pattern) - Constructor for class com.fastasyncworldedit.core.function.pattern.BufferedPattern2D
Create a new Pattern instance
BufferedPattern2D(Actor, Pattern, Region) - Constructor for class com.fastasyncworldedit.core.function.pattern.BufferedPattern2D
Create a new Pattern instance
BufferedPattern2DParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
BufferedPattern2DParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.BufferedPattern2DParser
Create a new rich parser with a defined prefix for the result, e.g.
BufferedPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
BufferedPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.BufferedPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
build - Variable in class com.fastasyncworldedit.core.FaweVersion
 
build() - Method in class com.fastasyncworldedit.core.extent.clipboard.ResizableClipboardBuilder
 
build() - Method in class com.fastasyncworldedit.core.registry.state.PropertyGroup.PropertyGroupBuilder
 
build() - Method in class com.fastasyncworldedit.core.world.block.BlockTypeSwitchBuilder
 
build() - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Build an unnamed compound tag with this builder's entries.
build() - Method in class com.sk89q.jnbt.ListTagBuilder
Deprecated.
Build an unnamed list tag with this builder's entries.
build() - Method in class com.sk89q.worldedit.command.util.SubCommandPermissionCondition.Generator
 
build() - Method in class com.sk89q.worldedit.EditSessionBuilder
Build the EditSession using properties described in this builder.
build() - Method in class com.sk89q.worldedit.session.PasteBuilder
Build the operation.
build() - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState.Builder
Builds a FuzzyBlockState from this builder.
build() - Method in class com.sk89q.worldedit.world.RegenOptions.Builder
Build the options object.
build(EditSession, BlockVector3, Pattern, double) - Method in record class com.fastasyncworldedit.core.command.tool.brush.AngleBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.BlendBall
 
build(EditSession, BlockVector3, Pattern, double) - Method in record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.CatenaryBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in record class com.fastasyncworldedit.core.command.tool.brush.CircleBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.CommandBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.CopyPastaBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ErodeBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.FallingSphere
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.FlattenBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ImageBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.LayerBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.LineBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
 
build(EditSession, BlockVector3, Pattern, double) - Method in record class com.fastasyncworldedit.core.command.tool.brush.RecurseBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in record class com.fastasyncworldedit.core.command.tool.brush.RockBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.SplineBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.StencilBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.SurfaceSphereBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.SurfaceSpline
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.sweep.SweepBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in interface com.sk89q.worldedit.command.tool.brush.Brush
Build the object.
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.ButcherBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.ClipboardBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.CylinderBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.GravityBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.HollowCylinderBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.HollowSphereBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.OperationFactoryBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.SmoothBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.SnowSmoothBrush
 
build(EditSession, BlockVector3, Pattern, double) - Method in class com.sk89q.worldedit.command.tool.brush.SphereBrush
 
build(Extent) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
BUILD - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
buildAndExec(ListeningExecutorService) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
builder() - Static method in class com.sk89q.worldedit.world.block.FuzzyBlockState
Gets an instance of a builder.
builder() - Static method in class com.sk89q.worldedit.world.RegenOptions
Creates a new options builder.
Builder() - Constructor for class com.sk89q.worldedit.world.block.FuzzyBlockState.Builder
 
Builder() - Constructor for class com.sk89q.worldedit.world.RegenOptions.Builder
 
buildHeader() - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Compiles the header for this FileConfiguration and returns the result.
buildHeader() - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
BuiltInClipboardFormat - Enum Class in com.sk89q.worldedit.extent.clipboard.io
A collection of supported clipboard formats.
BUNDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
BundledBlockData - Class in com.sk89q.worldedit.world.registry
Provides block data based on the built-in block database that is bundled with WorldEdit.
BundledBlockData.BlockEntry - Class in com.sk89q.worldedit.world.registry
 
BundledBlockRegistry - Class in com.sk89q.worldedit.world.registry
A block registry that uses BundledBlockData to serve information about blocks.
BundledBlockRegistry() - Constructor for class com.sk89q.worldedit.world.registry.BundledBlockRegistry
 
BundledItemData - Class in com.sk89q.worldedit.world.registry
Provides item data based on the built-in item database that is bundled with WorldEdit.
BundledItemData.ItemEntry - Class in com.sk89q.worldedit.world.registry
 
BundledItemRegistry - Class in com.sk89q.worldedit.world.registry
A item registry that uses BundledItemRegistry to serve information about items.
BundledItemRegistry() - Constructor for class com.sk89q.worldedit.world.registry.BundledItemRegistry
 
BundledRegistries - Class in com.sk89q.worldedit.world.registry
An implementation of Registries that converts legacy numeric IDs and a contains a built-in block and item database.
BundledRegistries() - Constructor for class com.sk89q.worldedit.world.registry.BundledRegistries
Create a new instance.
BURN_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
butcher(Actor, Integer, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
butcherBrush(Player, LocalSession, Expression, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.BrushCommands
 
ButcherBrush - Class in com.sk89q.worldedit.command.tool.brush
 
ButcherBrush(CreatureButcher) - Constructor for class com.sk89q.worldedit.command.tool.brush.ButcherBrush
 
butcherDefaultRadius - Variable in class com.sk89q.worldedit.LocalConfiguration
 
butcherMaxRadius - Variable in class com.sk89q.worldedit.LocalConfiguration
 
BUTTONS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
BUTTONS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
byCleanName() - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
 
BYTE_BUFFER_8192 - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
ByteArrayTag - Class in com.sk89q.jnbt
Deprecated.
Use ByteArrayBinaryTag.
ByteArrayTag(byte[]) - Constructor for class com.sk89q.jnbt.ByteArrayTag
Deprecated.
Creates the tag with an empty name.
ByteArrayTag(ByteArrayBinaryTag) - Constructor for class com.sk89q.jnbt.ByteArrayTag
Deprecated.
 
ByteBufferInputStream - Class in com.fastasyncworldedit.core.internal.io
ByteBufferInputStream(ByteBuffer) - Constructor for class com.fastasyncworldedit.core.internal.io.ByteBufferInputStream
 
ByteTag - Class in com.sk89q.jnbt
Deprecated.
Use ByteBinaryTag.
ByteTag(byte) - Constructor for class com.sk89q.jnbt.ByteTag
Deprecated.
Creates the tag with an empty name.
ByteTag(ByteBinaryTag) - Constructor for class com.sk89q.jnbt.ByteTag
Deprecated.
 

C

cache(Mask) - Static method in class com.fastasyncworldedit.core.function.mask.CachedMask
 
cacheBotX - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
cacheBotZ - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
CachedMask - Class in com.fastasyncworldedit.core.function.mask
 
CachedMask(Mask) - Constructor for class com.fastasyncworldedit.core.function.mask.CachedMask
 
CachedMask(Mask, boolean) - Constructor for class com.fastasyncworldedit.core.function.mask.CachedMask
Create a new CachedMask instance for the given mask
CachedMathMan - Class in com.fastasyncworldedit.core.util
 
CachedMathMan() - Constructor for class com.fastasyncworldedit.core.util.CachedMathMan
 
cachedReader - Variable in class com.sk89q.worldedit.world.storage.McRegionChunkStore
 
CachedTextureUtil - Class in com.fastasyncworldedit.core.util
 
CachedTextureUtil(TextureUtil) - Constructor for class com.fastasyncworldedit.core.util.CachedTextureUtil
 
cacheHeights - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
CACTUS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CACTUS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CACTUS_GREEN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
Deprecated.
CAFallthroughContext(ExpressionParser.ConditionalAndExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.CAFallthroughContext
 
CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CAKE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
calc(Actor, List<String>) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
CALCITE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CALCITE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
calculateLayerArrays() - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
calculateLayerArrays() - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
calculateMemory() - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
calculateRegions() - Method in class com.fastasyncworldedit.core.regions.filter.CuboidRegionFilter
Loop over all regions and call add(...) with the corners
calculationTimeout - Variable in class com.sk89q.worldedit.LocalConfiguration
 
CALIBRATED_SCULK_SENSOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CALIBRATED_SCULK_SENSOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
call() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
call() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
call() - Method in interface com.fastasyncworldedit.core.queue.IQueueChunk
Apply the queued changes to the world containing this chunk.
call() - Method in class com.sk89q.worldedit.event.Event
Returns true if this event was called and not cancelled.
call() - Method in class com.sk89q.worldedit.event.platform.CommandEvent
 
call(int, int, int, int, Extent, BlockVector3) - Method in interface com.fastasyncworldedit.core.command.tool.brush.ImageBrush.ColorFunction
 
call(IChunkSet, Runnable) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
call(IChunkSet, Runnable) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
call(IChunkSet, Runnable) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
This method should never be called from outside ChunkHolder
call(IChunkSet, Runnable) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
call(Callable<T>) - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyKeyedQueue
 
call(Callable<T>) - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyQueue
 
callMethod(Method, Object, Object...) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
CAMEL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
CAMEL_SAND_STEP_SOUND_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CAMEL_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CAMPFIRE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CAMPFIRE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CAMPFIRES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
canAdd(int, int, int) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
If a position is contained by the bounds of the set
canApply(BlockVector3) - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterBrush
 
cancel() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
cancel() - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
cancel() - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
cancel() - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
cancel() - Method in class com.fastasyncworldedit.core.queue.implementation.preloader.AsyncPreloader
 
cancel() - Method in interface com.fastasyncworldedit.core.queue.implementation.preloader.Preloader
Tell the preloader to stop attempting to preload chunks
cancel() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
cancel() - Method in interface com.sk89q.worldedit.extent.Extent
 
cancel() - Method in class com.sk89q.worldedit.function.operation.BackwardsExtentBlockCopy
 
cancel() - Method in class com.sk89q.worldedit.function.operation.ChangeSetExecutor
 
cancel() - Method in class com.sk89q.worldedit.function.operation.DelegateOperation
 
cancel() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
 
cancel() - Method in interface com.sk89q.worldedit.function.operation.Operation
Abort the current task.
cancel() - Method in class com.sk89q.worldedit.function.operation.OperationQueue
 
cancel() - Method in class com.sk89q.worldedit.function.operation.SetBlockMap
 
cancel() - Method in class com.sk89q.worldedit.function.operation.SetLocatedBlocks
 
cancel() - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
cancel() - Method in class com.sk89q.worldedit.function.visitor.EntityVisitor
 
cancel() - Method in class com.sk89q.worldedit.function.visitor.FlatRegionVisitor
 
cancel() - Method in class com.sk89q.worldedit.function.visitor.LayerVisitor
 
cancel() - Method in class com.sk89q.worldedit.function.visitor.RegionVisitor
Deprecated.
 
cancel(boolean) - Method in class com.fastasyncworldedit.core.util.MultiFuture
 
cancel(boolean) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Attempt to cancel all pending and running actions.
cancel(boolean) - Method in class com.sk89q.worldedit.util.task.FutureForwardingTask
 
cancel(int) - Method in class com.fastasyncworldedit.core.util.TaskManager
Cancel a task.
cancel(Player) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
cancel(Actor) - Method in class com.fastasyncworldedit.core.queue.implementation.preloader.AsyncPreloader
 
cancel(Actor) - Method in interface com.fastasyncworldedit.core.queue.implementation.preloader.Preloader
Cancel any preloading related to the given Actor
cancelEdit(AbstractDelegateExtent, FaweException) - Method in class com.fastasyncworldedit.core.util.WEManager
 
cancelEdit(AbstractDelegateExtent, Component) - Static method in class com.fastasyncworldedit.core.FaweAPI
Cancel the edit with the following extent.
cancelEditSafe(AbstractDelegateExtent, FaweException) - Method in class com.fastasyncworldedit.core.util.WEManager
 
Cancellable - Interface in com.sk89q.worldedit.event
Marks an event that has a cancellable state.
CANCELLED - Enum constant in enum class com.sk89q.worldedit.util.task.Task.State
The task has been cancelled and may be stopped or will stop.
canDestroyBedrock() - Method in class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
 
canDestroyBedrock() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
canDestroyBedrock() - Method in interface com.sk89q.worldedit.extension.platform.Actor
Returns true if the actor can destroy bedrock.
CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CANDLE_CAKES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CANDLES - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
CANDLES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CANDLES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
canGenerateOn(BlockType) - Method in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
canonicalFileName(Path) - Static method in class com.sk89q.worldedit.util.io.file.SafeFiles
Path.getFileName() includes a slash sometimes for some reason.
canPlaceAt(BlockVector3, BlockState) - Method in interface com.sk89q.worldedit.world.World
Gets whether the given BlockState can be placed here.
canUse(Actor) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
canUse(Actor) - Method in class com.fastasyncworldedit.core.command.tool.brush.InspectBrush
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.AreaPickaxe
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.BlockDataCyler
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.BlockReplacer
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.FloatingTreeRemover
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.FloodFillTool
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.LongRangeBuildTool
 
canUse(Actor) - Method in enum class com.sk89q.worldedit.command.tool.NavigationWand
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.QueryTool
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.RecursivePickaxe
 
canUse(Actor) - Method in enum class com.sk89q.worldedit.command.tool.SelectionWand
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.SinglePickaxe
 
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.StackTool
 
canUse(Actor) - Method in interface com.sk89q.worldedit.command.tool.Tool
Checks to see if the player can still be using this tool (considering permissions and such).
canUse(Actor) - Method in class com.sk89q.worldedit.command.tool.TreePlanter
 
Capability - Enum Class in com.sk89q.worldedit.extension.platform
A collection of capabilities that a Platform may support.
Caption - Class in com.fastasyncworldedit.core.configuration
 
Caption() - Constructor for class com.fastasyncworldedit.core.configuration.Caption
 
CARDINAL - Static variable in class com.sk89q.worldedit.util.Direction.Flag
 
cardinality() - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
CARPETS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
Deprecated.
CARPETS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
Deprecated.
CARROT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CARROT_ON_A_STICK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CARROTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CARTOGRAPHY_TABLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CARTOGRAPHY_TABLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CARVED_PUMPKIN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CARVED_PUMPKIN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CASE - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
CASE - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
CASE() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CaseContext
 
CaseContext(ExpressionParser.SwitchLabelContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.CaseContext
 
cat - Variable in enum class com.fastasyncworldedit.core.util.Permission
 
CAT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
CAT_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
Category<T extends Keyed> - Class in com.sk89q.worldedit.registry
 
Category(String) - Constructor for class com.sk89q.worldedit.registry.Category
 
CategoryRegistry<T extends Keyed> - Interface in com.sk89q.worldedit.world.registry
A registry of categories.
catenaryBrush(InjectedValueAccess, Pattern, double, Expression, boolean, boolean, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
CatenaryBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
CatenaryBrush(boolean, boolean, boolean, double) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.CatenaryBrush
 
CAULDRON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CAULDRON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CAULDRONS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CAVE_AIR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CAVE_AIR - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache.ReservedIDs
 
CAVE_SPIDER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
CAVE_SPIDER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CAVE_VINES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CAVE_VINES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CAVE_VINES_PLANT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
caves(Actor, LocalSession, EditSession, Region, int, int, int, int, int, int, int, int, int, int) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
CavesGen - Class in com.fastasyncworldedit.core.function.generator
 
CavesGen(int) - Constructor for class com.fastasyncworldedit.core.function.generator.CavesGen
 
CavesGen(int, int, int, int, int, int, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.generator.CavesGen
 
CEFallthroughContext(ExpressionParser.ConditionalExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.CEFallthroughContext
 
ceil() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
ceil() - Method in class com.sk89q.worldedit.math.BlockVector2
Rounds all components up.
ceil() - Method in class com.sk89q.worldedit.math.BlockVector3
Rounds all components up.
ceil() - Method in class com.sk89q.worldedit.math.Vector2
Rounds all components up.
ceil() - Method in class com.sk89q.worldedit.math.Vector3
Rounds all components up.
ceiling(Player, int, boolean, boolean) - Method in class com.sk89q.worldedit.command.NavigationCommands
 
CEILING_HANGING_SIGNS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ceilZero(float) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
center(Actor, EditSession, Region, Pattern) - Method in class com.sk89q.worldedit.command.RegionCommands
 
center(Region, Pattern) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
center(Region, Pattern) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
center(Region, Pattern) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
center(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
Sets the blocks at the center of the given region to the given pattern.
center(Region, Pattern) - Method in interface com.sk89q.worldedit.extent.Extent
Sets the blocks at the center of the given region to the given pattern.
centerAndBorder(TextComponent) - Method in class com.sk89q.worldedit.util.formatting.component.MessageBox
 
CHAIN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHAIN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHAIN_COMMAND_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHAIN_COMMAND_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHAINMAIL_BOOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHAINMAIL_CHESTPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHAINMAIL_HELMET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHAINMAIL_LEGGINGS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
Change - Interface in com.sk89q.worldedit.history.change
Describes a change that can be undone or re-applied.
changeSet(boolean, UUID) - Method in class com.sk89q.worldedit.EditSessionBuilder
Create a new changeset to be used for the edit's history.
changeSet(AbstractChangeSet) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the changeset to be used for history
ChangeSet - Interface in com.sk89q.worldedit.history.changeset
Tracks a set of undoable operations and allows their undo and redo.
ChangeSetExecutor - Class in com.sk89q.worldedit.function.operation
Performs an undo or redo from a given ChangeSet.
ChangeSetExecutor.Type - Enum Class in com.sk89q.worldedit.function.operation
 
ChangeSetExtent - Class in com.sk89q.worldedit.extent
Stores changes to a ChangeSet.
ChangeSetExtent(Extent, ChangeSet) - Constructor for class com.sk89q.worldedit.extent.ChangeSetExtent
Create a new instance.
changeSetNull() - Method in class com.sk89q.worldedit.EditSessionBuilder
Do not process any history
ChangeSetSummary - Interface in com.fastasyncworldedit.core.history.changeset
 
CHANGING_BLOCKS - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
 
channelNames - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
charAt(int) - Method in class com.fastasyncworldedit.core.util.JoinedCharSequence
Deprecated.
 
charAt(int) - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
CharBlocks - Class in com.fastasyncworldedit.core.queue.implementation.blocks
 
CharBlocks(int, int) - Constructor for class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
New instance given initial min/max section indices.
CharBlocks.Section - Class in com.fastasyncworldedit.core.queue.implementation.blocks
 
CHARCOAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CharFilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
 
CharFilterBlock(Extent) - Constructor for class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
CHARGES - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
CharGetBlocks - Class in com.fastasyncworldedit.core.queue.implementation.blocks
 
CharGetBlocks(int, int) - Constructor for class com.fastasyncworldedit.core.queue.implementation.blocks.CharGetBlocks
New instance given the min/max section indices
CHARSET - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
CharSetBlocks - Class in com.fastasyncworldedit.core.queue.implementation.blocks
 
ChatProgressTracker - Class in com.fastasyncworldedit.core.util.progress
 
ChatProgressTracker(Player) - Constructor for class com.fastasyncworldedit.core.util.progress.ChatProgressTracker
 
check(boolean, ParserRuleContext, String) - Static method in class com.sk89q.worldedit.internal.expression.ExpressionHelper
 
check(Actor, InjectedValueAccess, T) - Method in enum class com.sk89q.worldedit.command.util.annotation.Confirm.Processor
 
check(BlockType, BlockType) - Method in class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
 
checkAction() - Method in interface com.sk89q.worldedit.extension.platform.Actor
 
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.
checkCommandArgument(boolean, Component) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
Require condition to be true, otherwise throw a CommandException with the given message.
checkCommandArgument(boolean, String) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
Require condition to be true, otherwise throw a CommandException with the given message.
checkConnection() - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
Checks if a connection is open with the database.
checkDeadline() - Method in class com.sk89q.worldedit.internal.expression.ExecutionData
 
checkDelegatingOverride(Class<?>) - Static method in class com.sk89q.worldedit.internal.util.DeprecationUtil
Verify that one of the two functions is overridden.
checkDisallowedBlocks(BlockStateHolder) - Method in class com.sk89q.worldedit.LocalConfiguration
 
checkFirst - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
checkImageHost(URI) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
checkIterations(int, ParserRuleContext) - Static method in class com.sk89q.worldedit.internal.expression.ExpressionHelper
 
checkLoadedChunk(BlockVector3) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
checkLoadedChunk(BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
checkLoadedChunk(BlockVector3) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
checkLoadedChunk(BlockVector3) - Method in interface com.sk89q.worldedit.world.World
Load the chunk at the given position if it isn't loaded.
checkLongPackable(BlockVector3) - Static method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
checkLongPackable(BlockVector3) - Static method in class com.sk89q.worldedit.math.BlockVector3
 
checkMaxBrushRadius(double) - Method in class com.sk89q.worldedit.WorldEdit
Checks to see if the specified brush radius is within bounds.
checkMaxBrushRadius(Expression) - Method in class com.sk89q.worldedit.WorldEdit
 
checkMaxRadius(double) - Method in class com.sk89q.worldedit.WorldEdit
Checks to see if the specified radius is within bounds.
checkMemory(Boolean) - Method in class com.sk89q.worldedit.EditSessionBuilder
Override if memory usage should be checked during editsession compilation.
checkPermission(String) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
checkPermission(String) - Method in interface com.sk89q.worldedit.util.auth.Subject
Check whether this subject has been granted the given permission and throw an exception on error.
checkPermission(T, Method) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
 
checkPreload(Actor, InjectedValueAccess) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
CHERRY - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
CHERRY_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_GROVE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
CHERRY_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CHERRY_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
CHERRY_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_SAPLING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHERRY_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHERRY_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHEST - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHEST - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
CHEST_BOATS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
CHEST_MINECART - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
CHEST_MINECART - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHICKEN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
CHICKEN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHICKEN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
children - Variable in class com.fastasyncworldedit.core.extent.filter.ForkedFilter
 
CHIPPED_ANVIL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHIPPED_ANVIL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_BOOKSHELF - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_BOOKSHELF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_NETHER_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_NETHER_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_POLISHED_BLACKSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_POLISHED_BLACKSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_QUARTZ_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_QUARTZ_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_RED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_RED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_TUFF - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_TUFF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHISELED_TUFF_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHISELED_TUFF_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHORUS_FLOWER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHORUS_FLOWER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHORUS_FRUIT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CHORUS_PLANT - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
CHORUS_PLANT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CHORUS_PLANT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
chunk(Actor, World, LocalSession, BlockVector3, boolean, boolean) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
Chunk - Interface in com.sk89q.worldedit.world.chunk
A 16 by 16 block chunk.
CHUNK - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
CHUNK - Static variable in class com.sk89q.worldedit.world.DataFixer.FixTypes
 
CHUNK_FLAG - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
CHUNK_HEADER_SIZE - Static variable in class com.sk89q.worldedit.world.storage.McRegionReader
 
CHUNK_SHIFTS - Static variable in class com.sk89q.worldedit.world.storage.ChunkStore
The shift for converting to/from a chunk position.
CHUNK_SHIFTS_Y - Static variable in class com.sk89q.worldedit.world.storage.ChunkStore
The shift for converting to/from a 3D chunk position.
Chunk3d - Annotation Interface in com.sk89q.worldedit.internal.annotation
Indicates that this value is for 3d-chunk compatibility.
Chunk3dVectorConverter<C,T> - Class in com.sk89q.worldedit.command.argument
 
ChunkBatch() - Constructor for class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.ChunkBatch
 
ChunkBatchingExtent - Class in com.sk89q.worldedit.extent.reorder
A special extent that batches changes into Minecraft chunks.
ChunkBatchingExtent(Extent) - Constructor for class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
 
ChunkBatchingExtent(Extent, boolean) - Constructor for class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
 
ChunkCache<T extends Trimable> - Class in com.fastasyncworldedit.core.queue.implementation.chunk
 
ChunkCache(IChunkCache<T>) - Constructor for class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkCache
 
ChunkCommands - Class in com.sk89q.worldedit.command
Commands for working with chunks.
ChunkCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.ChunkCommands
 
ChunkDeleter - Class in com.sk89q.worldedit.internal.anvil
 
ChunkDeletionInfo - Class in com.sk89q.worldedit.internal.anvil
Internal class.
ChunkDeletionInfo() - Constructor for class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo
 
ChunkDeletionInfo.ChunkBatch - Class in com.sk89q.worldedit.internal.anvil
 
ChunkDeletionInfo.DeletionPredicate - Class in com.sk89q.worldedit.internal.anvil
 
ChunkFilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
Filter block implementation which uses chunks - First call initChunk - Then for each layer, call initLayer - Then use whatever filter method you want, to iterate over the blocks in that layer
ChunkFilterBlock(Extent) - Constructor for class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
 
ChunkHolder<T extends Future<T>> - Class in com.fastasyncworldedit.core.queue.implementation.chunk
An abstract IChunk class that implements basic get/set blocks.
ChunkHolder.IBlockDelegate - Interface in com.fastasyncworldedit.core.queue.implementation.chunk
 
chunkInfo(Player) - Method in class com.sk89q.worldedit.command.ChunkCommands
 
ChunkLoadingExtent - Class in com.sk89q.worldedit.extent.world
Automatically loads chunks when blocks are accessed.
ChunkLoadingExtent(Extent, World) - Constructor for class com.sk89q.worldedit.extent.world.ChunkLoadingExtent
Create a new instance with chunk loading enabled.
ChunkLoadingExtent(Extent, World, boolean) - Constructor for class com.sk89q.worldedit.extent.world.ChunkLoadingExtent
Create a new instance.
ChunkPacket - Class in com.fastasyncworldedit.core.queue.implementation.packet
 
ChunkPacket(int, int, Supplier<IBlocks>, boolean) - Constructor for class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
chunks - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.ChunkBatch
 
ChunkStore - Class in com.sk89q.worldedit.world.storage
Represents chunk storage mechanisms.
ChunkStore() - Constructor for class com.sk89q.worldedit.world.storage.ChunkStore
 
ChunkStoreException - Exception in com.sk89q.worldedit.world.storage
 
ChunkStoreException() - Constructor for exception com.sk89q.worldedit.world.storage.ChunkStoreException
 
ChunkStoreException(String) - Constructor for exception com.sk89q.worldedit.world.storage.ChunkStoreException
 
ChunkStoreHelper - Class in com.sk89q.worldedit.world.storage
 
ChunkStoreHelper.ChunkDataInputSupplier - Interface in com.sk89q.worldedit.world.storage
 
chunkTaskSync(RegionWrapper, RunnableVal<int[]>) - Static method in class com.fastasyncworldedit.core.util.MainUtil
The int[] will be in the form: [chunkx, chunkz, pos1x, pos1z, pos2x, pos2z, isedge] and will represent the bottom and top parts of the chunk
chunkXZ2Int(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
circleBrush(InjectedValueAccess, Pattern, Expression, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
CircleBrush - Record Class in com.fastasyncworldedit.core.command.tool.brush
 
CircleBrush(boolean) - Constructor for record class com.fastasyncworldedit.core.command.tool.brush.CircleBrush
Creates an instance of a CircleBrush record class.
clamp(float, float, float) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
clamp(int, int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
clampY(int, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
clampY(int, int) - Method in class com.sk89q.worldedit.math.BlockVector3
Clamp the Y component.
clampY(int, int) - Method in class com.sk89q.worldedit.math.Vector3
Clamp the Y component.
clampY(int, int) - Method in class com.sk89q.worldedit.util.Location
 
classTags - Variable in class com.fastasyncworldedit.core.configuration.file.YamlRepresenter
 
CLAY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CLAY - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CLAY_BALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
clazz() - Element in annotation interface com.sk89q.worldedit.command.util.annotation.Link
 
clazz() - Element in annotation interface com.sk89q.worldedit.command.util.annotation.Step
 
clean() - Method in class com.fastasyncworldedit.core.util.collection.CleanableThreadLocal
 
CleanableThreadLocal<T> - Class in com.fastasyncworldedit.core.util.collection
 
CleanableThreadLocal(Supplier<T>) - Constructor for class com.fastasyncworldedit.core.util.collection.CleanableThreadLocal
 
CleanableThreadLocal(Supplier<T>, Consumer<T>) - Constructor for class com.fastasyncworldedit.core.util.collection.CleanableThreadLocal
 
CleanableThreadLocal(Supplier<T>, Function<T, T>) - Constructor for class com.fastasyncworldedit.core.util.collection.CleanableThreadLocal
 
CleanTextureUtil - Class in com.fastasyncworldedit.core.util
 
CleanTextureUtil(TextureUtil, int, int) - Constructor for class com.fastasyncworldedit.core.util.CleanTextureUtil
 
clear() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
clear() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
clear() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
clear() - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Clear all chunks and blocks to be relit.
clear() - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
clear() - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
clear() - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
clear() - Method in class com.fastasyncworldedit.core.queue.implementation.QueuePool
 
clear() - Method in interface com.fastasyncworldedit.core.queue.Pool
 
clear() - Method in class com.fastasyncworldedit.core.regions.filter.CuboidRegionFilter
 
clear() - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
Clears the region, removing all vertices and triangles.
clear() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
clear() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
clear() - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
clear() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
clear() - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
clear() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
clear() - Method in class com.sk89q.util.yaml.YAMLNode
Clear all nodes.
clear() - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
clear() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
Clears the region, removing all vertices and triangles.
clear() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Clear the selection.
clear() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
clear() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
clear() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
clear() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
clear() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
clear() - Method in class com.sk89q.worldedit.registry.Registry
 
clear() - Method in class com.sk89q.worldedit.session.SessionManager
Remove all sessions.
clear() - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
clear() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList
Clear the list.
clear() - Method in class com.sk89q.worldedit.util.collection.LocatedBlockList
 
clear() - Method in class com.sk89q.worldedit.util.report.ReportList
 
clear(int) - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
clear(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
clear(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
clear(long[], int) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
clear(MemBlockSet.IRow[], int, int, int) - Method in interface com.fastasyncworldedit.core.util.collection.MemBlockSet.IRow
 
clear(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowX
 
clear(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowY
 
clear(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
clear(Actor, LocalSession) - Method in class com.sk89q.worldedit.command.SchematicCommands
 
CLEAR - Static variable in class com.sk89q.worldedit.world.weather.WeatherTypes
 
CLEAR_FINAL - Enum constant in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
 
CLEAR_LAST - Enum constant in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
 
CLEAR_LATE - Enum constant in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
 
clearClipboard(Actor, LocalSession) - Method in class com.sk89q.worldedit.command.ClipboardCommands
 
clearContainerBlockContents(BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
clearContainerBlockContents(BlockVector3) - Method in class com.sk89q.worldedit.world.NullWorld
 
clearContainerBlockContents(BlockVector3) - Method in interface com.sk89q.worldedit.world.World
Clear a chest's contents.
clearCurrentExtent() - Static method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
Removes the extent currently associated with the calling thread.
clearHistory() - Method in class com.sk89q.worldedit.LocalSession
Clear history.
clearHistory(Actor, LocalSession) - Method in class com.sk89q.worldedit.command.HistoryCommands
 
clearHistory(Actor, LocalSession) - Method in class com.sk89q.worldedit.command.HistorySubCommands
 
clearInteraction(Identifiable) - Method in class com.sk89q.worldedit.internal.event.InteractionDebouncer
 
clearPerms() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
clearRange(int, int) - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
clearRange(long[], int, int) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
CLIENT_ID - Static variable in class com.fastasyncworldedit.core.util.ImgurUtility
 
cliffBrush(Player, LocalSession, Expression, String, int, double, boolean, boolean, boolean, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.BrushCommands
 
CLIMBABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
Clipboard - Interface in com.sk89q.worldedit.extent.clipboard
Specifies an object that implements something suitable as a "clipboard."
CLIPBOARD - Enum constant in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
 
CLIPBOARD - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
CLIPBOARD - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
CLIPBOARD - Variable in class com.fastasyncworldedit.core.configuration.Settings.PATHS
 
CLIPBOARD() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.CLIPBOARD
 
clipboardBrush(Player, LocalSession, boolean, boolean, boolean, boolean, Mask, InjectedValueAccess, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
ClipboardBrush - Class in com.sk89q.worldedit.command.tool.brush
 
ClipboardBrush(ClipboardHolder, boolean, boolean) - Constructor for class com.sk89q.worldedit.command.tool.brush.ClipboardBrush
 
ClipboardBrush(ClipboardHolder, boolean, boolean, boolean, boolean, Mask) - Constructor for class com.sk89q.worldedit.command.tool.brush.ClipboardBrush
 
ClipboardBrush(ClipboardHolder, boolean, boolean, boolean, boolean, Mask, boolean) - Constructor for class com.sk89q.worldedit.command.tool.brush.ClipboardBrush
 
ClipboardCommands - Class in com.sk89q.worldedit.command
Clipboard commands.
ClipboardCommands() - Constructor for class com.sk89q.worldedit.command.ClipboardCommands
 
ClipboardEntity(Clipboard, double, double, double, float, float, BaseEntity) - Constructor for class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard.ClipboardEntity
 
ClipboardEntity(Location, BaseEntity) - Constructor for class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard.ClipboardEntity
 
ClipboardFormat - Interface in com.sk89q.worldedit.extent.clipboard.io
A collection of supported clipboard formats.
ClipboardFormats - Class in com.sk89q.worldedit.extent.clipboard.io
 
ClipboardHolder - Class in com.sk89q.worldedit.session
Holds the clipboard and the current transform on the clipboard.
ClipboardHolder(Clipboard) - Constructor for class com.sk89q.worldedit.session.ClipboardHolder
Create a new instance with the given clipboard.
ClipboardMask - Annotation Interface in com.sk89q.worldedit.internal.annotation
Annotates a Mask parameter to use the clipboard as the extent instead of target World/EditSession.
ClipboardPattern - Class in com.sk89q.worldedit.function.pattern
A pattern that reads from Clipboard.
ClipboardPattern(Clipboard) - Constructor for class com.sk89q.worldedit.function.pattern.ClipboardPattern
Create a new clipboard pattern.
ClipboardPattern(Clipboard, BlockVector3) - Constructor for class com.sk89q.worldedit.function.pattern.ClipboardPattern
Create a new clipboard pattern.
ClipboardPatternParser - Class in com.sk89q.worldedit.extension.factory.parser.pattern
 
ClipboardPatternParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.pattern.ClipboardPatternParser
 
ClipboardReader - Interface in com.sk89q.worldedit.extent.clipboard.io
Reads Clipboards.
clipboards() - Method in record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
Returns the value of the clipboards record component.
ClipboardSpline - Class in com.fastasyncworldedit.core.command.tool.sweep
An implementation of a Spline using a Clipboard as source for the structure.
ClipboardSpline(EditSession, ClipboardHolder, Interpolation) - Constructor for class com.fastasyncworldedit.core.command.tool.sweep.ClipboardSpline
Constructor without position-correction.
ClipboardSpline(EditSession, ClipboardHolder, Interpolation, Transform, int) - Constructor for class com.fastasyncworldedit.core.command.tool.sweep.ClipboardSpline
Constructor with position-correction.
ClipboardWriter - Interface in com.sk89q.worldedit.extent.clipboard.io
Writes Clipboards.
CLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
clone() - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
clone() - Method in class com.fastasyncworldedit.core.regions.FaweMask
 
clone() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
clone() - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
clone() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
clone() - Method in class com.sk89q.worldedit.internal.expression.Expression
 
clone() - Method in interface com.sk89q.worldedit.internal.expression.ExpressionEnvironment
 
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.NullRegion
 
clone() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
clone() - Method in interface com.sk89q.worldedit.regions.Region
Make a clone of the region.
clone() - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
clone() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
clone(EditSession.Stage) - Method in class com.fastasyncworldedit.core.event.extent.PasteEvent
Create a clone of this event with the given stage.
clone(EditSession.Stage) - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Create a clone of this event with the given stage.
close() - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
 
close() - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
close() - Method in class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicReader
 
close() - Method in class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter
 
close() - Method in class com.fastasyncworldedit.core.extent.clipboard.io.schematic.MinecraftStructure
 
close() - Method in class com.fastasyncworldedit.core.extent.clipboard.io.schematic.PNGWriter
 
close() - Method in class com.fastasyncworldedit.core.extent.clipboard.LazyClipboardHolder
 
close() - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
close() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
close() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
close() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
close() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
close() - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
close() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
close() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
close() - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
close() - Method in class com.fastasyncworldedit.core.internal.io.AbstractDelegateOutputStream
 
close() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
close() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
close() - Method in class com.fastasyncworldedit.core.internal.io.FaweInputStream
 
close() - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
close() - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
close() - Method in class com.fastasyncworldedit.core.util.collection.CleanableThreadLocal
 
close() - Method in class com.fastasyncworldedit.core.util.collection.YieldIterable
 
close() - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyKeyedQueue
 
close() - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyQueue
 
close() - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
close() - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
close() - Method in class com.sk89q.worldedit.EditSession
Closing an EditSession flushes its buffers to the world, and performs other cleanup tasks.
close() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
close() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Close the clipboard.
close() - Method in class com.sk89q.worldedit.extent.clipboard.io.MCEditSchematicReader
 
close() - Method in class com.sk89q.worldedit.extent.clipboard.io.SpongeSchematicReader
Deprecated.
 
close() - Method in class com.sk89q.worldedit.extent.clipboard.io.SpongeSchematicWriter
Deprecated.
 
close() - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Close the changeset.
close() - Method in class com.sk89q.worldedit.internal.command.CommandLoggingHandler
 
close() - Method in class com.sk89q.worldedit.session.ClipboardHolder
 
close() - Method in class com.sk89q.worldedit.util.io.Closer
Closes all Closeable instances that have been added to this Closer.
close() - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
close() - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
close() - Method in class com.sk89q.worldedit.util.net.HttpRequest
 
close() - Method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FolderSnapshot
 
close() - Method in interface com.sk89q.worldedit.world.snapshot.experimental.Snapshot
Close this snapshot.
close() - Method in class com.sk89q.worldedit.world.storage.ChunkStore
 
close() - Method in class com.sk89q.worldedit.world.storage.McRegionChunkStore
 
close() - Method in class com.sk89q.worldedit.world.storage.McRegionReader
Close the stream.
close() - Method in class com.sk89q.worldedit.world.storage.TrueZipLegacyChunkStore
 
close() - Method in class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore
 
close() - Method in class com.sk89q.worldedit.world.storage.ZippedLegacyChunkStore
 
close() - Method in class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore
 
CLOSE_BRACKET - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
CLOSE_BRACKET - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
CLOSE_BRACKET() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BlockContext
 
CLOSE_BRACKET() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
CLOSE_PAREN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
CLOSE_PAREN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
CLOSE_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
CLOSE_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
CLOSE_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
CLOSE_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
CLOSE_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
CLOSE_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
CLOSE_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
CLOSE_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WrappedExprContext
 
closeAsync() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
closeAsync() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
closeConnection() - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
Closes the connection with the database.
closed - Variable in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
Closer - Class in com.sk89q.worldedit.util.io
 
CLUSTER_MAX_HARVESTABLES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
COAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COAL_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COAL_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COAL_ORES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
COAL_ORES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
COALS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
COARSE_DIRT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COARSE_DIRT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COAST_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBBLED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBBLED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBBLED_DEEPSLATE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBBLED_DEEPSLATE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBBLED_DEEPSLATE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBBLED_DEEPSLATE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBBLED_DEEPSLATE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBBLED_DEEPSLATE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBBLESTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBBLESTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBBLESTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBBLESTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBBLESTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBBLESTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBBLESTONE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBBLESTONE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COBWEB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COBWEB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COCOA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COCOA_BEANS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COD - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
COD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COD_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COD_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CodeFormat - Class in com.sk89q.worldedit.util.formatting.component
Represents a fragment representing a command that is to be typed.
coefficients() - Method in class com.sk89q.worldedit.math.transform.AffineTransform
Returns the affine coefficients of the transform.
COFallthroughContext(ExpressionParser.ConditionalOrExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.COFallthroughContext
 
COLD_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
COLON - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
COLON - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
COLON() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
COLON() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
COLON(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
color(Component) - Static method in class com.fastasyncworldedit.core.configuration.Caption
 
color(Component, Locale) - Static method in class com.fastasyncworldedit.core.configuration.Caption
Colorize a component with legacy color codes.
colorDistance(int, int) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
 
ColorPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
ColorPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.ColorPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
com.fastasyncworldedit.core - package com.fastasyncworldedit.core
 
com.fastasyncworldedit.core.command - package com.fastasyncworldedit.core.command
 
com.fastasyncworldedit.core.command.tool - package com.fastasyncworldedit.core.command.tool
 
com.fastasyncworldedit.core.command.tool.brush - package com.fastasyncworldedit.core.command.tool.brush
 
com.fastasyncworldedit.core.command.tool.scroll - package com.fastasyncworldedit.core.command.tool.scroll
 
com.fastasyncworldedit.core.command.tool.sweep - package com.fastasyncworldedit.core.command.tool.sweep
 
com.fastasyncworldedit.core.configuration - package com.fastasyncworldedit.core.configuration
 
com.fastasyncworldedit.core.configuration.file - package com.fastasyncworldedit.core.configuration.file
 
com.fastasyncworldedit.core.configuration.serialization - package com.fastasyncworldedit.core.configuration.serialization
 
com.fastasyncworldedit.core.database - package com.fastasyncworldedit.core.database
 
com.fastasyncworldedit.core.entity - package com.fastasyncworldedit.core.entity
 
com.fastasyncworldedit.core.event.extent - package com.fastasyncworldedit.core.event.extent
 
com.fastasyncworldedit.core.extension.factory - package com.fastasyncworldedit.core.extension.factory
 
com.fastasyncworldedit.core.extension.factory.parser - package com.fastasyncworldedit.core.extension.factory.parser
 
com.fastasyncworldedit.core.extension.factory.parser.mask - package com.fastasyncworldedit.core.extension.factory.parser.mask
 
com.fastasyncworldedit.core.extension.factory.parser.pattern - package com.fastasyncworldedit.core.extension.factory.parser.pattern
 
com.fastasyncworldedit.core.extension.factory.parser.transform - package com.fastasyncworldedit.core.extension.factory.parser.transform
 
com.fastasyncworldedit.core.extension.platform.binding - package com.fastasyncworldedit.core.extension.platform.binding
 
com.fastasyncworldedit.core.extent - package com.fastasyncworldedit.core.extent
 
com.fastasyncworldedit.core.extent.clipboard - package com.fastasyncworldedit.core.extent.clipboard
 
com.fastasyncworldedit.core.extent.clipboard.io - package com.fastasyncworldedit.core.extent.clipboard.io
 
com.fastasyncworldedit.core.extent.clipboard.io.schematic - package com.fastasyncworldedit.core.extent.clipboard.io.schematic
 
com.fastasyncworldedit.core.extent.filter - package com.fastasyncworldedit.core.extent.filter
 
com.fastasyncworldedit.core.extent.filter.block - package com.fastasyncworldedit.core.extent.filter.block
 
com.fastasyncworldedit.core.extent.inventory - package com.fastasyncworldedit.core.extent.inventory
 
com.fastasyncworldedit.core.extent.processor - package com.fastasyncworldedit.core.extent.processor
 
com.fastasyncworldedit.core.extent.processor.heightmap - package com.fastasyncworldedit.core.extent.processor.heightmap
 
com.fastasyncworldedit.core.extent.processor.lighting - package com.fastasyncworldedit.core.extent.processor.lighting
 
com.fastasyncworldedit.core.extent.transform - package com.fastasyncworldedit.core.extent.transform
 
com.fastasyncworldedit.core.function - package com.fastasyncworldedit.core.function
 
com.fastasyncworldedit.core.function.block - package com.fastasyncworldedit.core.function.block
 
com.fastasyncworldedit.core.function.generator - package com.fastasyncworldedit.core.function.generator
 
com.fastasyncworldedit.core.function.mask - package com.fastasyncworldedit.core.function.mask
 
com.fastasyncworldedit.core.function.pattern - package com.fastasyncworldedit.core.function.pattern
 
com.fastasyncworldedit.core.function.visitor - package com.fastasyncworldedit.core.function.visitor
 
com.fastasyncworldedit.core.history - package com.fastasyncworldedit.core.history
 
com.fastasyncworldedit.core.history.change - package com.fastasyncworldedit.core.history.change
 
com.fastasyncworldedit.core.history.changeset - package com.fastasyncworldedit.core.history.changeset
 
com.fastasyncworldedit.core.internal.command - package com.fastasyncworldedit.core.internal.command
 
com.fastasyncworldedit.core.internal.exception - package com.fastasyncworldedit.core.internal.exception
 
com.fastasyncworldedit.core.internal.io - package com.fastasyncworldedit.core.internal.io
 
com.fastasyncworldedit.core.jnbt - package com.fastasyncworldedit.core.jnbt
 
com.fastasyncworldedit.core.jnbt.streamer - package com.fastasyncworldedit.core.jnbt.streamer
 
com.fastasyncworldedit.core.limit - package com.fastasyncworldedit.core.limit
 
com.fastasyncworldedit.core.math - package com.fastasyncworldedit.core.math
 
com.fastasyncworldedit.core.math.heightmap - package com.fastasyncworldedit.core.math.heightmap
 
com.fastasyncworldedit.core.math.random - package com.fastasyncworldedit.core.math.random
 
com.fastasyncworldedit.core.math.transform - package com.fastasyncworldedit.core.math.transform
 
com.fastasyncworldedit.core.queue - package com.fastasyncworldedit.core.queue
 
com.fastasyncworldedit.core.queue.implementation - package com.fastasyncworldedit.core.queue.implementation
 
com.fastasyncworldedit.core.queue.implementation.blocks - package com.fastasyncworldedit.core.queue.implementation.blocks
 
com.fastasyncworldedit.core.queue.implementation.chunk - package com.fastasyncworldedit.core.queue.implementation.chunk
 
com.fastasyncworldedit.core.queue.implementation.packet - package com.fastasyncworldedit.core.queue.implementation.packet
 
com.fastasyncworldedit.core.queue.implementation.preloader - package com.fastasyncworldedit.core.queue.implementation.preloader
 
com.fastasyncworldedit.core.regions - package com.fastasyncworldedit.core.regions
 
com.fastasyncworldedit.core.regions.filter - package com.fastasyncworldedit.core.regions.filter
 
com.fastasyncworldedit.core.regions.selector - package com.fastasyncworldedit.core.regions.selector
 
com.fastasyncworldedit.core.registry - package com.fastasyncworldedit.core.registry
 
com.fastasyncworldedit.core.registry.state - package com.fastasyncworldedit.core.registry.state
 
com.fastasyncworldedit.core.util - package com.fastasyncworldedit.core.util
 
com.fastasyncworldedit.core.util.collection - package com.fastasyncworldedit.core.util.collection
 
com.fastasyncworldedit.core.util.image - package com.fastasyncworldedit.core.util.image
 
com.fastasyncworldedit.core.util.progress - package com.fastasyncworldedit.core.util.progress
 
com.fastasyncworldedit.core.util.task - package com.fastasyncworldedit.core.util.task
 
com.fastasyncworldedit.core.world - package com.fastasyncworldedit.core.world
 
com.fastasyncworldedit.core.world.block - package com.fastasyncworldedit.core.world.block
 
com.fastasyncworldedit.core.wrappers - package com.fastasyncworldedit.core.wrappers
 
com.sk89q.jnbt - package com.sk89q.jnbt
 
com.sk89q.minecraft.util.commands - package com.sk89q.minecraft.util.commands
This package contains the old command system.
com.sk89q.util - package com.sk89q.util
 
com.sk89q.util.yaml - package com.sk89q.util.yaml
 
com.sk89q.worldedit - package com.sk89q.worldedit
 
com.sk89q.worldedit.antlr - package com.sk89q.worldedit.antlr
 
com.sk89q.worldedit.blocks - package com.sk89q.worldedit.blocks
 
com.sk89q.worldedit.command - package com.sk89q.worldedit.command
The following classes are FAWE additions:
com.sk89q.worldedit.command.argument - package com.sk89q.worldedit.command.argument
The following classes are FAWE additions:
com.sk89q.worldedit.command.factory - package com.sk89q.worldedit.command.factory
 
com.sk89q.worldedit.command.tool - package com.sk89q.worldedit.command.tool
 
com.sk89q.worldedit.command.tool.brush - package com.sk89q.worldedit.command.tool.brush
 
com.sk89q.worldedit.command.util - package com.sk89q.worldedit.command.util
 
com.sk89q.worldedit.command.util.annotation - package com.sk89q.worldedit.command.util.annotation
The following classes are FAWE additions:
com.sk89q.worldedit.entity - package com.sk89q.worldedit.entity
 
com.sk89q.worldedit.entity.metadata - package com.sk89q.worldedit.entity.metadata
 
com.sk89q.worldedit.event - package com.sk89q.worldedit.event
 
com.sk89q.worldedit.event.extent - package com.sk89q.worldedit.event.extent
 
com.sk89q.worldedit.event.platform - package com.sk89q.worldedit.event.platform
 
com.sk89q.worldedit.extension.factory - package com.sk89q.worldedit.extension.factory
 
com.sk89q.worldedit.extension.factory.parser - package com.sk89q.worldedit.extension.factory.parser
 
com.sk89q.worldedit.extension.factory.parser.mask - package com.sk89q.worldedit.extension.factory.parser.mask
 
com.sk89q.worldedit.extension.factory.parser.pattern - package com.sk89q.worldedit.extension.factory.parser.pattern
 
com.sk89q.worldedit.extension.input - package com.sk89q.worldedit.extension.input
 
com.sk89q.worldedit.extension.platform - package com.sk89q.worldedit.extension.platform
 
com.sk89q.worldedit.extension.platform.permission - package com.sk89q.worldedit.extension.platform.permission
 
com.sk89q.worldedit.extent - package com.sk89q.worldedit.extent
 
com.sk89q.worldedit.extent.buffer - package com.sk89q.worldedit.extent.buffer
 
com.sk89q.worldedit.extent.cache - package com.sk89q.worldedit.extent.cache
 
com.sk89q.worldedit.extent.clipboard - package com.sk89q.worldedit.extent.clipboard
 
com.sk89q.worldedit.extent.clipboard.io - package com.sk89q.worldedit.extent.clipboard.io
 
com.sk89q.worldedit.extent.clipboard.io.legacycompat - package com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
com.sk89q.worldedit.extent.inventory - package com.sk89q.worldedit.extent.inventory
 
com.sk89q.worldedit.extent.reorder - package com.sk89q.worldedit.extent.reorder
 
com.sk89q.worldedit.extent.transform - package com.sk89q.worldedit.extent.transform
 
com.sk89q.worldedit.extent.validation - package com.sk89q.worldedit.extent.validation
 
com.sk89q.worldedit.extent.world - package com.sk89q.worldedit.extent.world
 
com.sk89q.worldedit.function - package com.sk89q.worldedit.function
 
com.sk89q.worldedit.function.biome - package com.sk89q.worldedit.function.biome
 
com.sk89q.worldedit.function.block - package com.sk89q.worldedit.function.block
 
com.sk89q.worldedit.function.entity - package com.sk89q.worldedit.function.entity
 
com.sk89q.worldedit.function.factory - package com.sk89q.worldedit.function.factory
 
com.sk89q.worldedit.function.generator - package com.sk89q.worldedit.function.generator
 
com.sk89q.worldedit.function.mask - package com.sk89q.worldedit.function.mask
 
com.sk89q.worldedit.function.operation - package com.sk89q.worldedit.function.operation
The following classes are FAWE additions:
com.sk89q.worldedit.function.pattern - package com.sk89q.worldedit.function.pattern
 
com.sk89q.worldedit.function.util - package com.sk89q.worldedit.function.util
 
com.sk89q.worldedit.function.visitor - package com.sk89q.worldedit.function.visitor
 
com.sk89q.worldedit.history - package com.sk89q.worldedit.history
 
com.sk89q.worldedit.history.change - package com.sk89q.worldedit.history.change
 
com.sk89q.worldedit.history.changeset - package com.sk89q.worldedit.history.changeset
 
com.sk89q.worldedit.internal - package com.sk89q.worldedit.internal
 
com.sk89q.worldedit.internal.annotation - package com.sk89q.worldedit.internal.annotation
 
com.sk89q.worldedit.internal.anvil - package com.sk89q.worldedit.internal.anvil
 
com.sk89q.worldedit.internal.block - package com.sk89q.worldedit.internal.block
 
com.sk89q.worldedit.internal.command - package com.sk89q.worldedit.internal.command
 
com.sk89q.worldedit.internal.command.exception - package com.sk89q.worldedit.internal.command.exception
 
com.sk89q.worldedit.internal.cui - package com.sk89q.worldedit.internal.cui
 
com.sk89q.worldedit.internal.event - package com.sk89q.worldedit.internal.event
 
com.sk89q.worldedit.internal.expression - package com.sk89q.worldedit.internal.expression
 
com.sk89q.worldedit.internal.expression.invoke - package com.sk89q.worldedit.internal.expression.invoke
 
com.sk89q.worldedit.internal.helper - package com.sk89q.worldedit.internal.helper
 
com.sk89q.worldedit.internal.registry - package com.sk89q.worldedit.internal.registry
 
com.sk89q.worldedit.internal.util - package com.sk89q.worldedit.internal.util
 
com.sk89q.worldedit.internal.wna - package com.sk89q.worldedit.internal.wna
"WNA", or WorldEdit Native Access.
com.sk89q.worldedit.math - package com.sk89q.worldedit.math
 
com.sk89q.worldedit.math.convolution - package com.sk89q.worldedit.math.convolution
 
com.sk89q.worldedit.math.geom - package com.sk89q.worldedit.math.geom
 
com.sk89q.worldedit.math.interpolation - package com.sk89q.worldedit.math.interpolation
 
com.sk89q.worldedit.math.noise - package com.sk89q.worldedit.math.noise
 
com.sk89q.worldedit.math.transform - package com.sk89q.worldedit.math.transform
 
com.sk89q.worldedit.regions - package com.sk89q.worldedit.regions
 
com.sk89q.worldedit.regions.factory - package com.sk89q.worldedit.regions.factory
 
com.sk89q.worldedit.regions.iterator - package com.sk89q.worldedit.regions.iterator
 
com.sk89q.worldedit.regions.polyhedron - package com.sk89q.worldedit.regions.polyhedron
 
com.sk89q.worldedit.regions.selector - package com.sk89q.worldedit.regions.selector
 
com.sk89q.worldedit.regions.selector.limit - package com.sk89q.worldedit.regions.selector.limit
 
com.sk89q.worldedit.regions.shape - package com.sk89q.worldedit.regions.shape
 
com.sk89q.worldedit.registry - package com.sk89q.worldedit.registry
 
com.sk89q.worldedit.registry.state - package com.sk89q.worldedit.registry.state
 
com.sk89q.worldedit.scripting - package com.sk89q.worldedit.scripting
 
com.sk89q.worldedit.session - package com.sk89q.worldedit.session
 
com.sk89q.worldedit.session.request - package com.sk89q.worldedit.session.request
 
com.sk89q.worldedit.session.storage - package com.sk89q.worldedit.session.storage
 
com.sk89q.worldedit.util - package com.sk89q.worldedit.util
 
com.sk89q.worldedit.util.auth - package com.sk89q.worldedit.util.auth
 
com.sk89q.worldedit.util.collection - package com.sk89q.worldedit.util.collection
 
com.sk89q.worldedit.util.concurrency - package com.sk89q.worldedit.util.concurrency
 
com.sk89q.worldedit.util.eventbus - package com.sk89q.worldedit.util.eventbus
 
com.sk89q.worldedit.util.formatting - package com.sk89q.worldedit.util.formatting
 
com.sk89q.worldedit.util.formatting.component - package com.sk89q.worldedit.util.formatting.component
 
com.sk89q.worldedit.util.function - package com.sk89q.worldedit.util.function
 
com.sk89q.worldedit.util.gson - package com.sk89q.worldedit.util.gson
 
com.sk89q.worldedit.util.io - package com.sk89q.worldedit.util.io
 
com.sk89q.worldedit.util.io.file - package com.sk89q.worldedit.util.io.file
 
com.sk89q.worldedit.util.lifecycle - package com.sk89q.worldedit.util.lifecycle
 
com.sk89q.worldedit.util.logging - package com.sk89q.worldedit.util.logging
 
com.sk89q.worldedit.util.net - package com.sk89q.worldedit.util.net
 
com.sk89q.worldedit.util.paste - package com.sk89q.worldedit.util.paste
 
com.sk89q.worldedit.util.report - package com.sk89q.worldedit.util.report
 
com.sk89q.worldedit.util.task - package com.sk89q.worldedit.util.task
 
com.sk89q.worldedit.util.task.progress - package com.sk89q.worldedit.util.task.progress
 
com.sk89q.worldedit.util.time - package com.sk89q.worldedit.util.time
 
com.sk89q.worldedit.util.translation - package com.sk89q.worldedit.util.translation
 
com.sk89q.worldedit.world - package com.sk89q.worldedit.world
 
com.sk89q.worldedit.world.biome - package com.sk89q.worldedit.world.biome
 
com.sk89q.worldedit.world.block - package com.sk89q.worldedit.world.block
The following classes are FAWE additions:
com.sk89q.worldedit.world.chunk - package com.sk89q.worldedit.world.chunk
The following classes are FAWE additions:
com.sk89q.worldedit.world.entity - package com.sk89q.worldedit.world.entity
 
com.sk89q.worldedit.world.fluid - package com.sk89q.worldedit.world.fluid
 
com.sk89q.worldedit.world.gamemode - package com.sk89q.worldedit.world.gamemode
 
com.sk89q.worldedit.world.item - package com.sk89q.worldedit.world.item
 
com.sk89q.worldedit.world.registry - package com.sk89q.worldedit.world.registry
 
com.sk89q.worldedit.world.snapshot - package com.sk89q.worldedit.world.snapshot
 
com.sk89q.worldedit.world.snapshot.experimental - package com.sk89q.worldedit.world.snapshot.experimental
Experimental, in-testing, snapshot API.
com.sk89q.worldedit.world.snapshot.experimental.fs - package com.sk89q.worldedit.world.snapshot.experimental.fs
 
com.sk89q.worldedit.world.storage - package com.sk89q.worldedit.world.storage
 
com.sk89q.worldedit.world.weather - package com.sk89q.worldedit.world.weather
 
COMBINATION_STEP_SOUND_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
combine(RegionFunction, RegionFunction) - Static method in class com.sk89q.worldedit.function.CombinedRegionFunction
 
combine(AffineTransform) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
combine(Transform) - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
 
combine(Transform) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
combine(Transform) - Method in class com.sk89q.worldedit.math.transform.CombinedTransform
 
combine(Transform) - Method in class com.sk89q.worldedit.math.transform.Identity
 
combine(Transform) - Method in interface com.sk89q.worldedit.math.transform.Transform
Create a new Transform that combines this transform with another.
COMBINE_STAGES - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
combined() - Static method in class com.sk89q.worldedit.util.io.file.ArchiveNioSupports
Get an ArchiveNioSupport that combines all known instances.
CombinedBlockCopy - Class in com.fastasyncworldedit.core.function.block
 
CombinedBlockCopy(Extent, Extent, RegionFunction) - Constructor for class com.fastasyncworldedit.core.function.block.CombinedBlockCopy
 
CombinedRegionFunction - Class in com.sk89q.worldedit.function
Executes several region functions in order.
CombinedRegionFunction() - Constructor for class com.sk89q.worldedit.function.CombinedRegionFunction
Create a combined region function.
CombinedRegionFunction(RegionFunction...) - Constructor for class com.sk89q.worldedit.function.CombinedRegionFunction
Create a combined region function.
CombinedRegionFunction(Collection<RegionFunction>) - Constructor for class com.sk89q.worldedit.function.CombinedRegionFunction
Create a combined region function.
CombinedTransform - Class in com.sk89q.worldedit.math.transform
Combines several transforms in order.
CombinedTransform(Transform...) - Constructor for class com.sk89q.worldedit.math.transform.CombinedTransform
Create a new combined transformation.
CombinedTransform(Collection<Transform>) - Constructor for class com.sk89q.worldedit.math.transform.CombinedTransform
Create a new combined transformation.
combineStages(Boolean) - Method in class com.sk89q.worldedit.EditSessionBuilder
Record history with dispatching:, - Much faster as it avoids duplicate block checks, - Slightly worse compression since dispatch order is different.
combineTransparency(int, int) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
Assumes the top layer is a transparent color and the bottom is opaque
COMMA - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
COMMA - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
COMMA() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
COMMA() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
COMMA(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
command - Variable in class com.sk89q.minecraft.util.commands.CommandContext
 
command(String) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the command used that created this edit.
command(InjectedValueAccess, Expression, List<String>, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
Command - Annotation Interface in com.sk89q.minecraft.util.commands
This annotation indicates a command.
COMMAND_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COMMAND_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COMMAND_BLOCK_MINECART - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
COMMAND_BLOCK_MINECART - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COMMAND_CLEAN_PATTERN - Static variable in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
CommandAlias - Annotation Interface 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.
CommandArgParser - Class in com.sk89q.worldedit.internal.command
 
CommandArgParser(List<Substring>) - Constructor for class com.sk89q.worldedit.internal.command.CommandArgParser
 
CommandBindings - Class in com.fastasyncworldedit.core.extension.platform.binding
 
CommandBindings(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.platform.binding.CommandBindings
 
commandBlockSupport - Variable in class com.sk89q.worldedit.LocalConfiguration
 
CommandBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
CommandBrush(String) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.CommandBrush
Deprecated, for removal: This API element is subject to removal in a future version.
CommandBrush(String, boolean) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.CommandBrush
New instance
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>, boolean, CommandLocals) - Constructor for class com.sk89q.minecraft.util.commands.CommandContext
Parse the given array of arguments.
CommandContext(String[], Set<Character>, boolean, CommandLocals, boolean) - Constructor for class com.sk89q.minecraft.util.commands.CommandContext
Parse the given array of arguments.
CommandContext(String, Set<Character>) - Constructor for class com.sk89q.minecraft.util.commands.CommandContext
 
CommandContext(String, Set<Character>, boolean) - Constructor for class com.sk89q.minecraft.util.commands.CommandContext
 
CommandEvent - Class in com.sk89q.worldedit.event.platform
This class is currently only for internal use.
CommandEvent(Actor, String) - Constructor for class com.sk89q.worldedit.event.platform.CommandEvent
Create a new instance.
CommandEvent(Actor, String, EditSession) - Constructor for class com.sk89q.worldedit.event.platform.CommandEvent
Create a new instance.
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(String, Throwable) - Constructor for exception com.sk89q.minecraft.util.commands.CommandException
 
CommandException(Throwable) - Constructor for exception com.sk89q.minecraft.util.commands.CommandException
 
CommandListBox - Class in com.sk89q.worldedit.util.formatting.component
 
CommandListBox(String, String, String) - Constructor for class com.sk89q.worldedit.util.formatting.component.CommandListBox
Create a new box.
CommandLocals - Class in com.sk89q.minecraft.util.commands
 
CommandLocals() - Constructor for class com.sk89q.minecraft.util.commands.CommandLocals
 
CommandLoggingHandler - Class in com.sk89q.worldedit.internal.command
Logs called commands to a logger.
CommandLoggingHandler(WorldEdit, Logger) - Constructor for class com.sk89q.worldedit.internal.command.CommandLoggingHandler
Create a new instance.
CommandPermissions - Annotation Interface in com.sk89q.minecraft.util.commands
Indicates a list of permissions that should be checked.
CommandPermissions - Annotation Interface in com.sk89q.worldedit.command.util
 
commandPermissionsConditionGenerator(CommandPermissionsConditionGenerator) - Method in interface com.sk89q.worldedit.command.util.CommandPermissionsConditionGenerator.Registration
 
CommandPermissionsConditionGenerator - Class in com.sk89q.worldedit.command.util
 
CommandPermissionsConditionGenerator() - Constructor for class com.sk89q.worldedit.command.util.CommandPermissionsConditionGenerator
 
CommandPermissionsConditionGenerator.Registration - Interface in com.sk89q.worldedit.command.util
 
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
 
CommandRegistrationHandler - Class in com.sk89q.worldedit.internal.command
 
CommandRegistrationHandler(List<CommandCallListener>) - Constructor for class com.sk89q.worldedit.internal.command.CommandRegistrationHandler
 
commands - Variable in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Mapping of commands (including aliases) with a description.
COMMANDS - Variable in class com.fastasyncworldedit.core.configuration.Settings.ENABLED_COMPONENTS
 
CommandsManager<T> - Class in com.sk89q.minecraft.util.commands
Deprecated.
CommandsManager() - Constructor for class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
 
CommandSuggestionEvent - Class in com.sk89q.worldedit.event.platform
Posted when suggestions for auto-completion are requested for command input.
CommandSuggestionEvent(Actor, String) - Constructor for class com.sk89q.worldedit.event.platform.CommandSuggestionEvent
Create a new instance.
CommandUsageBox - Class in com.sk89q.worldedit.util.formatting.component
A box to describe usage of a command.
CommandUsageBox(List<Command>, String, String) - Constructor for class com.sk89q.worldedit.util.formatting.component.CommandUsageBox
Create a new usage box.
CommandUsageBox(List<Command>, String, String, CommandParameters) - Constructor for class com.sk89q.worldedit.util.formatting.component.CommandUsageBox
Create a new usage box.
CommandUsageException - Exception in com.sk89q.minecraft.util.commands
 
CommandUsageException(String, String) - Constructor for exception com.sk89q.minecraft.util.commands.CommandUsageException
 
CommandUtil - Class in com.sk89q.worldedit.internal.command
 
CommandUtil.NewCommandGenerator - Interface in com.sk89q.worldedit.internal.command
 
CommandUtil.ReplacementMessageGenerator - Interface in com.sk89q.worldedit.internal.command
 
CommaSeparatedValuesConverter<T> - Class in com.sk89q.worldedit.command.argument
 
COMMENT_CHAR - Static variable in class com.sk89q.util.yaml.YAMLProcessor
 
COMMENT_PREFIX - Static variable in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
commit() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
commit() - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
commit() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
commit() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
commit() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
commit() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
commit() - Method in interface com.sk89q.worldedit.extent.Extent
 
commit() - Method in class com.sk89q.worldedit.extent.NullExtent
 
commit() - Method in interface com.sk89q.worldedit.extent.OutputExtent
Return an Operation that should be called to tie up loose ends (such as to commit changes in a buffer).
commit() - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
commit() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
COMMIT - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
commitBefore() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
commitBefore() - Method in class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
 
commitBefore() - Method in class com.sk89q.worldedit.extent.reorder.MultiStageReorder
 
commitBefore() - Method in class com.sk89q.worldedit.extent.world.SideEffectExtent
 
commitRequired() - Method in class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
 
commitRequired() - Method in class com.sk89q.worldedit.extent.reorder.MultiStageReorder
 
commitRequired() - Method in class com.sk89q.worldedit.extent.world.SideEffectExtent
 
COMPACT - Enum constant in enum class com.sk89q.util.yaml.YAMLFormat
 
COMPARATOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COMPARATOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
compare(Task<?>, Task<?>) - Method in class com.sk89q.worldedit.util.task.TaskStateComparator
 
compareAndResetDirty() - Method in class com.sk89q.worldedit.LocalSession
Get whether this session is "dirty" and has changes that needs to be committed, and reset it to false.
compareAndSet(T[], T, T, int) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
Performs CAS on the array element at the given index.
compareTo(PropertyKey) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
compareTo(Countable<T>) - Method in class com.sk89q.worldedit.util.Countable
 
compareTo(EventHandler) - Method in class com.sk89q.worldedit.util.eventbus.EventHandler
 
compareTo(SnapshotInfo) - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotInfo
 
compareTo(Snapshot) - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
 
COMPARING_GRID_ARRANGEMENT - Static variable in class com.sk89q.worldedit.math.BlockVector2
A comparator for BlockVector2ds that orders the vectors by rows, with x as the column and z as the row.
comparison - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.DeletionPredicate
 
COMPASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COMPASSES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
compile() - Method in class com.sk89q.worldedit.EditSessionBuilder
Compile the builder to the settings given.
compile(String, String...) - Static method in class com.sk89q.worldedit.internal.expression.Expression
 
CompiledExpression - Interface in com.sk89q.worldedit.internal.expression
Represents a "compiled" expression.
compileExpression(ExpressionParser.AllStatementsContext, Functions) - Method in class com.sk89q.worldedit.internal.expression.invoke.ExpressionCompiler
 
COMPLEMENT - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
COMPLEMENT - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
COMPLEMENT() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ComplementExprContext
 
ComplementExprContext(ExpressionParser.UnaryExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ComplementExprContext
 
complete(Operation) - Static method in class com.sk89q.worldedit.function.operation.Operations
Complete a given operation synchronously until it completes.
complete(Future<T>) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Deprecated, for removal: This API element is subject to removal in a future version.
For removal without replacement.
completeBlindly(Operation) - Static method in class com.sk89q.worldedit.function.operation.Operations
Complete a given operation synchronously until it completes.
completed() - Static method in class com.sk89q.worldedit.util.task.progress.Progress
Get a static progress object that is complete.
completeLegacy(Operation) - Static method in class com.sk89q.worldedit.function.operation.Operations
Complete a given operation synchronously until it completes.
COMPLETES_FIND_TREE_TUTORIAL - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
COMPLETES_FIND_TREE_TUTORIAL - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
COMPOSTER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COMPOSTER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CompoundInput - Enum Class in com.fastasyncworldedit.core.world.block
 
CompoundTag - Class in com.sk89q.jnbt
Deprecated.
Use CompoundBinaryTag.
CompoundTag(CompoundBinaryTag) - Constructor for class com.sk89q.jnbt.CompoundTag
Deprecated.
 
CompoundTag(Map<String, Tag>) - Constructor for class com.sk89q.jnbt.CompoundTag
Deprecated.
Creates the tag with an empty name.
CompoundTagBuilder - Class in com.sk89q.jnbt
Deprecated.
Use CompoundBinaryTag.Builder.
compress(byte[], byte[], int) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
compress(byte[], int, byte[], OutputStream, Deflater) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
CompressedCompoundTag<T> - Class in com.fastasyncworldedit.core.jnbt
 
CompressedCompoundTag(T) - Constructor for class com.fastasyncworldedit.core.jnbt.CompressedCompoundTag
 
CompressedSchematicTag - Class in com.fastasyncworldedit.core.jnbt
 
CompressedSchematicTag(Clipboard) - Constructor for class com.fastasyncworldedit.core.jnbt.CompressedSchematicTag
 
COMPRESSION_LEVEL - Variable in class com.fastasyncworldedit.core.configuration.Settings.CLIPBOARD
 
COMPRESSION_LEVEL - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
compute(BlockVector3, BiFunction<? super BlockVector3, ? super V, ? extends V>) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
computed(T) - Static method in class com.sk89q.worldedit.util.concurrency.LazyReference
Pre-computed reference, for setting a lazy reference field with a known value.
computeIfAbsent(BlockVector3, Function<? super BlockVector3, ? extends V>) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
computeIfPresent(BlockVector3, BiFunction<? super BlockVector3, ? super V, ? extends V>) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
concatenate(double, double, double, double, double, double, double, double, double, double, double, double) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
Returns the affine transform created by applying first the affine transform given by the parameters, then this affine transform.
concatenate(AffineTransform) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
Returns the affine transform created by applying first the affine transform given by that, then this affine transform.
CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
condition - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
condition - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
condition - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
condition - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
condition - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
CONDITIONAL - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
ConditionalAndExprContext(ExpressionParser.ConditionalAndExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
conditionalAndExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.COFallthroughContext
 
conditionalAndExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
conditionalAndExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
conditionalAndExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
ConditionalAndExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExpressionContext
 
ConditionalAndExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExpressionContext
 
conditionalExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentExpressionContext
 
conditionalExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
conditionalExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
ConditionalExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalExpressionContext
 
ConditionalExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalExpressionContext
 
ConditionalOrExprContext(ExpressionParser.ConditionalOrExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
conditionalOrExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CEFallthroughContext
 
conditionalOrExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
conditionalOrExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
conditionalOrExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
ConditionalOrExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExpressionContext
 
ConditionalOrExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExpressionContext
 
CONDUIT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CONDUIT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
cone(Actor, LocalSession, EditSession, Pattern, List<Double>, int, boolean, double) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
CONE - Enum constant in enum class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap.Shape
 
config - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
 
config - Variable in class com.sk89q.worldedit.util.YAMLConfiguration
 
Config - Class in com.fastasyncworldedit.core.configuration
 
Config() - Constructor for class com.fastasyncworldedit.core.configuration.Config
 
CONFIG_HOLDER - Static variable in class com.sk89q.worldedit.util.formatting.WorldEditText
 
Config.BlockName - Annotation Interface in com.fastasyncworldedit.core.configuration
The names of any default blocks.
Config.Comment - Annotation Interface in com.fastasyncworldedit.core.configuration
Creates a comment.
Config.ConfigBlock<T> - Class in com.fastasyncworldedit.core.configuration
 
Config.Create - Annotation Interface in com.fastasyncworldedit.core.configuration
Indicates that a field should be instantiated / created.
Config.Final - Annotation Interface in com.fastasyncworldedit.core.configuration
Indicates that a field cannot be modified.
Config.Ignore - Annotation Interface in com.fastasyncworldedit.core.configuration
Any field or class with is not part of the config.
ConfigBlock() - Constructor for class com.fastasyncworldedit.core.configuration.Config.ConfigBlock
 
ConfigReport - Class in com.sk89q.worldedit.util.report
 
ConfigReport() - Constructor for class com.sk89q.worldedit.util.report.ConfigReport
 
configuration() - Method in class com.fastasyncworldedit.core.configuration.ConfigurationOptions
Returns the Configuration that this object is responsible for.
configuration() - Method in class com.fastasyncworldedit.core.configuration.file.FileConfigurationOptions
 
configuration() - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfigurationOptions
 
configuration() - Method in class com.fastasyncworldedit.core.configuration.MemoryConfigurationOptions
 
Configuration - Interface in com.fastasyncworldedit.core.configuration
Represents a source of configurable options and settings.
CONFIGURATION - Enum constant in enum class com.sk89q.worldedit.extension.platform.Capability
The capability of providing configuration.
ConfigurationLoadEvent - Class in com.sk89q.worldedit.event.platform
Raised when the configuration has been loaded or re-loaded.
ConfigurationLoadEvent(LocalConfiguration) - Constructor for class com.sk89q.worldedit.event.platform.ConfigurationLoadEvent
Create a new instance.
ConfigurationOptions - Class in com.fastasyncworldedit.core.configuration
Various settings for controlling the input and output of a Configuration
ConfigurationOptions(Configuration) - Constructor for class com.fastasyncworldedit.core.configuration.ConfigurationOptions
 
ConfigurationSection - Interface in com.fastasyncworldedit.core.configuration
Represents a section of a Configuration.
ConfigurationSerializable - Interface in com.fastasyncworldedit.core.configuration.serialization
Represents an object that may be serialized.
ConfigurationSerialization - Class in com.fastasyncworldedit.core.configuration.serialization
Utility class for storing and retrieving classes for Configuration.
ConfigurationSerialization(Class<? extends ConfigurationSerializable>) - Constructor for class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
 
confirm() - Method in interface com.sk89q.worldedit.extension.platform.Actor
Confirm any pending actions.
confirm(Actor) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
Confirm - Annotation Interface in com.sk89q.worldedit.command.util.annotation
Indicates how the affected blocks should be hinted at in the log.
CONFIRM_LARGE - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
CONFIRM_LARGE - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
Confirm.Processor - Enum Class in com.sk89q.worldedit.command.util.annotation
 
Confirm.Reflect - Class in com.sk89q.worldedit.command.util.annotation
 
ConfirmHandler - Class in com.sk89q.worldedit.command.util.annotation
Logs called commands to a logger.
ConfirmHandler() - Constructor for class com.sk89q.worldedit.command.util.annotation.ConfirmHandler
 
consider(T) - Method in class com.sk89q.worldedit.util.WeightedChoice
Consider the given object.
Console - Annotation Interface in com.sk89q.minecraft.util.commands
This annotation indicates that a command can be used from the console.
CONSOLE - Static variable in interface com.sk89q.worldedit.util.Identifiable
 
constant - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.CaseContext
 
Constant(double) - Constructor for class com.sk89q.worldedit.internal.expression.LocalSlot.Constant
 
CONSTANT_EVALUATOR - Static variable in class com.sk89q.worldedit.internal.expression.ExecutionData
Special execution context for evaluating constant values.
ConstantExprContext(ExpressionParser.UnprioritizedExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExprContext
 
constantExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CaseContext
 
constantExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExprContext
 
constantExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
ConstantExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExpressionContext
 
ConstantLifecycled<T> - Class in com.sk89q.worldedit.util.lifecycle
A Lifecycled that never invalidates.
ConstantLifecycled(T) - Constructor for class com.sk89q.worldedit.util.lifecycle.ConstantLifecycled
 
Constants - Class in com.sk89q.worldedit.internal
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.DisallowedBlocksExtent
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.processor.EmptyBatchProcessor
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.processor.EntityInBlockRemovingProcessor
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.processor.heightmap.HeightmapProcessor
 
construct(Extent) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.RelightProcessor
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.processor.NullProcessor
 
construct(Extent) - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
construct(Extent) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
construct(Extent) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Convert this processor into an Extent based processor instead of a queue batch based on.
construct(Extent) - Method in class com.sk89q.worldedit.extent.MaskingExtent
 
construct(Extent) - Method in interface com.sk89q.worldedit.regions.Region
 
ConsumeBindings - Class in com.fastasyncworldedit.core.extension.platform.binding
 
ConsumeBindings(WorldEdit, PlatformCommandManager) - Constructor for class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
containedWithin(BlockVector2, BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Checks to see if a vector is contained with another.
containedWithin(BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
containedWithin(BlockVector3, BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Checks to see if a vector is contained with another.
containedWithin(Vector2, Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Checks to see if a vector is contained with another.
containedWithin(Vector3, Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Checks to see if a vector is contained with another.
CONTAINER - Enum constant in enum class com.fastasyncworldedit.core.world.block.CompoundInput
 
contains(int, int) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
contains(int, int) - Method in class com.fastasyncworldedit.core.extent.HeightBoundExtent
 
contains(int, int) - Method in class com.fastasyncworldedit.core.extent.MultiRegionExtent
 
contains(int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
contains(int, int) - Method in class com.fastasyncworldedit.core.extent.SingleRegionExtent
 
contains(int, int) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
contains(int, int) - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
contains(int, int) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
contains(int, int) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
contains(int, int) - Method in interface com.sk89q.worldedit.regions.Region
 
contains(int, int) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.extent.HeightBoundExtent
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.extent.MultiRegionExtent
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.extent.SingleRegionExtent
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
If the set contains a position
contains(int, int, int) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
contains(int, int, int) - Method in interface com.fastasyncworldedit.core.util.collection.BlockVector3Set
 
contains(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
contains(int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
Returns true if the extent contains the given position
contains(int, int, int) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
contains(int, int, int) - Method in class com.sk89q.worldedit.regions.CylinderRegion
Checks to see if a point is inside this region.
contains(int, int, int) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
contains(int, int, int) - Method in interface com.sk89q.worldedit.regions.Region
 
contains(int, int, int) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
contains(B) - Method in class com.sk89q.worldedit.world.block.BlockCategory
Checks whether the BlockStateHolder is contained within this category.
contains(RegionWrapper) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
contains(BaseItem) - Method in class com.sk89q.worldedit.world.item.ItemCategory
Checks whether the BaseItem is contained within this category.
contains(Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.LazyClipboardHolder
 
contains(Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
contains(Clipboard) - Method in class com.sk89q.worldedit.session.ClipboardHolder
 
contains(BlockVector2) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
contains(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
contains(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
contains(BlockVector3) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
contains(BlockVector3) - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
contains(BlockVector3) - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
contains(BlockVector3) - Method in class com.fastasyncworldedit.core.regions.Triangle
 
contains(BlockVector3) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
contains(BlockVector3) - Method in interface com.sk89q.worldedit.extent.Extent
Returns true if the extent contains the given position
contains(BlockVector3) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
contains(BlockVector3) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
contains(BlockVector3) - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
contains(BlockVector3) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
contains(BlockVector3) - Method in class com.sk89q.worldedit.regions.NullRegion
 
contains(BlockVector3) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
contains(BlockVector3) - Method in interface com.sk89q.worldedit.regions.Region
Returns true based on whether the region contains the point.
contains(BlockVector3) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
contains(BlockVector3) - Method in class com.sk89q.worldedit.regions.TransformRegion
 
contains(BlockVector3) - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
contains(CuboidRegion) - Static method in class com.sk89q.worldedit.regions.CuboidRegion
 
contains(SessionOwner) - Method in class com.sk89q.worldedit.session.SessionManager
Get whether a session exists for the given owner.
contains(Object) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
contains(Object) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
contains(Object) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
contains(Object) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
contains(Object) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
contains(Object) - Method in class com.sk89q.worldedit.util.report.ReportList
 
contains(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if this ConfigurationSection contains the given path.
contains(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
contains(URI) - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
contains(URI) - Method in class com.fastasyncworldedit.core.extent.clipboard.URIClipboardHolder
 
contains(List<BlockVector2>, int, int, BlockVector3) - Static method in class com.sk89q.worldedit.regions.Polygonal2DRegion
Checks to see if a point is inside a region.
contains(T) - Method in class com.sk89q.worldedit.registry.Category
Checks if this category contains object.
containsAlias(String) - Method in class com.sk89q.worldedit.internal.registry.AbstractFactory
Test all parsers to see if alias is contained by one of them
containsAll(Collection<?>) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
containsAll(Collection<?>) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
containsAll(Collection<?>) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
containsAll(Collection<?>) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
containsAll(Collection<?>) - Method in class com.sk89q.worldedit.util.report.ReportList
 
containsAny(CharSequence, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
containsChunk(int, int) - Method in class com.fastasyncworldedit.core.regions.filter.CuboidRegionFilter
 
containsChunk(int, int) - Method in interface com.fastasyncworldedit.core.regions.filter.RegionFilter
 
containsChunk(int, int) - Method in interface com.sk89q.worldedit.regions.Region
 
containsChunk(int, int) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
containsEntireCuboid(int, int, int, int, int, int) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
containsEntireCuboid(int, int, int, int, int, int) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
containsEntireCuboid(int, int, int, int, int, int) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
containsEntireCuboid(int, int, int, int, int, int) - Method in interface com.sk89q.worldedit.regions.Region
 
containsEntireCuboid(int, int, int, int, int, int) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
containsFuzzy(Collection<? extends BlockStateHolder<?>>, B) - Static method in class com.sk89q.worldedit.blocks.Blocks
Checks whether a given block is in a list of base blocks.
containsIgnoreCase(String, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
containsKey(int, int) - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
containsKey(long) - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
containsKey(Object) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
containsKey(Object) - Method in class com.sk89q.minecraft.util.commands.CommandLocals
 
containsKey(Object) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
containsKey(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Returns whether this compound tag contains the given key.
containsLocation(BlockVector3) - Method in class com.sk89q.worldedit.util.collection.LocatedBlockList
 
containsRadius(int, int, int, int) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
If a radius is contained by the set
containsRegion(int, int) - Method in class com.fastasyncworldedit.core.regions.filter.CuboidRegionFilter
 
containsRegion(int, int) - Method in interface com.fastasyncworldedit.core.regions.filter.RegionFilter
 
containsSlot(String) - Method in class com.sk89q.worldedit.internal.expression.SlotTable
 
containsUuid(String) - Static method in class com.fastasyncworldedit.core.util.StringMan
Returns if there is a valid uuid contained inside the provided String.
containsValue(Object) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
containsValue(Object) - Method in class com.sk89q.minecraft.util.commands.CommandLocals
 
containsValue(Object) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
containsWorld(String) - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
Check the zip/tar file it contains the given world.
Contextual<T> - Interface in com.sk89q.worldedit.function
 
CONTINUE - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
CONTINUE - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
CONTINUE() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ContinueStatementContext
 
continueStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
continueStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
ContinueStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ContinueStatementContext
 
contract(Actor, World, LocalSession, int, int, List<BlockVector3>) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
contract(BlockVector3...) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
contract(BlockVector3...) - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
contract(BlockVector3...) - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
contract(BlockVector3...) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
contract(BlockVector3...) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
contract(BlockVector3...) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
contract(BlockVector3...) - Method in class com.sk89q.worldedit.regions.CylinderRegion
Contract the region.
contract(BlockVector3...) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
contract(BlockVector3...) - Method in class com.sk89q.worldedit.regions.NullRegion
 
contract(BlockVector3...) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
contract(BlockVector3...) - Method in interface com.sk89q.worldedit.regions.Region
Contract the region.
contract(BlockVector3...) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
contract(BlockVector3...) - Method in class com.sk89q.worldedit.regions.TransformRegion
 
contract(BlockVector3...) - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
controller - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
 
convert(FaweException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(InsufficientArgumentsException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(InvalidToolBindException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(DisallowedItemException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(EmptyClipboardException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(SchematicLoadException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(IncompleteRegionException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(ExpressionException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(InvalidItemException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
Deprecated.
convert(MaxBrushRadiusException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(MaxChangedBlocksException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(MaxRadiusException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(MissingWorldException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(RegionOperationException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(UnknownDirectionException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(UnknownItemException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(FilenameResolutionException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(FileSelectionAbortedException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(InvalidFilenameException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(WorldEditException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(NumberFormatException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.AbstractDirectionConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.Chunk3dVectorConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.CommaSeparatedValuesConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.EntityRemoverConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.ExpressionConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.FactoryConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.HeightConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.LocationConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.OffsetConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.RegistryConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.SideEffectConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.VectorConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.WorldConverter
 
convert(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.ZonedDateTimeConverter
 
convert(Throwable) - Method in interface com.sk89q.worldedit.internal.command.exception.ExceptionConverter
Attempt to convert the given throwable into a CommandException.
convert(Throwable) - Method in class com.sk89q.worldedit.internal.command.exception.ExceptionConverterHelper
 
convert(UsageException) - Method in class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
CONVERTABLE_TO_MUD - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
convertDirection(String, Player, boolean) - Method in class com.sk89q.worldedit.command.argument.AbstractDirectionConverter
 
convertDirection(String, Player, boolean) - Method in class com.sk89q.worldedit.command.argument.DirectionConverter
 
convertDirection(String, Player, boolean) - Method in class com.sk89q.worldedit.command.argument.DirectionVectorConverter
 
convertLegacyItem(String) - Method in class com.sk89q.worldedit.LocalConfiguration
 
convertMapsToSections(Map<?, ?>, ConfigurationSection) - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
convertText(Component, Locale) - Method in class com.sk89q.worldedit.util.translation.TranslationManager
 
convertTilesToIndex() - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
CONVEX - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
CONVEX_POLYHEDRON - Enum constant in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
 
ConvexPolyhedralRegion - Class in com.sk89q.worldedit.regions
 
ConvexPolyhedralRegion(ConvexPolyhedralRegion) - Constructor for class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
Constructs an independent copy of the given region.
ConvexPolyhedralRegion(World) - Constructor for class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
Constructs an empty mesh, containing no vertices or triangles.
ConvexPolyhedralRegionSelector - Class in com.sk89q.worldedit.regions.selector
Creates a ConvexPolyhedralRegion from a user's selections.
ConvexPolyhedralRegionSelector() - Constructor for class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
Create a new selector with a null world.
ConvexPolyhedralRegionSelector(ConvexPolyhedralRegion) - Constructor for class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
ConvexPolyhedralRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
Create a new selector.
ConvexPolyhedralRegionSelector(World) - Constructor for class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
Create a new selector.
COOKED_BEEF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COOKED_CHICKEN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COOKED_COD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COOKED_MUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COOKED_PORKCHOP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COOKED_RABBIT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COOKED_SALMON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COOKIE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COPPER_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COPPER_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COPPER_BULB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COPPER_BULB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COPPER_INGOT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COPPER_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
COPPER_ORES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
COPPER_ORES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.AbstractDelegateMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.AdjacentAnyMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.AdjacentMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.AirMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.AngleMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.CachedMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.DataMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.ExtremaMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.IdMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.ImageBrushMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.InverseMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.LayerBrushMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.LiquidMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.MaskUnion
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.PlaneMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.RadiusMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.RandomMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.ROCAngleMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.SimplexMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockStateMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockTypeMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.SplatterBrushMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.StencilBrushMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.SurfaceAngleMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.SurfaceMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.WallMakeMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.WallMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.XAxisMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.YAxisMask
 
copy() - Method in class com.fastasyncworldedit.core.function.mask.ZAxisMask
 
copy() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
copy() - Method in class com.sk89q.worldedit.function.mask.BiomeMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.BlockCategoryMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.BlockStateMask
Deprecated.
 
copy() - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.BoundedHeightMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.ExistingBlockMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.ExpressionMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockStateMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockTypeMask
 
copy() - Method in interface com.sk89q.worldedit.function.mask.Mask
Returns a copy of the mask.
copy() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
 
copy() - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
 
copy() - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
 
copy() - Method in class com.sk89q.worldedit.function.mask.Masks.NegatedMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.NoiseFilter
 
copy() - Method in class com.sk89q.worldedit.function.mask.OffsetMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.RegionMask
 
copy() - Method in class com.sk89q.worldedit.function.mask.SolidBlockMask
 
copy(Player, LocalSession, EditSession, Region) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
copy(Player, LocalSession, InjectedValueAccess, Expression, boolean, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
copy(Actor, LocalSession, EditSession, Region, boolean, boolean, boolean, Mask) - Method in class com.sk89q.worldedit.command.ClipboardCommands
 
copy(InputStream, DataOutput) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
copy(InputStream, OutputStream) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
copy(InputStream, OutputStream, int) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
copy2D() - Method in class com.fastasyncworldedit.core.function.mask.MaskUnion2D
 
copy2D() - Method in class com.sk89q.worldedit.function.mask.BiomeMask2D
Deprecated.
 
copy2D() - Method in class com.sk89q.worldedit.function.mask.ExpressionMask2D
 
copy2D() - Method in interface com.sk89q.worldedit.function.mask.Mask2D
 
copy2D() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection2D
 
copy2D() - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
 
copy2D() - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
 
copy2D() - Method in class com.sk89q.worldedit.function.mask.NoiseFilter2D
 
copy2D() - Method in class com.sk89q.worldedit.function.mask.OffsetMask2D
 
copyBiomes(boolean) - Method in class com.sk89q.worldedit.session.PasteBuilder
Set whether the copy should include source biomes (if available).
copyDefaults() - Method in class com.fastasyncworldedit.core.configuration.ConfigurationOptions
Checks if the Configuration should copy values from its default Configuration directly.
copyDefaults(boolean) - Method in class com.fastasyncworldedit.core.configuration.ConfigurationOptions
Sets if the Configuration should copy values from its default Configuration directly.
copyDefaults(boolean) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfigurationOptions
 
copyDefaults(boolean) - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfigurationOptions
 
copyDefaults(boolean) - Method in class com.fastasyncworldedit.core.configuration.MemoryConfigurationOptions
 
copyEntities(boolean) - Method in class com.sk89q.worldedit.session.PasteBuilder
Set whether the copy should include source entities.
copyFile(File, File) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
copyFile(File, String, File) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
copyFile(File, String, File, String) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
copyFrom(ExpressionParser.AdditiveExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AdditiveExpressionContext
 
copyFrom(ExpressionParser.ConditionalAndExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExpressionContext
 
copyFrom(ExpressionParser.ConditionalExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalExpressionContext
 
copyFrom(ExpressionParser.ConditionalOrExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExpressionContext
 
copyFrom(ExpressionParser.EqualityExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExpressionContext
 
copyFrom(ExpressionParser.MultiplicativeExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExpressionContext
 
copyFrom(ExpressionParser.PostfixExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExpressionContext
 
copyFrom(ExpressionParser.PowerExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExpressionContext
 
copyFrom(ExpressionParser.RelationalExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExpressionContext
 
copyFrom(ExpressionParser.ShiftExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExpressionContext
 
copyFrom(ExpressionParser.SwitchLabelContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchLabelContext
 
copyFrom(ExpressionParser.UnaryExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.UnaryExpressionContext
 
copyFrom(ExpressionParser.UnprioritizedExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.UnprioritizedExpressionContext
 
copyHeader() - Method in class com.fastasyncworldedit.core.configuration.file.FileConfigurationOptions
Gets whether or not the header should be copied from a default source.
copyHeader(boolean) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfigurationOptions
Sets whether or not the header should be copied from a default source.
copyHeader(boolean) - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfigurationOptions
 
copyNd(Object) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
copyOf(Map<? extends BlockVector3, ? extends V>) - Static method in class com.sk89q.worldedit.util.collection.BlockMap
 
CopyPastaBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
CopyPastaBrush(Player, LocalSession, boolean, boolean) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.CopyPastaBrush
 
copyTo(Extent) - Method in class com.sk89q.worldedit.command.FlattenedClipboardTransform
Create an operation to copy from the original clipboard to the given extent.
CORAL_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CORAL_PLANTS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CORALS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CORNFLOWER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CORNFLOWER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
cosInexact(double) - Static method in class com.fastasyncworldedit.core.util.CachedMathMan
 
cosInexact(double) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
count - Variable in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
count(Player, EditSession, Region, String, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
count(Actor, World, LocalSession, EditSession, Mask) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
Countable<T> - Class in com.sk89q.worldedit.util
 
Countable(T, int) - Constructor for class com.sk89q.worldedit.util.Countable
Construct the object.
countAll(Player, EditSession, String, String, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
countBlocks(Region, Mask) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
countBlocks(Region, Mask) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
countBlocks(Region, Mask) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
countBlocks(Region, Mask) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
countBlocks(Region, Mask) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
countBlocks(Region, Mask) - Method in interface com.sk89q.worldedit.extent.Extent
Count the number of blocks of a list of types in a region.
countBlocks(Region, Set<BaseBlock>) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
countBlocks(Region, Set<BaseBlock>) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
countBlocks(Region, Set<BaseBlock>) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
countBlocks(Region, Set<BaseBlock>) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
Count the number of blocks of a list of types in a region.
countBlocks(Region, Set<BaseBlock>) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
countBlocks(Region, Set<BaseBlock>) - Method in interface com.sk89q.worldedit.extent.Extent
Count the number of blocks of a list of types in a region.
counter - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
Counter - Class in com.sk89q.worldedit.function.block
Keeps a count of the number of times that Counter.apply(BlockVector3) is called.
Counter() - Constructor for class com.sk89q.worldedit.function.block.Counter
 
CountFilter - Class in com.fastasyncworldedit.core.extent.filter
 
CountFilter() - Constructor for class com.fastasyncworldedit.core.extent.filter.CountFilter
 
COW - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
COW_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CPUOptimizedClipboard - Class in com.fastasyncworldedit.core.extent.clipboard
 
CPUOptimizedClipboard(Region) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
CRACKED_DEEPSLATE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRACKED_DEEPSLATE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRACKED_DEEPSLATE_TILES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRACKED_DEEPSLATE_TILES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRACKED_NETHER_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRACKED_NETHER_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRACKED_POLISHED_BLACKSTONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRACKED_POLISHED_BLACKSTONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRACKED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRACKED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRAFTER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRAFTER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRAFTING_TABLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRAFTING_TABLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CraftScriptContext - Class in com.sk89q.worldedit.scripting
The context given to scripts.
CraftScriptContext(WorldEdit, Platform, LocalConfiguration, LocalSession, Player, 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, Platform, LocalConfiguration, LocalSession, Player) - Constructor for class com.sk89q.worldedit.scripting.CraftScriptEnvironment
 
create - Variable in class com.fastasyncworldedit.core.history.change.MutableEntityChange
 
create - Variable in class com.fastasyncworldedit.core.history.change.MutableTileChange
 
create() - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
 
create() - Static method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Create a new builder instance.
create() - Static method in class com.sk89q.worldedit.util.collection.BlockMap
 
create() - Method in class com.sk89q.worldedit.util.formatting.component.MessageBox
 
create() - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
create() - Method in class com.sk89q.worldedit.util.formatting.component.TextComponentProducer
Create a TextComponent from this producer.
create() - Static method in class com.sk89q.worldedit.util.io.Closer
Creates a new Closer.
create() - Static method in class com.sk89q.worldedit.util.net.HttpRequest.Form
Create a new form.
create(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
create(boolean) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Create a new root IChunk object.
create(int) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
create(int) - Method in class com.sk89q.worldedit.command.SelectionCommands.BlockDistributionResult
 
create(int) - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
create(ListenableFuture<V>, String, Object) - Static method in class com.sk89q.worldedit.util.task.FutureForwardingTask
Create a new instance.
create(ChangeSet, UndoContext, ChangeSetExecutor.Type, BlockBag, int) - Static method in class com.sk89q.worldedit.function.operation.ChangeSetExecutor
 
create(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableBlockChange
 
create(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableEntityChange
 
create(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
create(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableTileChange
 
create(Region) - Method in enum class com.fastasyncworldedit.core.function.visitor.Order
 
create(Region) - Static method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Deprecated.
Internal use only. Use BlockArrayClipboard(Region)
create(Region, UUID) - Static method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Deprecated.
Internal use only. Use BlockArrayClipboard(Region, UUID)
create(Class<? extends Tag>) - Static method in class com.sk89q.jnbt.ListTagBuilder
Deprecated.
Create a new builder instance.
create(URI, ZonedDateTime) - Static method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotInfo
 
create(Iterator<V>, int) - Static method in class com.sk89q.worldedit.util.task.progress.ProgressIterator
Create a new instance.
create(List<V>) - Static method in class com.sk89q.worldedit.util.task.progress.ProgressIterator
Create a new instance from a list.
create(Map<T, Double>, SimpleRandom) - Static method in class com.fastasyncworldedit.core.util.collection.FastRandomCollection
Create a new FastRandomCollection if the given values and weights match the criteria.
CREATE_ENTITY - Enum constant in enum class com.sk89q.worldedit.extent.TracingExtent.Action
 
createAndSendMessage(Actor, Callable<Component>, Component) - Static method in class com.sk89q.worldedit.command.util.WorldEditAsyncCommandBuilder
 
createAndSendMessage(Actor, Callable<Component>, String) - Static method in class com.sk89q.worldedit.command.util.WorldEditAsyncCommandBuilder
Deprecated.
createBuilder() - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Create a compound tag builder.
createBuilder() - Static method in class com.sk89q.worldedit.util.gson.GsonUtil
Create a standard GsonBuilder for WorldEdit.
createCache(Function<T, V>) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
createCache(Supplier<V>) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
createCenteredAt(BlockVector3, double) - Method in class com.sk89q.worldedit.regions.factory.CuboidRegionFactory
 
createCenteredAt(BlockVector3, double) - Method in class com.sk89q.worldedit.regions.factory.CylinderRegionFactory
 
createCenteredAt(BlockVector3, double) - Method in interface com.sk89q.worldedit.regions.factory.RegionFactory
 
createCenteredAt(BlockVector3, double) - Method in class com.sk89q.worldedit.regions.factory.SphereRegionFactory
 
createCopy() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
Create an entirely distinct copy of this SET instance.
createCopy() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
createCopy() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
createDelegate() - Method in class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicReader
 
createEditSession(Actor) - Method in class com.sk89q.worldedit.LocalSession
Construct a new edit session.
createEditSession(Actor, String) - Method in class com.sk89q.worldedit.LocalSession
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.transform.MultiTransform
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.transform.ScaleTransform
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
createEntity(Location, BaseEntity) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
createEntity(Location, BaseEntity) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.EditSession
 
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.extent.ChangeSetExtent
 
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
createEntity(Location, BaseEntity) - Method in interface com.sk89q.worldedit.extent.Extent
Create an entity at the given location.
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.extent.NullExtent
 
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.extent.TracingExtent
 
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.extent.world.WatchdogTickingExtent
 
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
createEntity(Location, BaseEntity) - Method in class com.sk89q.worldedit.world.NullWorld
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.transform.MultiTransform
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.transform.ScaleTransform
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
createEntity(Location, BaseEntity, UUID) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.EditSession
 
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.extent.ChangeSetExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
createEntity(Location, BaseEntity, UUID) - Method in interface com.sk89q.worldedit.extent.Extent
Create an entity at the given location, forcing a UUID onto the entity Only use if you are aware of the consequences of forcing a UUID to an entity.
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.extent.NullExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.extent.TracingExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.extent.world.WatchdogTickingExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
createEntity(Location, BaseEntity, UUID) - Method in class com.sk89q.worldedit.world.NullWorld
 
createForBaseBlock() - Static method in class com.sk89q.worldedit.util.collection.BlockMap
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.command.factory.ItemUseFactory
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.command.factory.ReplaceFactory
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.command.factory.TreeGeneratorFactory
 
createFromContext(EditContext) - Method in interface com.sk89q.worldedit.function.Contextual
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.function.factory.Apply
Deprecated.
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.function.factory.ApplyLayer
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.function.factory.ApplyRegion
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.function.factory.Deform
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.function.factory.Paint
 
createFromContext(EditContext) - Method in class com.sk89q.worldedit.function.factory.Snow
 
createFromId(String) - Method in interface com.sk89q.worldedit.world.registry.EntityRegistry
Create a new entity using its ID.
createFromId(String) - Method in class com.sk89q.worldedit.world.registry.NullEntityRegistry
 
createFunction() - Method in class com.sk89q.worldedit.command.util.CreatureButcher
 
createFunction() - Method in class com.sk89q.worldedit.command.util.EntityRemover
 
createLiquidMask() - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
createLiquidMask() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
createLiquidMask() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
createLiquidMask() - Method in interface com.sk89q.worldedit.world.World
Create a mask that matches all liquids.
createMainThreadSafeCache(Supplier<V>) - Method in enum class com.fastasyncworldedit.core.FaweCache
Create a new cache aimed to act as a thread-cache that is safe to the main server thread.
createModule() - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
createModule() - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
createModule() - Method in class com.sk89q.worldedit.math.noise.VoronoiNoise
 
createNewCommandReplacementText(String) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
 
createPaste(Extent) - Method in class com.sk89q.worldedit.session.ClipboardHolder
Create a builder for an operation to paste this clipboard.
createPath(ConfigurationSection, String) - Static method in class com.fastasyncworldedit.core.configuration.MemorySection
Creates a full path to the given ConfigurationSection from its root Configuration.
createPath(ConfigurationSection, String, ConfigurationSection) - Static method in class com.fastasyncworldedit.core.configuration.MemorySection
Creates a relative path to the given ConfigurationSection from the given relative section.
createProxyActor(T) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Given an actor, return a new one that may use a different platform for permissions and world editing.
createQueue(World, boolean) - Static method in class com.fastasyncworldedit.core.FaweAPI
You can either use a IQueueExtent or an EditSession to change blocks.
createRadius(Extent, BlockVector3, double) - Static method in class com.sk89q.worldedit.regions.CylinderRegion
Return a new instance with the given center and radius in the X and Z axes with a Y that extends from the bottom of the extent to the top of the extent.
createRedo(ChangeSet, UndoContext) - Static method in class com.sk89q.worldedit.function.operation.ChangeSetExecutor
Create a new redo operation.
createRelighter(RelightMode, World, IQueueExtent<?>) - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.RelighterFactory
Create a new Relighter that can be used by a RelightProcessor.
createSection(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Creates an empty ConfigurationSection at the specified path.
createSection(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
createSection(String, Map<?, ?>) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Creates a ConfigurationSection at the specified path, with specified values.
createSection(String, Map<?, ?>) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
createSelector() - Method in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
Create a new selector instance.
createStructureBlock(Player) - Static method in class com.sk89q.worldedit.internal.cui.ServerCUIHandler
Creates a structure block that shows the region.
createTriangle(Vector3) - Method in class com.sk89q.worldedit.regions.polyhedron.Edge
Create a triangle from { this.start, this.end, vertex }
createTriangle2(Vector3) - Method in class com.sk89q.worldedit.regions.polyhedron.Edge
Create a triangle from { this.start, vertex, this.end }.
createUndo(ChangeSet, UndoContext) - Static method in class com.sk89q.worldedit.function.operation.ChangeSetExecutor
Create a new undo operation.
createUri(String) - Static method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FileSystemSnapshotDatabase
 
createVersionDelegate() - Method in class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicReader
 
createWith(Tag...) - Static method in class com.sk89q.jnbt.ListTagBuilder
Deprecated.
Create a new builder instance.
CREATIVE - Static variable in class com.sk89q.worldedit.world.gamemode.GameModes
 
CreatureButcher - Class in com.sk89q.worldedit.command.util
The implementation of /butcher.
CreatureButcher(Actor) - Constructor for class com.sk89q.worldedit.command.util.CreatureButcher
 
CreatureButcher.Flags - Class in com.sk89q.worldedit.command.util
 
CREEPER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
CREEPER_BANNER_PATTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CREEPER_DROP_MUSIC_DISCS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
CREEPER_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CREEPER_HEAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CREEPER_IGNITERS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
CREEPER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CREEPER_WALL_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
CRIMSON_FUNGUS - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
CRIMSON_FUNGUS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_FUNGUS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_HYPHAE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_HYPHAE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_NYLIUM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_NYLIUM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_ROOTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_ROOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_STEM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_STEMS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CRIMSON_STEMS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
CRIMSON_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRIMSON_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRIMSON_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CROPS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
cross(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
cross(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Gets the cross product of this and another vector.
cross(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Gets the cross product of this and another vector.
CROSSBOW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRYING_OBSIDIAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CRYING_OBSIDIAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CRYSTAL_SOUND_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
CUBOID - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
CUBOID - Enum constant in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
 
CuboidRegion - Class in com.sk89q.worldedit.regions
An axis-aligned cuboid.
CuboidRegion(BlockVector3, BlockVector3) - Constructor for class com.sk89q.worldedit.regions.CuboidRegion
Construct a new instance of this cuboid using two corners of the cuboid.
CuboidRegion(World, BlockVector3, BlockVector3) - Constructor for class com.sk89q.worldedit.regions.CuboidRegion
Construct a new instance of this cuboid using two corners of the cuboid.
CuboidRegion(World, BlockVector3, BlockVector3, boolean) - Constructor for class com.sk89q.worldedit.regions.CuboidRegion
Construct a new instance of this cuboid using two corners of the cuboid.
CuboidRegionFactory - Class in com.sk89q.worldedit.regions.factory
 
CuboidRegionFactory() - Constructor for class com.sk89q.worldedit.regions.factory.CuboidRegionFactory
 
CuboidRegionFilter - Class in com.fastasyncworldedit.core.regions.filter
 
CuboidRegionFilter() - Constructor for class com.fastasyncworldedit.core.regions.filter.CuboidRegionFilter
 
CuboidRegionSelector - Class in com.sk89q.worldedit.regions.selector
Creates a CuboidRegion from a user's selections.
CuboidRegionSelector() - Constructor for class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
Create a new region selector with a null world.
CuboidRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
Create a copy of another selector.
CuboidRegionSelector(World) - Constructor for class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
Create a new region selector.
CuboidRegionSelector(World, BlockVector3, BlockVector3) - Constructor for class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
Create a new region selector with the given two positions.
cui(Player, LocalSession) - Method in class com.sk89q.worldedit.command.WorldEditCommands
 
CUIEvent - Interface in com.sk89q.worldedit.internal.cui
 
CUIRegion - Interface in com.sk89q.worldedit.internal.cui
 
curFilename - Variable in class com.sk89q.worldedit.world.storage.McRegionChunkStore
 
curve(Actor, EditSession, Region, Pattern, int, boolean) - Method in class com.sk89q.worldedit.command.RegionCommands
 
CUSTOM - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
 
cut(Actor, LocalSession, EditSession, Region, Pattern, boolean, boolean, Mask) - Method in class com.sk89q.worldedit.command.ClipboardCommands
 
CUT_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CUT_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CUT_RED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CUT_RED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CUT_RED_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CUT_RED_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CUT_SANDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CUT_SANDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CUT_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CUT_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
CYAN_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
CYAN_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
cycler(Player, LocalSession) - Method in class com.sk89q.worldedit.command.ToolCommands
 
cyl(Actor, LocalSession, EditSession, Pattern, List<Double>, int, boolean) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
CYL - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
CYLINDER - Enum constant in enum class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap.Shape
 
CYLINDER - Enum constant in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
 
cylinderBrush(InjectedValueAccess, Pattern, Expression, int, double, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
CylinderBrush - Class in com.sk89q.worldedit.command.tool.brush
 
CylinderBrush(int) - Constructor for class com.sk89q.worldedit.command.tool.brush.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(BlockVector3, Vector2, int, int) - Constructor for class com.sk89q.worldedit.regions.CylinderRegion
Construct the region.
CylinderRegion(CylinderRegion) - Constructor for class com.sk89q.worldedit.regions.CylinderRegion
 
CylinderRegion(World) - Constructor for class com.sk89q.worldedit.regions.CylinderRegion
Construct the region.
CylinderRegion(World, BlockVector3, Vector2, int, int) - Constructor for class com.sk89q.worldedit.regions.CylinderRegion
Construct the region.
CylinderRegionFactory - Class in com.sk89q.worldedit.regions.factory
 
CylinderRegionFactory(double) - Constructor for class com.sk89q.worldedit.regions.factory.CylinderRegionFactory
 
CylinderRegionSelector - Class in com.sk89q.worldedit.regions.selector
Creates a CylinderRegionSelector from a user's selections.
CylinderRegionSelector() - Constructor for class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
Create a new region selector with a null world.
CylinderRegionSelector(CylinderRegion) - Constructor for class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
CylinderRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
Create a new selector from the given one.
CylinderRegionSelector(World) - Constructor for class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
Create a new region selector.
CylinderRegionSelector(World, BlockVector2, Vector2, int, int) - Constructor for class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
Create a new selector.

D

DAMAGED_ANVIL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DAMAGED_ANVIL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DAMPENS_VIBRATIONS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DAMPENS_VIBRATIONS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
DANDELION - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DANDELION - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DANDELION_YELLOW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
Deprecated.
DANGER_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
DARK_FOREST_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
DARK_OAK - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
DARK_OAK_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DARK_OAK_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
DARK_OAK_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_SAPLING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_OAK_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_OAK_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_PRISMARINE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_PRISMARINE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_PRISMARINE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_PRISMARINE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DARK_PRISMARINE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DARK_PRISMARINE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DarkenPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
DarkenPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.DarkenPatternParser
Create a new simple parser with a defined prefix for the result.
DATA_VERSION_MC_1_13 - Static variable in class com.sk89q.worldedit.internal.Constants
Deprecated, for removal: This API element is subject to removal in a future version.
If Fawe drops interaction with 1.13, this method is subject to removal.
DATA_VERSION_MC_1_13_2 - Static variable in class com.sk89q.worldedit.internal.Constants
Deprecated, for removal: This API element is subject to removal in a future version.
If Fawe drops interaction with 1.13, this method is subject to removal.
DATA_VERSION_MC_1_15 - Static variable in class com.sk89q.worldedit.internal.Constants
The DataVersion for Minecraft 1.15
DATA_VERSION_MC_1_16 - Static variable in class com.sk89q.worldedit.internal.Constants
The DataVersion for Minecraft 1.16
DATA_VERSION_MC_1_17 - Static variable in class com.sk89q.worldedit.internal.Constants
The DataVersion for Minecraft 1.17
DATA_VERSION_MC_1_18 - Static variable in class com.sk89q.worldedit.internal.Constants
The DataVersion for Minecraft 1.18
DATA_VERSION_MC_1_19 - Static variable in class com.sk89q.worldedit.internal.Constants
The DataVersion for Minecraft 1.19
DATA_VERSION_MC_1_20 - Static variable in class com.sk89q.worldedit.internal.Constants
The DataVersion for Minecraft 1.20
database(World) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
DataException - Exception in com.sk89q.worldedit.world
Thrown when there is an exception related to data handling.
DataException() - Constructor for exception com.sk89q.worldedit.world.DataException
 
DataException(String) - Constructor for exception com.sk89q.worldedit.world.DataException
 
DataFixer - Interface in com.sk89q.worldedit.world
This entire class is subject to heavy changes.
DataFixer.FixType<T> - Class in com.sk89q.worldedit.world
 
DataFixer.FixTypes - Class in com.sk89q.worldedit.world
 
DataMask - Class in com.fastasyncworldedit.core.function.mask
 
DataMask(Extent) - Constructor for class com.fastasyncworldedit.core.function.mask.DataMask
 
DataReport - Class in com.sk89q.worldedit.util.report
 
DataReport(String) - Constructor for class com.sk89q.worldedit.util.report.DataReport
 
dataStream - Variable in class com.sk89q.worldedit.world.storage.McRegionReader
 
DataValidatorExtent - Class in com.sk89q.worldedit.extent.validation
Validates set data to prevent creating invalid blocks and such.
DataValidatorExtent(Extent, int, int) - Constructor for class com.sk89q.worldedit.extent.validation.DataValidatorExtent
Create a new instance.
DataValidatorExtent(Extent, World) - Constructor for class com.sk89q.worldedit.extent.validation.DataValidatorExtent
Create a new instance.
date - Variable in class com.sk89q.worldedit.world.snapshot.Snapshot
 
DATE - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
dateParsers - Variable in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
 
day - Variable in class com.fastasyncworldedit.core.FaweVersion
 
DAYLIGHT_DETECTOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DAYLIGHT_DETECTOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
dbHandler() - Static method in class com.fastasyncworldedit.core.database.DBHandler
Get an instance of the DBHandler.
DBHandler - Class in com.fastasyncworldedit.core.database
 
DBHandler() - Constructor for class com.fastasyncworldedit.core.database.DBHandler
 
dCos(double) - Static method in class com.sk89q.worldedit.math.MathUtils
Returns the cosine of an angle given in degrees.
DEAD_BRAIN_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BRAIN_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_BRAIN_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BRAIN_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_BRAIN_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BRAIN_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_BRAIN_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BUBBLE_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BUBBLE_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_BUBBLE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BUBBLE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_BUBBLE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BUBBLE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_BUBBLE_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BUSH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_BUSH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_BUSH_MAY_PLACE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DEAD_FIRE_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_FIRE_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_FIRE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_FIRE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_FIRE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_FIRE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_FIRE_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_HORN_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_HORN_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_HORN_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_HORN_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_HORN_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_HORN_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_HORN_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_TUBE_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_TUBE_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_TUBE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_TUBE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_TUBE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEAD_TUBE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEAD_TUBE_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEBUG - Variable in class com.fastasyncworldedit.core.configuration.Settings.ENABLED_COMPONENTS
 
DEBUG - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXTENT
 
DEBUG_STICK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
debugfixroads(Player, String) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
decline() - Method in interface com.sk89q.worldedit.extension.platform.Actor
Decline any pending actions.
decompress(byte[], byte[], int, int) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
DECORATED_POT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DECORATED_POT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DECORATED_POT_INGREDIENTS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
DECORATED_POT_SHERDS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
decrement() - Method in class com.sk89q.worldedit.util.Countable
Decrement the amount.
DECREMENT - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
DECREMENT - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
DECREMENT() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
DECREMENT() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
DEEP_COLD_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
DEEP_DARK - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
DEEP_FROZEN_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
DEEP_LUKEWARM_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
DEEP_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
DEEP_WARM_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
DEEPSLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_COAL_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_COAL_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_COPPER_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_COPPER_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_DIAMOND_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_DIAMOND_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_EMERALD_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_EMERALD_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_GOLD_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_GOLD_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_IRON_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_IRON_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_LAPIS_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_LAPIS_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_ORE_REPLACEABLES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DEEPSLATE_REDSTONE_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_REDSTONE_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_TILE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_TILE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_TILE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_TILE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_TILE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_TILE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEEPSLATE_TILES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DEEPSLATE_TILES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DEFAULT - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
DEFAULT - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
DEFAULT() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DefaultContext
 
DEFAULT_DIRECTIONS - Static variable in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
DEFAULT_FORMAT - Static variable in class com.sk89q.worldedit.util.logging.LogFormat
 
DEFAULT_RANGE - Static variable in class com.sk89q.worldedit.command.tool.BrushTool
 
DEFAULT_VALUE - Static variable in class com.sk89q.worldedit.command.argument.HeightConverter
The value that converts to the default vertical height.
DefaultBlockParser - Class in com.sk89q.worldedit.extension.factory.parser
Parses block input strings.
DefaultBlockParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser
 
defaultChangeLimit - Variable in class com.sk89q.worldedit.LocalConfiguration
 
DefaultContext(ExpressionParser.SwitchLabelContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.DefaultContext
 
DefaultItemParser - Class in com.sk89q.worldedit.extension.factory.parser
 
DefaultItemParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.DefaultItemParser
 
defaultLocale - Variable in class com.sk89q.worldedit.LocalConfiguration
 
defaultLocaleName - Variable in class com.sk89q.worldedit.LocalConfiguration
 
defaultMaxPolygonalPoints - Variable in class com.sk89q.worldedit.LocalConfiguration
 
defaultMaxPolyhedronPoints - Variable in class com.sk89q.worldedit.LocalConfiguration
 
defaultOrdinal() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
Default char value to be used when "updating"/resetting data arrays
defaultOrdinal() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharGetBlocks
 
defaultOrdinal() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
DefaultProgressTracker - Class in com.fastasyncworldedit.core.util.progress
The default progress tracker uses titles
DefaultProgressTracker(Player) - Constructor for class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
DefaultProgressTracker.ProgressType - Enum Class in com.fastasyncworldedit.core.util.progress
 
defaultReturn - Variable in class com.sk89q.worldedit.function.mask.MaskIntersection
 
defaults - Variable in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
defaults() - Static method in class com.sk89q.worldedit.util.SideEffectSet
 
defaultVerticalHeight - Variable in class com.sk89q.worldedit.LocalConfiguration
 
deform(Player, LocalSession, RegionFactory, double, String, boolean, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
deform(Actor, LocalSession, EditSession, Region, List<String>, boolean, boolean, boolean) - Method in class com.sk89q.worldedit.command.RegionCommands
 
Deform - Class in com.sk89q.worldedit.function.factory
 
Deform(Extent, Region, String) - Constructor for class com.sk89q.worldedit.function.factory.Deform
 
Deform(Extent, Region, String, Deform.Mode) - Constructor for class com.sk89q.worldedit.function.factory.Deform
 
Deform(String) - Constructor for class com.sk89q.worldedit.function.factory.Deform
 
Deform(String, Deform.Mode) - Constructor for class com.sk89q.worldedit.function.factory.Deform
 
Deform.Mode - Enum Class in com.sk89q.worldedit.function.factory
 
deformRegion(Region, Vector3, Vector3, Expression, int) - Method in class com.sk89q.worldedit.EditSession
deformRegion(Region, Vector3, Vector3, String) - Method in class com.sk89q.worldedit.EditSession
Deforms the region by a given expression.
deformRegion(Region, Vector3, Vector3, String, int) - Method in class com.sk89q.worldedit.EditSession
Deforms the region by a given expression.
delay() - Method in class com.fastasyncworldedit.core.extent.SlowExtent
 
DELAY - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE.PROGRESS
 
DELAY - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
DELAY_PACKET_SENDING - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIGHTING
 
DELAYED - Enum constant in enum class com.sk89q.worldedit.util.SideEffect.State
 
DelayedTask<T> - Interface in com.fastasyncworldedit.core.util.task
 
DELCHUNKS_FILE_NAME - Static variable in class com.sk89q.worldedit.internal.anvil.ChunkDeleter
 
DelegateBlockVector3 - Class in com.fastasyncworldedit.core.math
 
DelegateBlockVector3() - Constructor for class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
DelegateConsumer<T> - Class in com.fastasyncworldedit.core.util.task
 
DelegateConsumer(Consumer<T>) - Constructor for class com.fastasyncworldedit.core.util.task.DelegateConsumer
 
DelegateDeserialization - Annotation Interface in com.fastasyncworldedit.core.configuration.serialization
Applies to a ConfigurationSerializable that will delegate all deserialization to another ConfigurationSerializable.
DelegateFilter<T extends Filter> - Class in com.fastasyncworldedit.core.extent.filter.block
 
DelegateFilter(T) - Constructor for class com.fastasyncworldedit.core.extent.filter.block.DelegateFilter
 
delegateName() - Element in annotation interface com.sk89q.worldedit.internal.util.NonAbstractForCompatibility
The name of the method delegated to by the annotated method.
DelegateOperation - Class in com.sk89q.worldedit.function.operation
Executes a delegate operation, but returns to another operation upon completing the delegate.
DelegateOperation(Operation, Operation) - Constructor for class com.sk89q.worldedit.function.operation.DelegateOperation
Create a new operation delegate.
delegateParams() - Element in annotation interface com.sk89q.worldedit.internal.util.NonAbstractForCompatibility
The parameter types of the method delegated to by the annotated method.
DelegateTextureUtil - Class in com.fastasyncworldedit.core.util
 
DelegateTextureUtil(TextureUtil) - Constructor for class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
delete() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
delete() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
delete() - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Delete the changeset (e.g.
delete(Actor, LocalSession, String) - Method in class com.sk89q.worldedit.command.SchematicCommands
 
delete(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableEntityChange
 
delete(UUID, int) - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
 
DELETE_AFTER_DAYS - Variable in class com.fastasyncworldedit.core.configuration.Settings.CLIPBOARD
 
DELETE_AFTER_DAYS - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
DELETE_ON_LOGOUT - Variable in class com.fastasyncworldedit.core.configuration.Settings.CLIPBOARD
 
DELETE_ON_LOGOUT - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
deleteAllOldRegions(Player, String, String) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
deleteAllUnclaimed(Player, int, int, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
deleteAllUnvisited(Player, String, int, int) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
deleteBiome(Player, String, BiomeType, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
deleteChunks(Actor, World, LocalSession, ZonedDateTime) - Method in class com.sk89q.worldedit.command.ChunkCommands
 
deleteClipboardOnDisk() - Method in class com.sk89q.worldedit.LocalSession
 
deleteFiles() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
deleteMeta(String) - Method in interface com.fastasyncworldedit.core.entity.MapMetadatable
Deletes the given metadata key from object.
deleteMeta(String) - Method in interface com.fastasyncworldedit.core.entity.Metadatable
Deletes the given metadata key from object.
deleteOlder(File, long, boolean) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
deleteUnclaimed(Player, EditSession, Region, int, int, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
DeletionPredicate() - Constructor for class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.DeletionPredicate
 
deletionPredicates - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.ChunkBatch
 
deltree(Player, LocalSession) - Method in class com.sk89q.worldedit.command.ToolCommands
 
deprecate(Command, String, CommandUtil.ReplacementMessageGenerator) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
 
DeprecationUtil - Class in com.sk89q.worldedit.internal.util
 
deprecationWarning(Command) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
 
depth() - Method in record class com.fastasyncworldedit.core.function.visitor.DFSVisitor.NodePair
Returns the value of the depth record component.
dequeue(T) - Method in class com.fastasyncworldedit.core.util.task.SingleThreadIntervalQueue
 
DesaturatePattern - Class in com.fastasyncworldedit.core.function.pattern
 
DesaturatePattern(Extent, TextureHolder, double) - Constructor for class com.fastasyncworldedit.core.function.pattern.DesaturatePattern
Create a new Pattern instance
DesaturatePatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
DesaturatePatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.DesaturatePatternParser
Create a new rich parser with a defined prefix for the result, e.g.
desc() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
 
descend(Player, int) - Method in class com.sk89q.worldedit.command.NavigationCommands
 
descendLevel() - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
descendLevel() - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
descendLevel() - Method in interface com.sk89q.worldedit.entity.Player
Go up one level to the next free space above.
descendLevel() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
descendLevel() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.AbstractDirectionConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.Chunk3dVectorConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.CommaSeparatedValuesConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.EntityRemoverConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.ExpressionConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.FactoryConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.HeightConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.LocationConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.OffsetConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.RegistryConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.SideEffectConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.VectorConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.WorldConverter
 
describeAcceptableArguments() - Method in class com.sk89q.worldedit.command.argument.ZonedDateTimeConverter
 
describeCUI(Actor) - Method in class com.sk89q.worldedit.LocalSession
Describe the selection to the CUI actor.
describeCUI(LocalSession, Actor) - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
describeCUI(LocalSession, Actor) - Method in interface com.sk89q.worldedit.internal.cui.CUIRegion
Sends CUI events describing the region for versions of CUI equal to or greater than the value supplied by getProtocolVersion().
describeCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
describeCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
describeCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
describeCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
describeCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
describeLegacyCUI(LocalSession, Actor) - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
describeLegacyCUI(LocalSession, Actor) - Method in interface com.sk89q.worldedit.internal.cui.CUIRegion
Sends CUI events describing the region for versions of CUI smaller than the value supplied by getProtocolVersion().
describeLegacyCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
describeLegacyCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
describeLegacyCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
describeLegacyCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
describeLegacyCUI(LocalSession, Actor) - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
descs - Variable in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Mapping of commands (not including aliases) with a description.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.sk89q.worldedit.util.gson.BlockVectorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.sk89q.worldedit.util.gson.ItemTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.sk89q.worldedit.util.gson.VectorAdapter
 
deserialize(Map<String, ?>) - Method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
 
deserializeObject(Map<String, ?>) - Static method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
Attempts to deserialize the given arguments into a new instance of the
deserializeViaCtor(Constructor<? extends ConfigurationSerializable>, Map<String, ?>) - Method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
 
deserializeViaMethod(Method, Map<String, ?>) - Method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
 
DESERT - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
DESERT_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
DESERT_LAKES - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
destination - Variable in class com.fastasyncworldedit.core.function.block.BiomeCopy
 
destination - Variable in class com.fastasyncworldedit.core.function.block.CombinedBlockCopy
 
destination - Variable in class com.fastasyncworldedit.core.function.block.SimpleBlockCopy
 
detectDate(Snapshot) - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Attempt to detect a snapshot's date and assign it.
detectDate(File) - Method in class com.sk89q.worldedit.world.snapshot.ModificationTimerParser
 
detectDate(File) - Method in interface com.sk89q.worldedit.world.snapshot.SnapshotDateParser
Attempt to detect a date from a file.
detectDate(File) - Method in class com.sk89q.worldedit.world.snapshot.YYMMDDHHIISSParser
 
detectDate(String) - Method in class com.sk89q.worldedit.LocalSession
Detect date from a user's input.
detectDateTime(Path) - Method in class com.sk89q.worldedit.util.time.FileNameDateTimeParser
 
detectDateTime(Path) - Method in class com.sk89q.worldedit.util.time.ModificationDateTimeParser
 
detectDateTime(Path) - Method in interface com.sk89q.worldedit.util.time.SnapshotDateTimeParser
Attempt to detect an ZonedDateTime from a path.
DETECTOR_RAIL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DETECTOR_RAIL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
dfs() - Method in record class com.fastasyncworldedit.core.command.tool.brush.RecurseBrush
Returns the value of the dfs record component.
DFSRecursiveVisitor - Class in com.fastasyncworldedit.core.function.visitor
An implementation of an DFSVisitor that uses a mask to determine where a block should be visited.
DFSRecursiveVisitor(Mask, RegionFunction) - Constructor for class com.fastasyncworldedit.core.function.visitor.DFSRecursiveVisitor
 
DFSRecursiveVisitor(Mask, RegionFunction, int, int) - Constructor for class com.fastasyncworldedit.core.function.visitor.DFSRecursiveVisitor
Create a new recursive visitor.
DFSVisitor - Class in com.fastasyncworldedit.core.function.visitor
Depth-first-search visitor.
DFSVisitor(RegionFunction) - Constructor for class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
DFSVisitor(RegionFunction, int, int) - Constructor for class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
DFSVisitor.Node - Class in com.fastasyncworldedit.core.function.visitor
 
DFSVisitor.NodePair - Record Class in com.fastasyncworldedit.core.function.visitor
 
DIAGONAL_DIRECTIONS - Static variable in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
DIAGONAL_MOD - Static variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
DIAMOND - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_AXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DIAMOND_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_BOOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_CHESTPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_HELMET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_HOE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_HORSE_ARMOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_LEGGINGS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DIAMOND_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_ORES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DIAMOND_ORES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
DIAMOND_PICKAXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_SHOVEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIAMOND_SWORD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIORITE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DIORITE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIORITE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DIORITE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIORITE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DIORITE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIORITE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DIORITE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
dir - Variable in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
 
direction(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.AdjacentAnyMask
 
Direction - Enum Class in com.sk89q.worldedit.util
A collection of cardinal, ordinal, and secondary-ordinal directions.
Direction - Annotation Interface in com.sk89q.worldedit.internal.annotation
Annotates a BlockVector3 parameter to inject a direction.
Direction.Flag - Class in com.sk89q.worldedit.util
DirectionalProperty - Class in com.sk89q.worldedit.registry.state
 
DirectionalProperty(String, List<Direction>) - Constructor for class com.sk89q.worldedit.registry.state.DirectionalProperty
 
DirectionalVisitor - Class in com.fastasyncworldedit.core.function.visitor
Visits adjacent points on the same X-Z plane as long as the points pass the given mask, and then executes the provided region function on the entire column.
DirectionalVisitor(Mask, RegionFunction, BlockVector3, BlockVector3, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.visitor.DirectionalVisitor
New visitor.
DirectionConverter - Class in com.sk89q.worldedit.command.argument
 
DirectionMask - Interface in com.fastasyncworldedit.core.function.mask
 
DirectionVectorConverter - Class in com.sk89q.worldedit.command.argument
 
DirectionVectorConverter(WorldEdit, boolean) - Constructor for class com.sk89q.worldedit.command.argument.DirectionVectorConverter
 
DIRECTORY - Enum constant in enum class com.sk89q.worldedit.command.UtilityCommands.URIType
 
DIRECTORY - Enum constant in enum class com.sk89q.worldedit.util.io.file.AttributeTarget
 
DIRT - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DIRT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DIRT - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
DIRT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DIRT_LIKE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
Deprecated.
DIRT_PATH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DIRT_PATH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
disableBuffering() - Method in class com.sk89q.worldedit.EditSession
Disable all buffering extents.
disableHistory() - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
disableHistory() - Method in class com.fastasyncworldedit.core.extent.processor.ExtentBatchProcessorHolder
 
disableHistory() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
disableHistory() - Method in interface com.sk89q.worldedit.extent.Extent
 
disableHistory(boolean) - Method in class com.sk89q.worldedit.EditSession
Deprecated.
disableQueue() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
disableQueue() - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
disableQueue() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
disableQueue() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Must ensure it is not in the queue handler (i.e.
disableQueue() - Method in class com.sk89q.worldedit.EditSession
Deprecated.
disableQueue() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
disableQueue() - Method in interface com.sk89q.worldedit.extent.Extent
 
disableSuperPickAxe() - Method in class com.sk89q.worldedit.LocalSession
Disable super pick axe.
DISALLOWED_BLOCKS - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
DISALLOWED_BLOCKS - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
disallowedBlocks - Variable in class com.sk89q.worldedit.LocalConfiguration
 
DisallowedBlocksExtent - Class in com.fastasyncworldedit.core.extent
 
DisallowedBlocksExtent(Extent, Set<String>, Set<PropertyRemap<?>>) - Constructor for class com.fastasyncworldedit.core.extent.DisallowedBlocksExtent
Create a new instance.
disallowedBlocksMask - Variable in class com.sk89q.worldedit.LocalConfiguration
 
DisallowedItemException - Exception in com.sk89q.worldedit
Deprecated.
DisallowedItemException(String) - Constructor for exception com.sk89q.worldedit.DisallowedItemException
Deprecated.
 
DisallowedItemException(String, String) - Constructor for exception com.sk89q.worldedit.DisallowedItemException
Deprecated.
 
disallowedRegions(RegionWrapper) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the region the edit is allowed to operate in.
disallowedRegions(RegionWrapper[]) - Method in class com.sk89q.worldedit.EditSessionBuilder
Deprecated.
disallowedRegions(Region[]) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the regions the edit is allowed to operate in.
DisallowedUsageException - Exception in com.sk89q.worldedit.extension.input
Thrown when usage is disallowed.
DisallowedUsageException(Component) - Constructor for exception com.sk89q.worldedit.extension.input.DisallowedUsageException
Create with a message.
DisallowedUsageException(Component, Throwable) - Constructor for exception com.sk89q.worldedit.extension.input.DisallowedUsageException
Create with a message and a cause.
DisallowedUsageException(String) - Constructor for exception com.sk89q.worldedit.extension.input.DisallowedUsageException
Deprecated.
DisallowedUsageException(String, Throwable) - Constructor for exception com.sk89q.worldedit.extension.input.DisallowedUsageException
Deprecated.
DISARMED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
DISC_FRAGMENT_5 - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DiskOptimizedClipboard - Class in com.fastasyncworldedit.core.extent.clipboard
A clipboard with disk backed storage.
DiskOptimizedClipboard(BlockVector3) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
Deprecated, for removal: This API element is subject to removal in a future version.
Use DiskOptimizedClipboard(Region, UUID) or DiskOptimizedClipboard(BlockVector3, File) to avoid creating a large number of clipboard files that won't be cleaned until `clipboard.delete-after-days` and a server restart.
DiskOptimizedClipboard(BlockVector3, File) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
New DiskOptimizedClipboard.
DiskOptimizedClipboard(Region, UUID) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
Creates a new DiskOptimizedClipboard for the given region.
DiskOptimizedClipboard(File) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
Deprecated, for removal: This API element is subject to removal in a future version.
DiskOptimizedClipboard(File, int) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
Deprecated, for removal: This API element is subject to removal in a future version.
DiskStorageHistory - Class in com.fastasyncworldedit.core.history
Store the change on disk - High disk usage - Moderate CPU usage - Minimal memory usage - Slow
DiskStorageHistory(World, UUID) - Constructor for class com.fastasyncworldedit.core.history.DiskStorageHistory
 
DiskStorageHistory(World, UUID, int) - Constructor for class com.fastasyncworldedit.core.history.DiskStorageHistory
 
DiskStorageHistory(File, World, UUID, int) - Constructor for class com.fastasyncworldedit.core.history.DiskStorageHistory
 
dispatch(Object) - Method in class com.sk89q.worldedit.util.eventbus.EventHandler
Dispatch the event.
dispatch(Object) - Method in class com.sk89q.worldedit.util.eventbus.MethodEventHandler
 
dispatch(Object) - Method in class com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler
 
DISPATCH - Enum constant in enum class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker.ProgressType
 
dispatchCUIEvent(Actor, CUIEvent) - Method in class com.sk89q.worldedit.LocalSession
Dispatch a CUI event but only if the actor has CUI support.
dispatchCUIEvent(CUIEvent) - Method in class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
 
dispatchCUIEvent(CUIEvent) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
dispatchCUIEvent(CUIEvent) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Send a CUI event.
dispatchCUIEvent(CUIEvent) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
dispatchCUISelection(Actor) - Method in class com.sk89q.worldedit.LocalSession
Send the selection information.
dispatchCUISetup(Actor) - Method in class com.sk89q.worldedit.LocalSession
Dispatch the initial setup CUI messages.
DISPENSER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DISPENSER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DISPLAY - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE.PROGRESS
 
distance - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
distance - Variable in class com.fastasyncworldedit.core.function.pattern.AnglePattern
 
distance() - Method in record class com.fastasyncworldedit.core.command.tool.brush.AngleBrush
Returns the value of the distance record component.
distance(int, int) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
distance(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Get the distance between this vector and another vector.
distance(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
distance(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Get the distance between this vector and another vector.
distance(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Get the distance between this vector and another vector.
distance(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Get the distance between this vector and another vector.
distance(String, String) - Static method in class com.sk89q.worldedit.util.function.LevenshteinDistance
Find the Levenshtein distance between two Strings.
DISTANCE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
distances - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
distanceSq(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Get the distance between this vector and another vector, squared.
distanceSq(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
distanceSq(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Get the distance between this vector and another vector, squared.
distanceSq(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Get the distance between this vector and another vector, squared.
distanceSq(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Get the distance between this vector and another vector, squared.
DistanceWand - Class in com.sk89q.worldedit.command.tool
A wand that can be used at a distance.
DistanceWand() - Constructor for class com.sk89q.worldedit.command.tool.DistanceWand
 
distanceX(int) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
distanceZ(int) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
distr(Player, EditSession, Region, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
distr(Player, LocalSession, RollbackDatabase, Arguments, UUID, Integer, Integer) - Method in class com.sk89q.worldedit.command.HistorySubCommands
 
distr(Actor, World, LocalSession, EditSession, boolean, boolean, Integer) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
DistrFilter - Class in com.fastasyncworldedit.core.extent.filter
 
DistrFilter() - Constructor for class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
divide(double) - Method in class com.sk89q.worldedit.math.Vector2
Perform scalar division and return a new vector.
divide(double) - Method in class com.sk89q.worldedit.math.Vector3
Perform scalar division and return a new vector.
divide(double, double) - Method in class com.sk89q.worldedit.math.Vector2
Divide this vector by another vector on each component.
divide(double, double, double) - Method in class com.sk89q.worldedit.math.Vector3
Divide this vector by another vector on each component.
divide(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
divide(int) - Method in class com.sk89q.worldedit.math.BlockVector2
Perform scalar division and return a new vector.
divide(int) - Method in class com.sk89q.worldedit.math.BlockVector3
Perform scalar division and return a new vector.
divide(int, int) - Method in class com.sk89q.worldedit.math.BlockVector2
Divide this vector by another vector on each component.
divide(int, int, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
divide(int, int, int) - Method in class com.sk89q.worldedit.math.BlockVector3
Divide this vector by another vector on each component.
divide(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Divide this vector by another vector on each component.
divide(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
divide(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Divide this vector by another vector on each component.
divide(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Divide this vector by another vector on each component.
divide(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Divide this vector by another vector on each component.
DIVIDE - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
DIVIDE - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
DIVIDE() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
DIVIDE_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
DIVIDE_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
DIVIDE_ASSIGN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
divisorMod(int, int) - Static method in class com.sk89q.worldedit.math.MathUtils
Modulus, divisor-style.
DO - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
DO - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
DO() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
doesApplyAny() - Method in class com.sk89q.worldedit.util.SideEffectSet
 
DOLPHIN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
DOLPHIN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DONE - Enum constant in enum class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker.ProgressType
 
doneTask() - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
DONKEY - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
DONKEY_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DOORS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DOORS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
doStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
doStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
DoStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
dot(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Gets the dot product of this and another vector.
dot(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
dot(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Gets the dot product of this and another vector.
dot(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Gets the dot product of this and another vector.
dot(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Gets the dot product of this and another vector.
doTopCall(Callable, Context, Scriptable, Scriptable, Object[]) - Method in class com.sk89q.worldedit.scripting.RhinoContextFactory
 
DoubleActionBlockTool - Interface in com.sk89q.worldedit.command.tool
Represents a block tool that also has a secondary/primary function.
DoubleActionTraceTool - Interface in com.sk89q.worldedit.command.tool
Represents a trace tool that also has a secondary/primary function.
DoubleArrayList<A,B> - Class in com.sk89q.worldedit.util.collection
Double array lists to work like a Map, but not really.
DoubleArrayList(boolean) - Constructor for class com.sk89q.worldedit.util.collection.DoubleArrayList
Construct the object.
DoubleArrayList.Entry<C,D> - Class in com.sk89q.worldedit.util.collection
Class to masquerade as Map.Entry.
DoubleArrayList.ForwardEntryIterator<T extends Map.Entry<A,B>> - Class in com.sk89q.worldedit.util.collection
Entry iterator.
DoubleArrayList.ReverseEntryIterator<T extends Map.Entry<A,B>> - Class in com.sk89q.worldedit.util.collection
Entry iterator.
DoubleTag - Class in com.sk89q.jnbt
Deprecated.
Use DoubleBinaryTag.
DoubleTag(double) - Constructor for class com.sk89q.jnbt.DoubleTag
Deprecated.
Creates the tag with an empty name.
DoubleTag(DoubleBinaryTag) - Constructor for class com.sk89q.jnbt.DoubleTag
Deprecated.
 
doUpdateCheck() - Static method in class com.fastasyncworldedit.core.util.UpdateNotification
Check whether a new build with a higher build number than the current build is available.
doUpdateNotification(Actor) - Static method in class com.fastasyncworldedit.core.util.UpdateNotification
Trigger an update notification based on captions.
DOWN - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
DOWN - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
download(Actor, LocalSession, String) - Method in class com.sk89q.worldedit.command.ClipboardCommands
Deprecated.
download(URL, File) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
DownwardVisitor - Class in com.sk89q.worldedit.function.visitor
Visits adjacent points on the same X-Z plane as long as the points pass the given mask, and then executes the provided region function on the entire column.
DownwardVisitor(Mask, RegionFunction, int) - Constructor for class com.sk89q.worldedit.function.visitor.DownwardVisitor
DownwardVisitor(Mask, RegionFunction, int, int, int, int) - Constructor for class com.sk89q.worldedit.function.visitor.DownwardVisitor
Create a new visitor.
DownwardVisitor(Mask, RegionFunction, int, int, int, int, Extent) - Constructor for class com.sk89q.worldedit.function.visitor.DownwardVisitor
Create a new visitor.
DRAG - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
DRAGON_BREATH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DRAGON_EGG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DRAGON_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DRAGON_FIREBALL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
DRAGON_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DRAGON_HEAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DRAGON_IMMUNE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DRAGON_TRANSPARENT - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
DRAGON_WALL_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
drain(Actor, LocalSession, EditSession, Expression, boolean, boolean) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
drainArea(BlockVector3, double) - Method in class com.sk89q.worldedit.EditSession
Drain nearby pools of water or lava.
drainArea(BlockVector3, double, boolean) - Method in class com.sk89q.worldedit.EditSession
Drain nearby pools of water or lava, optionally removed waterlogged states from blocks.
drainArea(BlockVector3, double, boolean, boolean) - Method in class com.sk89q.worldedit.EditSession
Drain nearby pools of water or lava, optionally removed waterlogged states from blocks.
draw() - Method in interface com.fastasyncworldedit.core.util.image.Drawable
 
Drawable - Interface in com.fastasyncworldedit.core.util.image
 
drawLine(Pattern, BlockVector3, BlockVector3, double, boolean) - Method in class com.sk89q.worldedit.EditSession
 
drawLine(Pattern, BlockVector3, BlockVector3, double, boolean, boolean) - Method in class com.sk89q.worldedit.EditSession
Draws a line (out of blocks) between two vectors.
drawLine(Pattern, List<BlockVector3>, double, boolean) - Method in class com.sk89q.worldedit.EditSession
Draws a line (out of blocks) between two or more vectors.
drawSelection(Player, LocalSession, Boolean) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
drawSpline(Pattern, List<BlockVector3>, double, double, double, double, double, boolean) - Method in class com.sk89q.worldedit.EditSession
Draws a spline (out of blocks) between specified vectors.
DRIED_KELP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DRIED_KELP_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DRIED_KELP_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DRIPSTONE_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DRIPSTONE_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DRIPSTONE_CAVES - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
DRIPSTONE_REPLACEABLE_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
dropItem(Vector3, BaseItemStack) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
dropItem(Vector3, BaseItemStack) - Method in class com.sk89q.worldedit.world.NullWorld
 
dropItem(Vector3, BaseItemStack) - Method in interface com.sk89q.worldedit.world.World
Drop one stack of the item at the given position.
dropItem(Vector3, BaseItemStack, int) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
dropItem(Vector3, BaseItemStack, int) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
dropItem(Vector3, BaseItemStack, int) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
dropItem(Vector3, BaseItemStack, int) - Method in interface com.sk89q.worldedit.world.World
Drop an item at the given position.
DROPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
DROPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DROWNED - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
DROWNED_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
dSin(double) - Static method in class com.sk89q.worldedit.math.MathUtils
Returns the sine of an angle given in degrees.
DUNE_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
DYNAMIC_CHUNK_RENDERING - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
DynamicStreamHandler - Class in com.sk89q.worldedit.util.logging
A StreamHandler delegate that allows for the swap and disable of another handler.
DynamicStreamHandler() - Constructor for class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 

E

EARLY - Enum constant in enum class com.sk89q.worldedit.util.eventbus.EventHandler.Priority
 
EAST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
EAST - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
EAST_NORTHEAST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
EAST_SOUTHEAST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
ECHO_SHARD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
Edge - Class in com.sk89q.worldedit.regions.polyhedron
 
Edge(Vector3, Vector3) - Constructor for class com.sk89q.worldedit.regions.polyhedron.Edge
 
EditContext - Class in com.sk89q.worldedit.function
 
EditContext() - Constructor for class com.sk89q.worldedit.function.EditContext
 
editSession - Variable in class com.fastasyncworldedit.core.command.tool.sweep.Spline
 
editSession(LocalSession, Actor, InjectedValueAccess) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
EditSession - Class in com.sk89q.worldedit
An Extent that handles history, BlockBags, change limits, block re-ordering, and much more.
EditSession.ReorderMode - Enum Class in com.sk89q.worldedit
EditSession.Stage - Enum Class in com.sk89q.worldedit
Used by EditSession.setBlock(BlockVector3, BlockStateHolder, Stage) to determine which Extents should be bypassed.
EditSessionBuilder - Class in com.sk89q.worldedit
A builder-style factory for EditSessions.
EditSessionEvent - Class in com.sk89q.worldedit.event.extent
Raised (several times) when a new EditSession is being instantiated.
EditSessionEvent(World, Actor, int, EditSession.Stage) - Constructor for class com.sk89q.worldedit.event.extent.EditSessionEvent
Create a new event.
EditSessionFactory - Class in com.sk89q.worldedit
Deprecated.
Using the ever-extending factory methods is deprecated. Replace with EditSessionBuilder, which in most cases will be as simple as calling builder.world(world).build().
EditSessionFactory() - Constructor for class com.sk89q.worldedit.EditSessionFactory
Deprecated.
 
EGG - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EGGS - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
ELDER_GUARDIAN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ELDER_GUARDIAN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
elements - Variable in class com.sk89q.worldedit.util.net.HttpRequest.Form
 
ELLIPSOID - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
ELLIPSOID - Enum constant in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
 
EllipsoidRegion - Class in com.sk89q.worldedit.regions
Represents an ellipsoid region.
EllipsoidRegion(BlockVector3, Vector3) - Constructor for class com.sk89q.worldedit.regions.EllipsoidRegion
Construct a new instance of this ellipsoid region.
EllipsoidRegion(EllipsoidRegion) - Constructor for class com.sk89q.worldedit.regions.EllipsoidRegion
 
EllipsoidRegion(World, BlockVector3, Vector3) - Constructor for class com.sk89q.worldedit.regions.EllipsoidRegion
Construct a new instance of this ellipsoid region.
EllipsoidRegionSelector - Class in com.sk89q.worldedit.regions.selector
Creates a EllipsoidRegionSelector from a user's selections.
EllipsoidRegionSelector() - Constructor for class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
Create a new selector with a null world.
EllipsoidRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
Create a new selector from the given selector.
EllipsoidRegionSelector(World) - Constructor for class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
Create a new selector.
EllipsoidRegionSelector(World, BlockVector3, Vector3) - Constructor for class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
Create a new selector.
ELSE - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
ELSE - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
ELSE() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
ELYTRA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EMERALD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EMERALD_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EMERALD_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EMERALD_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EMERALD_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EMERALD_ORES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
EMERALD_ORES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
empty() - Static method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
EMPTY - Static variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
EMPTY - Static variable in class com.sk89q.worldedit.world.fluid.FluidTypes
 
EMPTY_CHAR_4096 - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
EmptyBatchProcessor - Class in com.fastasyncworldedit.core.extent.processor
 
EmptyClipboard - Class in com.fastasyncworldedit.core.extent.clipboard
 
EmptyClipboardException - Exception in com.sk89q.worldedit
Thrown when there is no clipboard set.
EmptyClipboardException() - Constructor for exception com.sk89q.worldedit.EmptyClipboardException
 
emptyStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
emptyStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
EmptyStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.EmptyStatementContext
 
ENABLE_FOR_CONSOLE - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
ENABLED - Variable in class com.fastasyncworldedit.core.configuration.Settings.TICK_LIMITER
Deprecated.
 
ENABLED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
ENABLED_COMPONENTS - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
ENABLED_COMPONENTS() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.ENABLED_COMPONENTS
 
enableHistory(AbstractChangeSet) - Method in class com.fastasyncworldedit.core.extent.processor.ExtentBatchProcessorHolder
 
enableHistory(AbstractChangeSet) - Method in interface com.sk89q.worldedit.extent.Extent
 
enableQueue() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
enableQueue() - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
enableQueue() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
enableQueue() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Must ensure that it is enqueued with QueueHandler
enableQueue() - Method in class com.sk89q.worldedit.EditSession
Deprecated.
Use EditSession.setReorderMode(ReorderMode) with MULTI_STAGE instead.
enableQueue() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
enableQueue() - Method in interface com.sk89q.worldedit.extent.Extent
 
enableStandardMode() - Method in class com.sk89q.worldedit.EditSession
Turns on specific features for a normal WorldEdit session, such as chunk batching.
enableSuperPickAxe() - Method in class com.sk89q.worldedit.LocalSession
Enable super pick axe.
ENCHANTED_BOOK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENCHANTED_GOLDEN_APPLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENCHANTING_TABLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ENCHANTING_TABLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENCHANTMENT_POWER_PROVIDER - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ENCHANTMENT_POWER_TRANSMITTER - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
END_BARRENS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
END_CRYSTAL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
END_CRYSTAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
END_GATEWAY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_HIGHLANDS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
END_MIDLANDS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
END_PORTAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_PORTAL_FRAME - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_PORTAL_FRAME - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
END_ROD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_ROD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
END_STONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_STONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
END_STONE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_STONE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
END_STONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_STONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
END_STONE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_STONE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
END_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
END_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENDER_CHEST - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ENDER_CHEST - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENDER_DRAGON - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ENDER_DRAGON_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENDER_EYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENDER_PEARL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ENDER_PEARL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENDERMAN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ENDERMAN_HOLDABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ENDERMAN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ENDERMITE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ENDERMITE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
endSet(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Deprecated, for removal: This API element is subject to removal in a future version.
To be replaced by better-named QueueHandler.endUnsafe(boolean) )}
EndTag - Class in com.sk89q.jnbt
Deprecated.
Use EndBinaryTag.
EndTag() - Constructor for class com.sk89q.jnbt.EndTag
Deprecated.
 
endUnsafe(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Indicate a/the unsafe task submitted after a QueueHandler.startUnsafe(boolean) call has ended.
EngineHubPaste - Class in com.sk89q.worldedit.util.paste
 
EngineHubPaste() - Constructor for class com.sk89q.worldedit.util.paste.EngineHubPaste
 
ensureBuffer() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
enterAddExpr(ExpressionParser.AddExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the AddExpr labeled alternative in ExpressionParser.additiveExpression().
enterAddExpr(ExpressionParser.AddExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the AddExpr labeled alternative in ExpressionParser.additiveExpression().
enterAdFallthrough(ExpressionParser.AdFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the AdFallthrough labeled alternative in ExpressionParser.additiveExpression().
enterAdFallthrough(ExpressionParser.AdFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the AdFallthrough labeled alternative in ExpressionParser.additiveExpression().
enterAllStatements(ExpressionParser.AllStatementsContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.allStatements().
enterAllStatements(ExpressionParser.AllStatementsContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.allStatements().
enterAssignment(ExpressionParser.AssignmentContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.assignment().
enterAssignment(ExpressionParser.AssignmentContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.assignment().
enterAssignmentExpression(ExpressionParser.AssignmentExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.assignmentExpression().
enterAssignmentExpression(ExpressionParser.AssignmentExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.assignmentExpression().
enterAssignmentOperator(ExpressionParser.AssignmentOperatorContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.assignmentOperator().
enterAssignmentOperator(ExpressionParser.AssignmentOperatorContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.assignmentOperator().
enterBlock(ExpressionParser.BlockContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.block().
enterBlock(ExpressionParser.BlockContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.block().
enterBreakStatement(ExpressionParser.BreakStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.breakStatement().
enterBreakStatement(ExpressionParser.BreakStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.breakStatement().
enterCAFallthrough(ExpressionParser.CAFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the CAFallthrough labeled alternative in ExpressionParser.conditionalAndExpression().
enterCAFallthrough(ExpressionParser.CAFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the CAFallthrough labeled alternative in ExpressionParser.conditionalAndExpression().
enterCase(ExpressionParser.CaseContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the Case labeled alternative in ExpressionParser.switchLabel().
enterCase(ExpressionParser.CaseContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the Case labeled alternative in ExpressionParser.switchLabel().
enterCEFallthrough(ExpressionParser.CEFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the CEFallthrough labeled alternative in ExpressionParser.conditionalExpression().
enterCEFallthrough(ExpressionParser.CEFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the CEFallthrough labeled alternative in ExpressionParser.conditionalExpression().
enterCOFallthrough(ExpressionParser.COFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the COFallthrough labeled alternative in ExpressionParser.conditionalOrExpression().
enterCOFallthrough(ExpressionParser.COFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the COFallthrough labeled alternative in ExpressionParser.conditionalOrExpression().
enterComplementExpr(ExpressionParser.ComplementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the ComplementExpr labeled alternative in ExpressionParser.unaryExpression().
enterComplementExpr(ExpressionParser.ComplementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the ComplementExpr labeled alternative in ExpressionParser.unaryExpression().
enterConditionalAndExpr(ExpressionParser.ConditionalAndExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the ConditionalAndExpr labeled alternative in ExpressionParser.conditionalAndExpression().
enterConditionalAndExpr(ExpressionParser.ConditionalAndExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the ConditionalAndExpr labeled alternative in ExpressionParser.conditionalAndExpression().
enterConditionalOrExpr(ExpressionParser.ConditionalOrExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the ConditionalOrExpr labeled alternative in ExpressionParser.conditionalOrExpression().
enterConditionalOrExpr(ExpressionParser.ConditionalOrExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the ConditionalOrExpr labeled alternative in ExpressionParser.conditionalOrExpression().
enterConstantExpr(ExpressionParser.ConstantExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the ConstantExpr labeled alternative in ExpressionParser.unprioritizedExpression().
enterConstantExpr(ExpressionParser.ConstantExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the ConstantExpr labeled alternative in ExpressionParser.unprioritizedExpression().
enterConstantExpression(ExpressionParser.ConstantExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.constantExpression().
enterConstantExpression(ExpressionParser.ConstantExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.constantExpression().
enterContinueStatement(ExpressionParser.ContinueStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.continueStatement().
enterContinueStatement(ExpressionParser.ContinueStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.continueStatement().
enterDefault(ExpressionParser.DefaultContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the Default labeled alternative in ExpressionParser.switchLabel().
enterDefault(ExpressionParser.DefaultContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the Default labeled alternative in ExpressionParser.switchLabel().
enterDoStatement(ExpressionParser.DoStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.doStatement().
enterDoStatement(ExpressionParser.DoStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.doStatement().
enterEmptyStatement(ExpressionParser.EmptyStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.emptyStatement().
enterEmptyStatement(ExpressionParser.EmptyStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.emptyStatement().
enterEqFallthrough(ExpressionParser.EqFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the EqFallthrough labeled alternative in ExpressionParser.equalityExpression().
enterEqFallthrough(ExpressionParser.EqFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the EqFallthrough labeled alternative in ExpressionParser.equalityExpression().
enterEqualityExpr(ExpressionParser.EqualityExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the EqualityExpr labeled alternative in ExpressionParser.equalityExpression().
enterEqualityExpr(ExpressionParser.EqualityExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the EqualityExpr labeled alternative in ExpressionParser.equalityExpression().
enterEveryRule(ParserRuleContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
enterExpression(ExpressionParser.ExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.expression().
enterExpression(ExpressionParser.ExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.expression().
enterExpressionStatement(ExpressionParser.ExpressionStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.expressionStatement().
enterExpressionStatement(ExpressionParser.ExpressionStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.expressionStatement().
enterForStatement(ExpressionParser.ForStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.forStatement().
enterForStatement(ExpressionParser.ForStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.forStatement().
enterFunctionCall(ExpressionParser.FunctionCallContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.functionCall().
enterFunctionCall(ExpressionParser.FunctionCallContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.functionCall().
enterFunctionCallExpr(ExpressionParser.FunctionCallExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the FunctionCallExpr labeled alternative in ExpressionParser.unprioritizedExpression().
enterFunctionCallExpr(ExpressionParser.FunctionCallExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the FunctionCallExpr labeled alternative in ExpressionParser.unprioritizedExpression().
enterIdExpr(ExpressionParser.IdExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the IdExpr labeled alternative in ExpressionParser.unprioritizedExpression().
enterIdExpr(ExpressionParser.IdExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the IdExpr labeled alternative in ExpressionParser.unprioritizedExpression().
enterIfStatement(ExpressionParser.IfStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.ifStatement().
enterIfStatement(ExpressionParser.IfStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.ifStatement().
enterMuFallthrough(ExpressionParser.MuFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the MuFallthrough labeled alternative in ExpressionParser.multiplicativeExpression().
enterMuFallthrough(ExpressionParser.MuFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the MuFallthrough labeled alternative in ExpressionParser.multiplicativeExpression().
enterMultiplicativeExpr(ExpressionParser.MultiplicativeExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the MultiplicativeExpr labeled alternative in ExpressionParser.multiplicativeExpression().
enterMultiplicativeExpr(ExpressionParser.MultiplicativeExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the MultiplicativeExpr labeled alternative in ExpressionParser.multiplicativeExpression().
enterNotExpr(ExpressionParser.NotExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the NotExpr labeled alternative in ExpressionParser.unaryExpression().
enterNotExpr(ExpressionParser.NotExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the NotExpr labeled alternative in ExpressionParser.unaryExpression().
enterPlusMinusExpr(ExpressionParser.PlusMinusExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the PlusMinusExpr labeled alternative in ExpressionParser.unaryExpression().
enterPlusMinusExpr(ExpressionParser.PlusMinusExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the PlusMinusExpr labeled alternative in ExpressionParser.unaryExpression().
enterPoFallthrough(ExpressionParser.PoFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the PoFallthrough labeled alternative in ExpressionParser.postfixExpression().
enterPoFallthrough(ExpressionParser.PoFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the PoFallthrough labeled alternative in ExpressionParser.postfixExpression().
enterPostCrementExpr(ExpressionParser.PostCrementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the PostCrementExpr labeled alternative in ExpressionParser.postfixExpression().
enterPostCrementExpr(ExpressionParser.PostCrementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the PostCrementExpr labeled alternative in ExpressionParser.postfixExpression().
enterPostfixExpr(ExpressionParser.PostfixExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the PostfixExpr labeled alternative in ExpressionParser.postfixExpression().
enterPostfixExpr(ExpressionParser.PostfixExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the PostfixExpr labeled alternative in ExpressionParser.postfixExpression().
enterPowerExpr(ExpressionParser.PowerExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the PowerExpr labeled alternative in ExpressionParser.powerExpression().
enterPowerExpr(ExpressionParser.PowerExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the PowerExpr labeled alternative in ExpressionParser.powerExpression().
enterPreCrementExpr(ExpressionParser.PreCrementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the PreCrementExpr labeled alternative in ExpressionParser.unaryExpression().
enterPreCrementExpr(ExpressionParser.PreCrementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the PreCrementExpr labeled alternative in ExpressionParser.unaryExpression().
enterPwFallthrough(ExpressionParser.PwFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the PwFallthrough labeled alternative in ExpressionParser.powerExpression().
enterPwFallthrough(ExpressionParser.PwFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the PwFallthrough labeled alternative in ExpressionParser.powerExpression().
enterReFallthrough(ExpressionParser.ReFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the ReFallthrough labeled alternative in ExpressionParser.relationalExpression().
enterReFallthrough(ExpressionParser.ReFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the ReFallthrough labeled alternative in ExpressionParser.relationalExpression().
enterRelationalExpr(ExpressionParser.RelationalExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the RelationalExpr labeled alternative in ExpressionParser.relationalExpression().
enterRelationalExpr(ExpressionParser.RelationalExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the RelationalExpr labeled alternative in ExpressionParser.relationalExpression().
enterReturnStatement(ExpressionParser.ReturnStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.returnStatement().
enterReturnStatement(ExpressionParser.ReturnStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.returnStatement().
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AdFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AllStatementsContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentExpressionContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BlockContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BreakStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CAFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CaseContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CEFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.COFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ComplementExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExpressionContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ContinueStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DefaultContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EmptyStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IdExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MuFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.NotExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PoFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PwFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReturnStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementsContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.UaFallthroughContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
enterRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WrappedExprContext
 
enterShFallthrough(ExpressionParser.ShFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the ShFallthrough labeled alternative in ExpressionParser.shiftExpression().
enterShFallthrough(ExpressionParser.ShFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the ShFallthrough labeled alternative in ExpressionParser.shiftExpression().
enterShiftExpr(ExpressionParser.ShiftExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the ShiftExpr labeled alternative in ExpressionParser.shiftExpression().
enterShiftExpr(ExpressionParser.ShiftExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the ShiftExpr labeled alternative in ExpressionParser.shiftExpression().
enterSimpleForStatement(ExpressionParser.SimpleForStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.simpleForStatement().
enterSimpleForStatement(ExpressionParser.SimpleForStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.simpleForStatement().
enterStatement(ExpressionParser.StatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.statement().
enterStatement(ExpressionParser.StatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.statement().
enterStatements(ExpressionParser.StatementsContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.statements().
enterStatements(ExpressionParser.StatementsContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.statements().
enterSwitchStatement(ExpressionParser.SwitchStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.switchStatement().
enterSwitchStatement(ExpressionParser.SwitchStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.switchStatement().
enterTernaryExpr(ExpressionParser.TernaryExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the TernaryExpr labeled alternative in ExpressionParser.conditionalExpression().
enterTernaryExpr(ExpressionParser.TernaryExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the TernaryExpr labeled alternative in ExpressionParser.conditionalExpression().
enterUaFallthrough(ExpressionParser.UaFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the UaFallthrough labeled alternative in ExpressionParser.unaryExpression().
enterUaFallthrough(ExpressionParser.UaFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the UaFallthrough labeled alternative in ExpressionParser.unaryExpression().
enterWhileStatement(ExpressionParser.WhileStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by ExpressionParser.whileStatement().
enterWhileStatement(ExpressionParser.WhileStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by ExpressionParser.whileStatement().
enterWrappedExpr(ExpressionParser.WrappedExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Enter a parse tree produced by the WrappedExpr labeled alternative in ExpressionParser.unprioritizedExpression().
enterWrappedExpr(ExpressionParser.WrappedExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Enter a parse tree produced by the WrappedExpr labeled alternative in ExpressionParser.unprioritizedExpression().
entities - Variable in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
entities - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
Entity - Interface in com.sk89q.worldedit.entity
A reference to an instance of an entity that exists in an Extent and thus would have position and similar details.
ENTITY - Static variable in class com.sk89q.worldedit.world.DataFixer.FixTypes
 
ENTITY_AI - Enum constant in enum class com.sk89q.worldedit.util.SideEffect
 
EntityCreate - Class in com.sk89q.worldedit.history.change
Logs the creation of an entity and removes the entity upon undo.
EntityCreate(Location, BaseEntity, Entity) - Constructor for class com.sk89q.worldedit.history.change.EntityCreate
Create a new instance.
EntityFunction - Interface in com.sk89q.worldedit.function
Applies a function to entities.
EntityInBlockRemovingProcessor - Class in com.fastasyncworldedit.core.extent.processor
Processor that removes existing entities that would not be in air after the edit
EntityInBlockRemovingProcessor() - Constructor for class com.fastasyncworldedit.core.extent.processor.EntityInBlockRemovingProcessor
 
EntityNBTCompatibilityHandler - Interface in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
EntityProperties - Interface in com.sk89q.worldedit.entity.metadata
Describes various classes of entities.
EntityRegistry - Interface in com.sk89q.worldedit.world.registry
Provides information on entities.
EntityRemove - Class in com.sk89q.worldedit.history.change
Tracks the removal of an entity.
EntityRemove(Location, BaseEntity) - Constructor for class com.sk89q.worldedit.history.change.EntityRemove
Create a new instance.
EntityRemover - Class in com.sk89q.worldedit.command.util
The implementation of /remove.
EntityRemover.Type - Enum Class in com.sk89q.worldedit.command.util
 
EntityRemoverConverter - Class in com.sk89q.worldedit.command.argument
 
entityRemoves - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
EntityType - Class in com.sk89q.worldedit.world.entity
 
EntityType(String) - Constructor for class com.sk89q.worldedit.world.entity.EntityType
 
EntityTypes - Class in com.sk89q.worldedit.world.entity
Stores a list of common EntityTypes.
EntityVisitor - Class in com.sk89q.worldedit.function.visitor
Visits entities as provided by an Iterator.
EntityVisitor(Iterator<? extends Entity>, EntityFunction) - Constructor for class com.sk89q.worldedit.function.visitor.EntityVisitor
Create a new instance.
entrySet() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
entrySet() - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
entrySet() - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
entryToComponent(File, List<Map.Entry<URI, String>>, Function<URI, Boolean>, QuadFunction<String, String, UtilityCommands.URIType, Boolean, Component>) - Static method in class com.sk89q.worldedit.command.UtilityCommands
 
EnumConverter - Class in com.sk89q.worldedit.command.argument
 
EnumProperty - Class in com.sk89q.worldedit.registry.state
 
EnumProperty(String, List<String>) - Constructor for class com.sk89q.worldedit.registry.state.EnumProperty
 
Enums - Class in com.sk89q.worldedit.util
Helper methods for enums.
EOF() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AllStatementsContext
 
EqFallthroughContext(ExpressionParser.EqualityExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.EqFallthroughContext
 
EQUAL - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
EQUAL - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
EQUAL() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
EqualityExprContext(ExpressionParser.EqualityExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
equalityExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CAFallthroughContext
 
equalityExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
equalityExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
equalityExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
EqualityExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExpressionContext
 
EqualityExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExpressionContext
 
equals(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
 
equals(Object) - Method in record class com.fastasyncworldedit.core.command.tool.brush.AngleBrush
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.command.tool.brush.CircleBrush
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.command.tool.brush.RecurseBrush
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.command.tool.brush.RockBrush
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor.Node
 
equals(Object) - Method in record class com.fastasyncworldedit.core.function.visitor.DFSVisitor.NodePair
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.function.visitor.IntersectRegionFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.limit.PropertyRemap
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
equals(Object) - Method in record class com.fastasyncworldedit.core.math.IntPair
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.math.IntTriple
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.math.random.NoiseRandom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap.AdaptedPair
 
equals(Object) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
equals(Object) - Method in class com.fastasyncworldedit.core.util.JoinedCharSequence
Deprecated.
 
equals(Object) - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
equals(Object) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
equals(Object) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
equals(Object) - Method in class com.sk89q.worldedit.internal.util.Substring
 
equals(Object) - Method in class com.sk89q.worldedit.math.BlockVector2
 
equals(Object) - Method in class com.sk89q.worldedit.math.BlockVector3
 
equals(Object) - Method in class com.sk89q.worldedit.math.Vector2
 
equals(Object) - Method in class com.sk89q.worldedit.math.Vector3
 
equals(Object) - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
equals(Object) - Method in class com.sk89q.worldedit.regions.polyhedron.Edge
 
equals(Object) - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
equals(Object) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
equals(Object) - Method in class com.sk89q.worldedit.util.eventbus.EventHandler
 
equals(Object) - Method in class com.sk89q.worldedit.util.eventbus.MethodEventHandler
 
equals(Object) - Method in class com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler
 
equals(Object) - Method in class com.sk89q.worldedit.util.LocatedBlock
 
equals(Object) - Method in class com.sk89q.worldedit.util.Location
 
equals(Object) - Method in class com.sk89q.worldedit.util.report.ReportList
 
equals(Object) - Method in class com.sk89q.worldedit.world.biome.BiomeType
 
equals(Object) - Method in class com.sk89q.worldedit.world.block.BaseBlock
Checks whether the type ID and data value are equal.
equals(Object) - Method in class com.sk89q.worldedit.world.block.BlockState
 
equals(Object) - Method in class com.sk89q.worldedit.world.block.BlockType
 
equals(Object) - Method in class com.sk89q.worldedit.world.entity.EntityType
 
equals(Object) - Method in class com.sk89q.worldedit.world.fluid.FluidType
 
equals(Object) - Method in class com.sk89q.worldedit.world.gamemode.GameMode
 
equals(Object) - Method in class com.sk89q.worldedit.world.item.ItemType
 
equals(Object) - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotInfo
 
equals(Object) - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
 
equals(Object) - Method in class com.sk89q.worldedit.world.weather.WeatherType
 
equals(Object) - Method in interface com.sk89q.worldedit.world.World
 
equalsFuzzy(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Tests if vectors are equal, accounting for floating point errors
equalsFuzzy(BlockStateHolder<?>) - Method in class com.sk89q.worldedit.world.block.BaseBlock
Checks if the type is the same, and if the matched states are the same.
equalsFuzzy(BlockStateHolder<?>) - Method in class com.sk89q.worldedit.world.block.BlockState
 
equalsFuzzy(BlockStateHolder<?>) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Checks if the type is the same, and if the matched states are the same.
equalsFuzzy(BlockStateHolder<?>) - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState
 
erodeBrush(InjectedValueAccess, Expression, int, int, int, int) - Method in class com.sk89q.worldedit.command.BrushCommands
 
ErodeBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
ErodeBrush() - Constructor for class com.fastasyncworldedit.core.command.tool.brush.ErodeBrush
 
ErodeBrush(int, int, int, int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.ErodeBrush
 
ERODED_BADLANDS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
erosion(EditSession, int, int, int, int, BlockVector3, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ErodeBrush
 
error(String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Print an error message to the user.
ErrorFormat - Class in com.sk89q.worldedit.util.formatting.component
Represents a fragment representing an error.
ErrorReporting - Class in com.sk89q.worldedit.internal.util
Simple class for handling error reporting to users.
evalException(ParserRuleContext, String) - Static method in class com.sk89q.worldedit.internal.expression.ExpressionHelper
 
evalException(Token, String) - Static method in class com.sk89q.worldedit.internal.expression.ExpressionHelper
 
evaluate(double...) - Method in class com.sk89q.worldedit.internal.expression.Expression
 
evaluate(double[], int) - Method in class com.sk89q.worldedit.internal.expression.Expression
 
evaluate(String, String, Map<String, Object>) - Method in interface com.sk89q.worldedit.scripting.CraftScriptEngine
 
evaluate(String, String, Map<String, Object>) - Method in class com.sk89q.worldedit.scripting.RhinoCraftScriptEngine
 
EvaluationException - Exception in com.sk89q.worldedit.internal.expression
Thrown when there's a problem during expression evaluation.
EvaluationException(int) - Constructor for exception com.sk89q.worldedit.internal.expression.EvaluationException
 
EvaluationException(int, String) - Constructor for exception com.sk89q.worldedit.internal.expression.EvaluationException
 
EvaluationException(int, String, Throwable) - Constructor for exception com.sk89q.worldedit.internal.expression.EvaluationException
 
EvaluationException(int, Throwable) - Constructor for exception com.sk89q.worldedit.internal.expression.EvaluationException
 
EvenMoreExecutors - Class in com.sk89q.worldedit.util.concurrency
Even more ExecutorService factory methods.
event(EditSessionEvent) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the EditSessionEvent instance to be used for firing at different stages of preparation
Event - Class in com.sk89q.worldedit.event
An abstract base class for all WorldEdit events.
Event() - Constructor for class com.sk89q.worldedit.event.Event
 
EventBus - Class in com.sk89q.worldedit.util.eventbus
Dispatches events to listeners, and provides ways for listeners to register themselves.
EventBus() - Constructor for class com.sk89q.worldedit.util.eventbus.EventBus
 
EventHandler - Class in com.sk89q.worldedit.util.eventbus
Event handler object for EventBus that is able to dispatch an event.
EventHandler(EventHandler.Priority) - Constructor for class com.sk89q.worldedit.util.eventbus.EventHandler
Create a new event handler.
EventHandler.Priority - Enum Class in com.sk89q.worldedit.util.eventbus
 
events() - Method in class com.sk89q.worldedit.util.lifecycle.ConstantLifecycled
 
events() - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled
Get the event manager for this lifecycled object.
events() - Method in class com.sk89q.worldedit.util.lifecycle.SimpleLifecycled
 
EVENTS - Enum constant in enum class com.sk89q.worldedit.util.SideEffect
 
EVERYONE - Static variable in interface com.sk89q.worldedit.util.Identifiable
 
EVOKER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
EVOKER_FANGS - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
EVOKER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ExceptionConverter - Interface in com.sk89q.worldedit.internal.command.exception
Used to convert a recognized Throwable into an appropriate CommandException.
ExceptionConverterHelper - Class in com.sk89q.worldedit.internal.command.exception
An implementation of an ExceptionConverter that automatically calls the correct method defined on this object.
ExceptionConverterHelper() - Constructor for class com.sk89q.worldedit.internal.command.exception.ExceptionConverterHelper
 
ExceptionMatch - Annotation Interface in com.sk89q.worldedit.internal.command.exception
Denotes a match of an exception.
EXCLAMATION_MARK - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
EXCLAMATION_MARK - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
EXCLAMATION_MARK() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.NotExprContext
 
EXCLAMATION_MARK() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExprContext
 
EXCLUSIVE_MANAGERS - Variable in class com.fastasyncworldedit.core.configuration.Settings.REGION_RESTRICTIONS_OPTIONS
 
execute() - Method in class com.sk89q.worldedit.util.net.HttpRequest
Execute the request.
execute(Player, LocalSession, String, List<String>) - Method in class com.sk89q.worldedit.command.ScriptingCommands
 
execute(ExecutionData) - Method in interface com.sk89q.worldedit.internal.expression.CompiledExpression
 
execute(String[], T, Object...) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Attempt to execute a command.
execute(String, String[], T, Object...) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Attempt to execute a command.
execute(K, FutureTask<?>) - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
 
executeBody() - Element in annotation interface com.sk89q.minecraft.util.commands.NestedCommand
If set to true it will execute the body of the tagged method.
executeLast(Player, LocalSession, List<String>) - Method in class com.sk89q.worldedit.command.ScriptingCommands
 
executeMethod(Method, String[], T, Object[], int) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Attempt to execute a command.
ExecutionData - Class in com.sk89q.worldedit.internal.expression
 
ExecutionData(SlotTable, Functions, Instant) - Constructor for class com.sk89q.worldedit.internal.expression.ExecutionData
 
ExistingBlockMask - Class in com.sk89q.worldedit.function.mask
A mask that returns true whenever the block at the location is not an air block (it contains some other block).
ExistingBlockMask(Extent) - Constructor for class com.sk89q.worldedit.function.mask.ExistingBlockMask
Create a new existing block map.
ExistingMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
ExistingMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.ExistingMaskParser
 
ExistingPattern - Class in com.fastasyncworldedit.core.function.pattern
 
ExistingPattern(Extent) - Constructor for class com.fastasyncworldedit.core.function.pattern.ExistingPattern
Create a new Pattern instance
ExistingPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
ExistingPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.ExistingPatternParser
Create a new simple parser with a defined prefix for the result.
exists() - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
exit() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Immediately terminate execution of the script, but without a failure message.
exitAddExpr(ExpressionParser.AddExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the AddExpr labeled alternative in ExpressionParser.additiveExpression().
exitAddExpr(ExpressionParser.AddExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the AddExpr labeled alternative in ExpressionParser.additiveExpression().
exitAdFallthrough(ExpressionParser.AdFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the AdFallthrough labeled alternative in ExpressionParser.additiveExpression().
exitAdFallthrough(ExpressionParser.AdFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the AdFallthrough labeled alternative in ExpressionParser.additiveExpression().
exitAllStatements(ExpressionParser.AllStatementsContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.allStatements().
exitAllStatements(ExpressionParser.AllStatementsContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.allStatements().
exitAssignment(ExpressionParser.AssignmentContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.assignment().
exitAssignment(ExpressionParser.AssignmentContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.assignment().
exitAssignmentExpression(ExpressionParser.AssignmentExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.assignmentExpression().
exitAssignmentExpression(ExpressionParser.AssignmentExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.assignmentExpression().
exitAssignmentOperator(ExpressionParser.AssignmentOperatorContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.assignmentOperator().
exitAssignmentOperator(ExpressionParser.AssignmentOperatorContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.assignmentOperator().
exitBlock(ExpressionParser.BlockContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.block().
exitBlock(ExpressionParser.BlockContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.block().
exitBreakStatement(ExpressionParser.BreakStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.breakStatement().
exitBreakStatement(ExpressionParser.BreakStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.breakStatement().
exitCAFallthrough(ExpressionParser.CAFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the CAFallthrough labeled alternative in ExpressionParser.conditionalAndExpression().
exitCAFallthrough(ExpressionParser.CAFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the CAFallthrough labeled alternative in ExpressionParser.conditionalAndExpression().
exitCase(ExpressionParser.CaseContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the Case labeled alternative in ExpressionParser.switchLabel().
exitCase(ExpressionParser.CaseContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the Case labeled alternative in ExpressionParser.switchLabel().
exitCEFallthrough(ExpressionParser.CEFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the CEFallthrough labeled alternative in ExpressionParser.conditionalExpression().
exitCEFallthrough(ExpressionParser.CEFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the CEFallthrough labeled alternative in ExpressionParser.conditionalExpression().
exitCOFallthrough(ExpressionParser.COFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the COFallthrough labeled alternative in ExpressionParser.conditionalOrExpression().
exitCOFallthrough(ExpressionParser.COFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the COFallthrough labeled alternative in ExpressionParser.conditionalOrExpression().
exitComplementExpr(ExpressionParser.ComplementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the ComplementExpr labeled alternative in ExpressionParser.unaryExpression().
exitComplementExpr(ExpressionParser.ComplementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the ComplementExpr labeled alternative in ExpressionParser.unaryExpression().
exitConditionalAndExpr(ExpressionParser.ConditionalAndExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the ConditionalAndExpr labeled alternative in ExpressionParser.conditionalAndExpression().
exitConditionalAndExpr(ExpressionParser.ConditionalAndExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the ConditionalAndExpr labeled alternative in ExpressionParser.conditionalAndExpression().
exitConditionalOrExpr(ExpressionParser.ConditionalOrExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the ConditionalOrExpr labeled alternative in ExpressionParser.conditionalOrExpression().
exitConditionalOrExpr(ExpressionParser.ConditionalOrExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the ConditionalOrExpr labeled alternative in ExpressionParser.conditionalOrExpression().
exitConstantExpr(ExpressionParser.ConstantExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the ConstantExpr labeled alternative in ExpressionParser.unprioritizedExpression().
exitConstantExpr(ExpressionParser.ConstantExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the ConstantExpr labeled alternative in ExpressionParser.unprioritizedExpression().
exitConstantExpression(ExpressionParser.ConstantExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.constantExpression().
exitConstantExpression(ExpressionParser.ConstantExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.constantExpression().
exitContinueStatement(ExpressionParser.ContinueStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.continueStatement().
exitContinueStatement(ExpressionParser.ContinueStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.continueStatement().
exitDefault(ExpressionParser.DefaultContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the Default labeled alternative in ExpressionParser.switchLabel().
exitDefault(ExpressionParser.DefaultContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the Default labeled alternative in ExpressionParser.switchLabel().
exitDoStatement(ExpressionParser.DoStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.doStatement().
exitDoStatement(ExpressionParser.DoStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.doStatement().
exitEmptyStatement(ExpressionParser.EmptyStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.emptyStatement().
exitEmptyStatement(ExpressionParser.EmptyStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.emptyStatement().
exitEqFallthrough(ExpressionParser.EqFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the EqFallthrough labeled alternative in ExpressionParser.equalityExpression().
exitEqFallthrough(ExpressionParser.EqFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the EqFallthrough labeled alternative in ExpressionParser.equalityExpression().
exitEqualityExpr(ExpressionParser.EqualityExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the EqualityExpr labeled alternative in ExpressionParser.equalityExpression().
exitEqualityExpr(ExpressionParser.EqualityExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the EqualityExpr labeled alternative in ExpressionParser.equalityExpression().
exitEveryRule(ParserRuleContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
exitExpression(ExpressionParser.ExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.expression().
exitExpression(ExpressionParser.ExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.expression().
exitExpressionStatement(ExpressionParser.ExpressionStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.expressionStatement().
exitExpressionStatement(ExpressionParser.ExpressionStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.expressionStatement().
exitForStatement(ExpressionParser.ForStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.forStatement().
exitForStatement(ExpressionParser.ForStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.forStatement().
exitFunctionCall(ExpressionParser.FunctionCallContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.functionCall().
exitFunctionCall(ExpressionParser.FunctionCallContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.functionCall().
exitFunctionCallExpr(ExpressionParser.FunctionCallExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the FunctionCallExpr labeled alternative in ExpressionParser.unprioritizedExpression().
exitFunctionCallExpr(ExpressionParser.FunctionCallExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the FunctionCallExpr labeled alternative in ExpressionParser.unprioritizedExpression().
exitIdExpr(ExpressionParser.IdExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the IdExpr labeled alternative in ExpressionParser.unprioritizedExpression().
exitIdExpr(ExpressionParser.IdExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the IdExpr labeled alternative in ExpressionParser.unprioritizedExpression().
exitIfStatement(ExpressionParser.IfStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.ifStatement().
exitIfStatement(ExpressionParser.IfStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.ifStatement().
exitMuFallthrough(ExpressionParser.MuFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the MuFallthrough labeled alternative in ExpressionParser.multiplicativeExpression().
exitMuFallthrough(ExpressionParser.MuFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the MuFallthrough labeled alternative in ExpressionParser.multiplicativeExpression().
exitMultiplicativeExpr(ExpressionParser.MultiplicativeExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the MultiplicativeExpr labeled alternative in ExpressionParser.multiplicativeExpression().
exitMultiplicativeExpr(ExpressionParser.MultiplicativeExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the MultiplicativeExpr labeled alternative in ExpressionParser.multiplicativeExpression().
exitNotExpr(ExpressionParser.NotExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the NotExpr labeled alternative in ExpressionParser.unaryExpression().
exitNotExpr(ExpressionParser.NotExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the NotExpr labeled alternative in ExpressionParser.unaryExpression().
exitPlusMinusExpr(ExpressionParser.PlusMinusExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the PlusMinusExpr labeled alternative in ExpressionParser.unaryExpression().
exitPlusMinusExpr(ExpressionParser.PlusMinusExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the PlusMinusExpr labeled alternative in ExpressionParser.unaryExpression().
exitPoFallthrough(ExpressionParser.PoFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the PoFallthrough labeled alternative in ExpressionParser.postfixExpression().
exitPoFallthrough(ExpressionParser.PoFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the PoFallthrough labeled alternative in ExpressionParser.postfixExpression().
exitPostCrementExpr(ExpressionParser.PostCrementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the PostCrementExpr labeled alternative in ExpressionParser.postfixExpression().
exitPostCrementExpr(ExpressionParser.PostCrementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the PostCrementExpr labeled alternative in ExpressionParser.postfixExpression().
exitPostfixExpr(ExpressionParser.PostfixExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the PostfixExpr labeled alternative in ExpressionParser.postfixExpression().
exitPostfixExpr(ExpressionParser.PostfixExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the PostfixExpr labeled alternative in ExpressionParser.postfixExpression().
exitPowerExpr(ExpressionParser.PowerExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the PowerExpr labeled alternative in ExpressionParser.powerExpression().
exitPowerExpr(ExpressionParser.PowerExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the PowerExpr labeled alternative in ExpressionParser.powerExpression().
exitPreCrementExpr(ExpressionParser.PreCrementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the PreCrementExpr labeled alternative in ExpressionParser.unaryExpression().
exitPreCrementExpr(ExpressionParser.PreCrementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the PreCrementExpr labeled alternative in ExpressionParser.unaryExpression().
exitPwFallthrough(ExpressionParser.PwFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the PwFallthrough labeled alternative in ExpressionParser.powerExpression().
exitPwFallthrough(ExpressionParser.PwFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the PwFallthrough labeled alternative in ExpressionParser.powerExpression().
exitReFallthrough(ExpressionParser.ReFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the ReFallthrough labeled alternative in ExpressionParser.relationalExpression().
exitReFallthrough(ExpressionParser.ReFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the ReFallthrough labeled alternative in ExpressionParser.relationalExpression().
exitRelationalExpr(ExpressionParser.RelationalExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the RelationalExpr labeled alternative in ExpressionParser.relationalExpression().
exitRelationalExpr(ExpressionParser.RelationalExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the RelationalExpr labeled alternative in ExpressionParser.relationalExpression().
exitReturnStatement(ExpressionParser.ReturnStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.returnStatement().
exitReturnStatement(ExpressionParser.ReturnStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.returnStatement().
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AdFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AllStatementsContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentExpressionContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BlockContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BreakStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CAFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CaseContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.CEFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.COFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ComplementExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExpressionContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ContinueStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DefaultContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EmptyStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IdExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MuFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.NotExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PoFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PwFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReturnStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementsContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.UaFallthroughContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
exitRule(ParseTreeListener) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WrappedExprContext
 
exitShFallthrough(ExpressionParser.ShFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the ShFallthrough labeled alternative in ExpressionParser.shiftExpression().
exitShFallthrough(ExpressionParser.ShFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the ShFallthrough labeled alternative in ExpressionParser.shiftExpression().
exitShiftExpr(ExpressionParser.ShiftExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the ShiftExpr labeled alternative in ExpressionParser.shiftExpression().
exitShiftExpr(ExpressionParser.ShiftExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the ShiftExpr labeled alternative in ExpressionParser.shiftExpression().
exitSimpleForStatement(ExpressionParser.SimpleForStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.simpleForStatement().
exitSimpleForStatement(ExpressionParser.SimpleForStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.simpleForStatement().
exitStatement(ExpressionParser.StatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.statement().
exitStatement(ExpressionParser.StatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.statement().
exitStatements(ExpressionParser.StatementsContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.statements().
exitStatements(ExpressionParser.StatementsContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.statements().
exitSwitchStatement(ExpressionParser.SwitchStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.switchStatement().
exitSwitchStatement(ExpressionParser.SwitchStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.switchStatement().
exitTernaryExpr(ExpressionParser.TernaryExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the TernaryExpr labeled alternative in ExpressionParser.conditionalExpression().
exitTernaryExpr(ExpressionParser.TernaryExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the TernaryExpr labeled alternative in ExpressionParser.conditionalExpression().
exitUaFallthrough(ExpressionParser.UaFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the UaFallthrough labeled alternative in ExpressionParser.unaryExpression().
exitUaFallthrough(ExpressionParser.UaFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the UaFallthrough labeled alternative in ExpressionParser.unaryExpression().
exitWhileStatement(ExpressionParser.WhileStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by ExpressionParser.whileStatement().
exitWhileStatement(ExpressionParser.WhileStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by ExpressionParser.whileStatement().
exitWrappedExpr(ExpressionParser.WrappedExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
Exit a parse tree produced by the WrappedExpr labeled alternative in ExpressionParser.unprioritizedExpression().
exitWrappedExpr(ExpressionParser.WrappedExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionListener
Exit a parse tree produced by the WrappedExpr labeled alternative in ExpressionParser.unprioritizedExpression().
expand(Actor, World, LocalSession, int, int, List<BlockVector3>) - Method in class com.sk89q.worldedit.command.ExpandCommands
 
expand(BlockVector3...) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
expand(BlockVector3...) - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
expand(BlockVector3...) - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
expand(BlockVector3...) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
expand(BlockVector3...) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
expand(BlockVector3...) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
expand(BlockVector3...) - Method in class com.sk89q.worldedit.regions.CylinderRegion
Expand the region.
expand(BlockVector3...) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
expand(BlockVector3...) - Method in class com.sk89q.worldedit.regions.NullRegion
 
expand(BlockVector3...) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
expand(BlockVector3...) - Method in interface com.sk89q.worldedit.regions.Region
Expand the region.
expand(BlockVector3...) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
expand(BlockVector3...) - Method in class com.sk89q.worldedit.regions.TransformRegion
 
expand(BlockVector3...) - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
ExpandCommands - Class in com.sk89q.worldedit.command
Extracted from SelectionCommands to allow importing of Command.
ExpandCommands() - Constructor for class com.sk89q.worldedit.command.ExpandCommands
 
expandY(int) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
Expand the height of the polygon to fit the specified Y.
expectResponseCode(int...) - Method in class com.sk89q.worldedit.util.net.HttpRequest
Require that the response code is one of the given response codes.
EXPERIENCE_BOTTLE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
EXPERIENCE_BOTTLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPERIENCE_ORB - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
EXPERIMENTAL - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
EXPERIMENTAL() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
EXPIRATION_GRACE - Static variable in class com.sk89q.worldedit.session.SessionManager
 
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in interface com.sk89q.worldedit.regions.RegionSelector
Tell the player information about his/her primary selection.
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.ExtendingCuboidRegionSelector
 
explainPrimarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
explainRegionAdjust(Actor, LocalSession) - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
explainRegionAdjust(Actor, LocalSession) - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
explainRegionAdjust(Actor, LocalSession) - Method in interface com.sk89q.worldedit.regions.RegionSelector
Tell the player information about the region's changes.
explainRegionAdjust(Actor, LocalSession) - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
explainRegionAdjust(Actor, LocalSession) - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
explainRegionAdjust(Actor, LocalSession) - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
explainRegionAdjust(Actor, LocalSession) - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
explainRegionAdjust(Actor, LocalSession) - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in interface com.sk89q.worldedit.regions.RegionSelector
Tell the player information about his/her secondary selection.
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.ExtendingCuboidRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
explainSecondarySelection(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.regions.selector.SphereRegionSelector
 
EXPLORER_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EXPOSED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
EXPOSED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
expr - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ComplementExprContext
 
expr - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.NotExprContext
 
expr - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
expr - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExprContext
 
expression - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionStatementContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReturnStatementContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
expression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WrappedExprContext
 
expression(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
expression(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
expression(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
Expression - Class in com.sk89q.worldedit.internal.expression
Compiles and evaluates expressions.
ExpressionBaseListener - Class in com.sk89q.worldedit.antlr
This class provides an empty implementation of ExpressionListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
ExpressionBaseListener() - Constructor for class com.sk89q.worldedit.antlr.ExpressionBaseListener
 
ExpressionBaseVisitor<T> - Class in com.sk89q.worldedit.antlr
This class provides an empty implementation of ExpressionVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
ExpressionBaseVisitor() - Constructor for class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
 
ExpressionCompiler - Class in com.sk89q.worldedit.internal.expression.invoke
Compiles an expression from an AST into MethodHandles.
ExpressionCompiler() - Constructor for class com.sk89q.worldedit.internal.expression.invoke.ExpressionCompiler
 
ExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionContext
 
ExpressionConverter - Class in com.sk89q.worldedit.command.argument
 
ExpressionConverter() - Constructor for class com.sk89q.worldedit.command.argument.ExpressionConverter
 
ExpressionEnvironment - Interface in com.sk89q.worldedit.internal.expression
Represents a way to access blocks in a world.
ExpressionException - Exception in com.sk89q.worldedit.internal.expression
Thrown when there's a problem during any stage of the expression compilation or evaluation.
ExpressionException(int) - Constructor for exception com.sk89q.worldedit.internal.expression.ExpressionException
 
ExpressionException(int, String) - Constructor for exception com.sk89q.worldedit.internal.expression.ExpressionException
 
ExpressionException(int, String, Throwable) - Constructor for exception com.sk89q.worldedit.internal.expression.ExpressionException
 
ExpressionException(int, Throwable) - Constructor for exception com.sk89q.worldedit.internal.expression.ExpressionException
 
ExpressionHelper - Class in com.sk89q.worldedit.internal.expression
 
ExpressionLexer - Class in com.sk89q.worldedit.antlr
 
ExpressionLexer(CharStream) - Constructor for class com.sk89q.worldedit.antlr.ExpressionLexer
 
ExpressionListener - Interface in com.sk89q.worldedit.antlr
This interface defines a complete listener for a parse tree produced by ExpressionParser.
ExpressionMask - Class in com.sk89q.worldedit.function.mask
A mask that evaluates an expression.
ExpressionMask(Expression) - Constructor for class com.sk89q.worldedit.function.mask.ExpressionMask
Create a new instance.
ExpressionMask(Expression, IntSupplier) - Constructor for class com.sk89q.worldedit.function.mask.ExpressionMask
 
ExpressionMask(String) - Constructor for class com.sk89q.worldedit.function.mask.ExpressionMask
Create a new instance.
ExpressionMask2D - Class in com.sk89q.worldedit.function.mask
 
ExpressionMask2D(Expression) - Constructor for class com.sk89q.worldedit.function.mask.ExpressionMask2D
Create a new instance.
ExpressionMask2D(Expression, IntSupplier) - Constructor for class com.sk89q.worldedit.function.mask.ExpressionMask2D
 
ExpressionMask2D(String) - Constructor for class com.sk89q.worldedit.function.mask.ExpressionMask2D
Create a new instance.
ExpressionMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
ExpressionMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.ExpressionMaskParser
 
ExpressionParser - Class in com.sk89q.worldedit.antlr
 
ExpressionParser(TokenStream) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser
 
ExpressionParser.AddExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.AdditiveExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.AdFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.AllStatementsContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.AssignmentContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.AssignmentExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.AssignmentOperatorContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.BlockContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.BreakStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.CAFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.CaseContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.CEFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.COFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ComplementExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ConditionalAndExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ConditionalAndExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ConditionalExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ConditionalOrExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ConditionalOrExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ConstantExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ConstantExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ContinueStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.DefaultContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.DoStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.EmptyStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.EqFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.EqualityExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.EqualityExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ExpressionStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ForStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.FunctionCallContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.FunctionCallExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.IdExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.IfStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.MuFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.MultiplicativeExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.MultiplicativeExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.NotExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PlusMinusExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PoFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PostCrementExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PostfixExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PostfixExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PowerExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PowerExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PreCrementExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.PwFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ReFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.RelationalExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.RelationalExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ReturnStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ShFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ShiftExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.ShiftExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.SimpleForStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.StatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.StatementsContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.SwitchLabelContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.SwitchStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.TernaryExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.UaFallthroughContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.UnaryExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.UnprioritizedExpressionContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.WhileStatementContext - Class in com.sk89q.worldedit.antlr
 
ExpressionParser.WrappedExprContext - Class in com.sk89q.worldedit.antlr
 
ExpressionPattern - Class in com.fastasyncworldedit.core.function.pattern
A mask that evaluates an expression.
ExpressionPattern(Expression) - Constructor for class com.fastasyncworldedit.core.function.pattern.ExpressionPattern
Create a new instance.
ExpressionPattern(String) - Constructor for class com.fastasyncworldedit.core.function.pattern.ExpressionPattern
Create a new instance.
ExpressionPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
ExpressionPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.ExpressionPatternParser
Create a new simple parser with a defined prefix for the result.
expressionStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
expressionStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
ExpressionStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionStatementContext
 
ExpressionTimeoutException - Exception in com.sk89q.worldedit.internal.expression
Thrown when an evaluation exceeds the timeout time.
ExpressionTimeoutException(String) - Constructor for exception com.sk89q.worldedit.internal.expression.ExpressionTimeoutException
 
ExpressionVisitor<T> - Interface in com.sk89q.worldedit.antlr
This interface defines a complete generic visitor for a parse tree produced by ExpressionParser.
EXTEND - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
EXTENDED - Enum constant in enum class com.sk89q.util.yaml.YAMLFormat
 
EXTENDED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
extendedYLimit - Variable in class com.sk89q.worldedit.LocalConfiguration
 
EXTENDING_CUBOID - Enum constant in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
 
ExtendingCuboidRegionSelector - Class in com.sk89q.worldedit.regions.selector
Creates a CuboidRegion from a user's selections by expanding the region on every right click.
ExtendingCuboidRegionSelector() - Constructor for class com.sk89q.worldedit.regions.selector.ExtendingCuboidRegionSelector
Create a new selector with a null world.
ExtendingCuboidRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.selector.ExtendingCuboidRegionSelector
Create a new selector from another one.
ExtendingCuboidRegionSelector(World) - Constructor for class com.sk89q.worldedit.regions.selector.ExtendingCuboidRegionSelector
Create a new selector.
ExtendingCuboidRegionSelector(World, BlockVector3, BlockVector3) - Constructor for class com.sk89q.worldedit.regions.selector.ExtendingCuboidRegionSelector
Create a new selector.
extendRadius(Vector2) - Method in class com.sk89q.worldedit.regions.CylinderRegion
Extends the radius to be at least the given radius.
extendRadius(Vector3) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
extent - Variable in class com.fastasyncworldedit.core.function.pattern.AnglePattern
 
extent - Variable in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
extent - Variable in class com.sk89q.worldedit.regions.shape.ArbitraryShape
 
extent() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
Returns the value of the extent record component.
Extent - Interface in com.sk89q.worldedit.extent
A world, portion of a world, clipboard, or other object that can have blocks set or entities placed.
EXTENT - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
EXTENT() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.EXTENT
 
ExtentBatchProcessorHolder - Class in com.fastasyncworldedit.core.extent.processor
 
ExtentBatchProcessorHolder() - Constructor for class com.fastasyncworldedit.core.extent.processor.ExtentBatchProcessorHolder
 
ExtentBiomeCopy - Class in com.sk89q.worldedit.function.biome
Copies the biome from one extent to another.
ExtentBiomeCopy(Extent, BlockVector2, Extent, BlockVector2, Transform) - Constructor for class com.sk89q.worldedit.function.biome.ExtentBiomeCopy
ExtentBiomeCopy(Extent, BlockVector3, Extent, BlockVector3, Transform) - Constructor for class com.sk89q.worldedit.function.biome.ExtentBiomeCopy
Make a new biome copy.
ExtentBlockCopy - Class in com.sk89q.worldedit.function.block
Copies blocks from one extent to another.
ExtentBlockCopy(Extent, BlockVector3, Extent, BlockVector3, Transform) - Constructor for class com.sk89q.worldedit.function.block.ExtentBlockCopy
Make a new copy.
ExtentBuffer - Class in com.sk89q.worldedit.extent.buffer
Buffers changes to an Extent and allows retrieval of the changed blocks, without modifying the underlying extent.
ExtentBuffer(Extent) - Constructor for class com.sk89q.worldedit.extent.buffer.ExtentBuffer
Create a new extent buffer that will buffer every change.
ExtentBuffer(Extent, Mask) - Constructor for class com.sk89q.worldedit.extent.buffer.ExtentBuffer
Create a new extent buffer that will buffer changes that meet the criteria of the given mask.
ExtentBufferedCompositePattern - Class in com.sk89q.worldedit.function.pattern
A pattern that composes multiple patterns consecutively, ensuring that changes from one pattern are realized by the subsequent one(s).
ExtentBufferedCompositePattern(Extent, Pattern...) - Constructor for class com.sk89q.worldedit.function.pattern.ExtentBufferedCompositePattern
Construct a new instance of this pattern.
ExtentEntityCopy - Class in com.sk89q.worldedit.function.entity
Copies entities provided to the function to the provided destination Extent.
ExtentEntityCopy(Extent, Vector3, Extent, Vector3, Transform) - Constructor for class com.sk89q.worldedit.function.entity.ExtentEntityCopy
Create a new instance.
ExtentEntityCopy(Vector3, Extent, Vector3, Transform) - Constructor for class com.sk89q.worldedit.function.entity.ExtentEntityCopy
Deprecated.
FAWE Deprecation - Use method with Extent
ExtentFilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
 
ExtentFilterBlock(Extent) - Constructor for class com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock
 
ExtentHeightCacher - Class in com.fastasyncworldedit.core.extent
 
ExtentHeightCacher(Extent) - Constructor for class com.fastasyncworldedit.core.extent.ExtentHeightCacher
 
ExtentPattern - Interface in com.sk89q.worldedit.function.pattern
 
ExtentTraverser<T extends Extent> - Class in com.fastasyncworldedit.core.util
 
ExtentTraverser(T) - Constructor for class com.fastasyncworldedit.core.util.ExtentTraverser
 
ExtentTraverser(T, ExtentTraverser<T>) - Constructor for class com.fastasyncworldedit.core.util.ExtentTraverser
 
extinguish(Actor, LocalSession, EditSession, Integer) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
extinguishBrush(InjectedValueAccess, EditSession, Expression) - Method in class com.sk89q.worldedit.command.BrushCommands
 
EXTRA_TIME_MS - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE
 
extractArguments(String, boolean) - Method in class com.fastasyncworldedit.core.extension.factory.parser.RichParser
Extracts arguments enclosed by [] into an array.
extractSigned(long, int, int) - Static method in class com.sk89q.worldedit.math.BitMath
 
ExtremaMask - Class in com.fastasyncworldedit.core.function.mask
 
ExtremaMask(Extent, double, double, boolean, int) - Constructor for class com.fastasyncworldedit.core.function.mask.ExtremaMask
 
ExtremaMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
ExtremaMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.ExtremaMaskParser
 
EYE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
EYE_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
EYE_OF_ENDER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 

F

FACE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
faces(Actor, EditSession, Region, Pattern) - Method in class com.sk89q.worldedit.command.RegionCommands
 
Faceted - Interface in com.sk89q.worldedit.util
Indicates that an object can provide various "facets," which are specific distinct interfaces that can represent a portion of the object.
FACING - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
factor - Variable in class com.fastasyncworldedit.core.function.pattern.AnglePattern
 
FactoryConverter<T> - Class in com.sk89q.worldedit.command.argument
 
fadeAlpha(BufferedImage) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
FAILED - Enum constant in enum class com.sk89q.worldedit.util.task.Task.State
The task has failed.
fall(Actor, EditSession, Region, BlockStateHolder, boolean) - Method in class com.sk89q.worldedit.command.RegionCommands
 
fall(Region, boolean, B) - Method in class com.sk89q.worldedit.EditSession
 
FALL_DAMAGE_RESETTING - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FALLING - Variable in class com.fastasyncworldedit.core.configuration.Settings.TICK_LIMITER
Deprecated.
 
FALLING - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
FALLING_BLOCK - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
FALLING_BLOCKS - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
FallingSphere - Class in com.fastasyncworldedit.core.command.tool.brush
 
FallingSphere() - Constructor for class com.fastasyncworldedit.core.command.tool.brush.FallingSphere
 
falseBranch - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
falseBranch - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
FalseMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
FalseMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.FalseMaskParser
 
FARMLAND - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FARMLAND - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
farwand(Player, LocalSession) - Method in class com.sk89q.worldedit.command.ToolCommands
 
FAST - Enum constant in enum class com.sk89q.worldedit.EditSession.ReorderMode
 
FAST - Enum constant in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
 
FAST_PLACEMENT - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
FAST_PLACEMENT - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
FastBitSet - Class in com.fastasyncworldedit.core.math
 
FastBitSet(int) - Constructor for class com.fastasyncworldedit.core.math.FastBitSet
 
FastBitSet(long[], int) - Constructor for class com.fastasyncworldedit.core.math.FastBitSet
 
FastBitSet.IntIterator - Class in com.fastasyncworldedit.core.math
 
FastByteArrayOutputStream - Class in com.fastasyncworldedit.core.internal.io
A speedy implementation of ByteArrayOutputStream.
FastByteArrayOutputStream() - Constructor for class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
FastByteArrayOutputStream(byte[]) - Constructor for class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
FastByteArrayOutputStream(int) - Constructor for class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
FastByteArraysInputStream - Class in com.fastasyncworldedit.core.internal.io
 
FastByteArraysInputStream(byte[][]) - Constructor for class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
fastMode(Boolean) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set fast mode.
FastRandomCollection<T> - Class in com.fastasyncworldedit.core.util.collection
 
FastSchematicReader - Class in com.fastasyncworldedit.core.extent.clipboard.io
Reads schematic files using the Sponge Schematic Specification.
FastSchematicReader(NBTInputStream) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicReader
Create a new instance.
FastSchematicWriter - Class in com.fastasyncworldedit.core.extent.clipboard.io
Writes schematic files using the Sponge schematic format.
FastSchematicWriter(NBTOutputStream) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter
Create a new schematic writer.
Fawe - Class in com.fastasyncworldedit.core
[ WorldEdit action] | \|/ [ EditSession ] - The change is processed (area restrictions, change limit, block type) | \|/ [Block change] - A block change from some location | \|/ [ Set Queue ] - The SetQueue manages the implementation specific queue | \|/ [ Fawe Queue] - A queue of chunks - check if the queue has the chunk for a change | \|/ [ Fawe Chunk Implementation ] - Otherwise create a new FaweChunk object which is a wrapper around the Chunk object | \|/ [ Execution ] - When done, the queue then sets the blocks for the chunk, performs lighting updates and sends the chunk packet to the clients
FaweAPI - Class in com.fastasyncworldedit.core
The FaweAPI class offers a few useful functions.
- This class is not intended to replace the WorldEdit API
- With FAWE installed, you can use the EditSession and other WorldEdit classes from an async thread.

FaweAPI.[some method]
FaweAPI() - Constructor for class com.fastasyncworldedit.core.FaweAPI
 
FaweBlockBagException - Exception in com.fastasyncworldedit.core.internal.exception
 
FaweBlockBagException() - Constructor for exception com.fastasyncworldedit.core.internal.exception.FaweBlockBagException
 
FaweCache - Enum Class in com.fastasyncworldedit.core
 
FaweCache.Palette - Class in com.fastasyncworldedit.core
Holds data for a palette used in a chunk section
FaweClipboardVersionMismatchException - Exception in com.fastasyncworldedit.core.internal.exception
 
FaweClipboardVersionMismatchException() - Constructor for exception com.fastasyncworldedit.core.internal.exception.FaweClipboardVersionMismatchException
Deprecated, for removal: This API element is subject to removal in a future version.
FaweClipboardVersionMismatchException(int, int) - Constructor for exception com.fastasyncworldedit.core.internal.exception.FaweClipboardVersionMismatchException
New exception specifying a version mismatch between that supported and that loaded.
FaweException - Exception in com.fastasyncworldedit.core.internal.exception
 
FaweException(Component) - Constructor for exception com.fastasyncworldedit.core.internal.exception.FaweException
New instance.
FaweException(Component, FaweException.Type) - Constructor for exception com.fastasyncworldedit.core.internal.exception.FaweException
New instance of a given FaweException.Type
FaweException(Component, FaweException.Type, boolean) - Constructor for exception com.fastasyncworldedit.core.internal.exception.FaweException
New instance of a given FaweException.Type
FaweException(String) - Constructor for exception com.fastasyncworldedit.core.internal.exception.FaweException
New instance.
FaweException.Type - Enum Class in com.fastasyncworldedit.core.internal.exception
 
FaweForkJoinWorkerThreadFactory - Class in com.fastasyncworldedit.core.util.task
 
FaweForkJoinWorkerThreadFactory(String) - Constructor for class com.fastasyncworldedit.core.util.task.FaweForkJoinWorkerThreadFactory
 
FaweInputStream - Class in com.fastasyncworldedit.core.internal.io
 
FaweInputStream(InputStream) - Constructor for class com.fastasyncworldedit.core.internal.io.FaweInputStream
 
FaweLimit - Class in com.fastasyncworldedit.core.limit
 
FaweLimit() - Constructor for class com.fastasyncworldedit.core.limit.FaweLimit
 
FaweMask - Class in com.fastasyncworldedit.core.regions
 
FaweMask(Region) - Constructor for class com.fastasyncworldedit.core.regions.FaweMask
 
FaweMaskManager - Class in com.fastasyncworldedit.core.regions
 
FaweMaskManager(String) - Constructor for class com.fastasyncworldedit.core.regions.FaweMaskManager
 
FaweMaskManager.MaskType - Enum Class in com.fastasyncworldedit.core.regions
 
FaweOutputStream - Class in com.fastasyncworldedit.core.internal.io
 
FaweOutputStream(OutputStream) - Constructor for class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
FaweParser<T> - Class in com.fastasyncworldedit.core.extension.factory.parser
 
FaweParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.FaweParser
 
FaweParser.ParseEntry - Class in com.fastasyncworldedit.core.extension.factory.parser
 
FAWEPlatformAdapterImpl - Interface in com.fastasyncworldedit.core
 
FaweRegionExtent - Class in com.fastasyncworldedit.core.extent
 
FaweRegionExtent(Extent, FaweLimit) - Constructor for class com.fastasyncworldedit.core.extent.FaweRegionExtent
Create a new instance.
FaweSmallEditUnsupportedException - Exception in com.fastasyncworldedit.core.internal.exception
 
FaweSmallEditUnsupportedException() - Constructor for exception com.fastasyncworldedit.core.internal.exception.FaweSmallEditUnsupportedException
 
FaweStreamChangeSet - Class in com.fastasyncworldedit.core.history.changeset
FAWE stream ChangeSet offering support for extended-height worlds
FaweStreamChangeSet(World) - Constructor for class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
FaweStreamChangeSet(World, int, boolean, boolean) - Constructor for class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
FaweStreamChangeSet.FaweStreamIdDelegate - Interface in com.fastasyncworldedit.core.history.changeset
 
FaweStreamChangeSet.FaweStreamPositionDelegate - Interface in com.fastasyncworldedit.core.history.changeset
 
FaweTimer - Class in com.fastasyncworldedit.core.util
 
FaweTimer() - Constructor for class com.fastasyncworldedit.core.util.FaweTimer
 
FaweVersion - Class in com.fastasyncworldedit.core
An internal FAWE class not meant for public use.
FaweVersion(int, int, int, int[], boolean, int, int) - Constructor for class com.fastasyncworldedit.core.FaweVersion
 
FaweVersion(String, String, String) - Constructor for class com.fastasyncworldedit.core.FaweVersion
 
FEATHER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FEATURES_CANNOT_REPLACE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FENCE_GATES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FENCE_GATES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
FENCES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FENCES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
FERMENTED_SPIDER_EYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FERN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
fetchBlock(BlockState) - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Get a block.
fetchPlacedBlock(BlockState) - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Sets a block as if it was placed by hand.
file - Variable in class com.sk89q.util.yaml.YAMLProcessor
 
file - Variable in class com.sk89q.worldedit.world.snapshot.Snapshot
 
FILE - Enum constant in enum class com.sk89q.worldedit.command.UtilityCommands.URIType
 
FILE - Enum constant in enum class com.sk89q.worldedit.util.io.file.AttributeTarget
 
FileConfiguration - Class in com.fastasyncworldedit.core.configuration.file
This is a base class for all File based implementations of Configuration
FileConfiguration() - Constructor for class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Creates an empty FileConfiguration with no default values.
FileConfiguration(Configuration) - Constructor for class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Creates an empty FileConfiguration using the specified Configuration as a source for all default values.
FileConfigurationOptions - Class in com.fastasyncworldedit.core.configuration.file
Various settings for controlling the input and output of a FileConfiguration
FileConfigurationOptions(MemoryConfiguration) - Constructor for class com.fastasyncworldedit.core.configuration.file.FileConfigurationOptions
 
FileDialogUtil - Class in com.sk89q.worldedit.util
 
FileLegacyChunkStore - Class in com.sk89q.worldedit.world.storage
Represents the chunk store used by Minecraft Alpha.
FileLegacyChunkStore(File) - Constructor for class com.sk89q.worldedit.world.storage.FileLegacyChunkStore
Create an instance.
FileMcRegionChunkStore - Class in com.sk89q.worldedit.world.storage
 
FileMcRegionChunkStore(File) - Constructor for class com.sk89q.worldedit.world.storage.FileMcRegionChunkStore
Create an instance.
FileNameDateTimeParser - Class in com.sk89q.worldedit.util.time
Parses date-times by looking at the file name.
FilenameException - Exception in com.sk89q.worldedit.util.io.file
 
FilenameException(String) - Constructor for exception com.sk89q.worldedit.util.io.file.FilenameException
 
FilenameException(String, Component) - Constructor for exception com.sk89q.worldedit.util.io.file.FilenameException
 
FilenameException(String, String) - Constructor for exception com.sk89q.worldedit.util.io.file.FilenameException
Deprecated.
FilenameResolutionException - Exception in com.sk89q.worldedit.util.io.file
 
FilenameResolutionException(String) - Constructor for exception com.sk89q.worldedit.util.io.file.FilenameResolutionException
 
FilenameResolutionException(String, Component) - Constructor for exception com.sk89q.worldedit.util.io.file.FilenameResolutionException
 
FilenameResolutionException(String, String) - Constructor for exception com.sk89q.worldedit.util.io.file.FilenameResolutionException
Deprecated.
FileSelectionAbortedException - Exception in com.sk89q.worldedit.util.io.file
 
FileSelectionAbortedException() - Constructor for exception com.sk89q.worldedit.util.io.file.FileSelectionAbortedException
 
FileSelectionAbortedException(Component) - Constructor for exception com.sk89q.worldedit.util.io.file.FileSelectionAbortedException
 
FileSelectionAbortedException(String) - Constructor for exception com.sk89q.worldedit.util.io.file.FileSelectionAbortedException
Deprecated.
filesToEntry(File, List<File>, UUID) - Static method in class com.sk89q.worldedit.command.UtilityCommands
 
FileSystemSnapshotDatabase - Class in com.sk89q.worldedit.world.snapshot.experimental.fs
Implements a snapshot database based on a filesystem.
FileSystemSnapshotDatabase(Path, ArchiveNioSupport) - Constructor for class com.sk89q.worldedit.world.snapshot.experimental.fs.FileSystemSnapshotDatabase
 
fill(byte[], ChunkHolder<?>, int, byte) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
fill(Actor, LocalSession, EditSession, Pattern, Expression, int, BlockVector3) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
FILL - Enum constant in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
 
fillDirection(BlockVector3, Pattern, double, int, BlockVector3) - Method in class com.sk89q.worldedit.EditSession
Fills an area recursively in the X/Z directions.
filled() - Method in record class com.fastasyncworldedit.core.command.tool.brush.CircleBrush
Returns the value of the filled record component.
FILLED_MAP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
fillInStackTrace() - Method in exception com.fastasyncworldedit.core.internal.exception.FaweException
Faster exception throwing/handling if you don't fill the stacktrace.
fillInStackTrace() - Method in exception com.fastasyncworldedit.core.jnbt.NBTException
Faster exception throwing if you don't fill the stacktrace.
fillr(Actor, LocalSession, EditSession, Pattern, Expression, Integer) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
fillXZ(BlockVector3, B, double, int, boolean) - Method in class com.sk89q.worldedit.EditSession
Fills an area recursively in the X/Z directions.
fillXZ(BlockVector3, Pattern, double, int, boolean) - Method in class com.sk89q.worldedit.EditSession
Fills an area recursively in the X/Z directions.
filter(float[], int, int, float) - Method in class com.sk89q.worldedit.math.convolution.HeightMapFilter
Filter with a 2D kernel for float values.
filter(int[], int, int) - Method in class com.sk89q.worldedit.math.convolution.HeightMapFilter
Filter with a 2D kernel.
filter(int[], int, int, float) - Method in class com.sk89q.worldedit.math.convolution.HeightMapFilter
Filter with a 2D kernel.
filter(Filter) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
filter(Filter) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Filter everything in the layer.
filter(Filter, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
filter(Filter, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Filter everything between y layers.
filter(Filter, int, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
filter(Filter, int, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Filter a single block.
filter(Filter, int, int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
filter(Filter, int, int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Filter a cuboid region.
filter(Filter, Region) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
filter(Filter, Region) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Filter with a region.
filter(IChunk, Filter, ChunkFilterBlock, IChunkGet, IChunkSet, boolean) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
filter(IChunk, Filter, ChunkFilterBlock, IChunkGet, IChunkSet, boolean) - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
filter(IChunk, Filter, ChunkFilterBlock, IChunkGet, IChunkSet, boolean) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
filter(IChunk, Filter, ChunkFilterBlock, IChunkGet, IChunkSet, boolean) - Method in interface com.sk89q.worldedit.regions.Region
 
filter(IChunk, Filter, ChunkFilterBlock, IChunkGet, IChunkSet, int, boolean) - Method in interface com.sk89q.worldedit.regions.Region
 
filter(IChunk, Filter, ChunkFilterBlock, IChunkGet, IChunkSet, int, int, boolean) - Method in interface com.sk89q.worldedit.regions.Region
 
filter(IChunk, Filter, ChunkFilterBlock, IChunkGet, IChunkSet, int, int, int, boolean) - Method in interface com.sk89q.worldedit.regions.Region
 
filter(IChunk, Filter, ChunkFilterBlock, IChunkGet, IChunkSet, int, int, int, int, int, int, int, boolean) - Method in interface com.sk89q.worldedit.regions.Region
 
filter(IChunk, IChunkGet, IChunkSet, Filter) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Filter with a chunk object.
filter(IChunk, IChunkGet, IChunkSet, Filter, Region, boolean) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Filter a chunk with a region / filter.
filter(RegionFunction) - Method in class com.sk89q.worldedit.session.PasteBuilder
 
filter(BlockStateHolder<T>) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
filter(BlockType) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
filter(String, List<String>) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
filter(Predicate<BlockType>) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
filter(Predicate<T>) - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled
Filter the value.
Filter - Interface in com.fastasyncworldedit.core.queue
A filter is an interface used for setting blocks.
Filter() - Constructor for class com.fastasyncworldedit.core.command.ListFilters.Filter
 
FilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
A class representing a block with a position - Used for optimized block operations to avoid lookups
FilterBlock() - Constructor for class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
FilterBlockMask - Interface in com.fastasyncworldedit.core.queue
 
filterBlocks(Filter, ChunkFilterBlock, Region, boolean) - Method in interface com.fastasyncworldedit.core.queue.IChunk
Filter through all the blocks in the chunk
filterBlocks(Filter, ChunkFilterBlock, Region, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
filterBlocks(Filter, ChunkFilterBlock, Region, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
FilteredTextureUtil - Class in com.fastasyncworldedit.core.util
 
FilteredTextureUtil(TextureUtil, Set<BlockType>) - Constructor for class com.fastasyncworldedit.core.util.FilteredTextureUtil
 
FINAL - Enum constant in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
 
finalize() - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
find(Player, World, RollbackDatabase, Arguments, UUID, Integer, Long, Integer) - Method in class com.sk89q.worldedit.command.HistorySubCommands
 
find(Class<U>) - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
find(Class<U>) - Method in class com.fastasyncworldedit.core.util.ProcessorTraverser
 
find(Object) - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
findAndGet(Class<U>) - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
findBiomeByName(Collection<BiomeType>, String, BiomeRegistry) - Static method in class com.sk89q.worldedit.world.biome.Biomes
Deprecated.
This uses the outdated name system. Find names by comparing with their ID instead.
findByAlias(String) - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
Find the clipboard format named by the given alias.
findByExtension(String) - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
Detect the format using the given extension.
findByFile(File) - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
Detect the format of given a file.
findById(String) - Method in class com.sk89q.worldedit.world.registry.BundledBlockData
Return the entry for the given block ID.
findById(String) - Method in class com.sk89q.worldedit.world.registry.BundledItemData
Return the entry for the given item ID.
findByName(String) - Method in class com.sk89q.worldedit.session.SessionManager
Find a session by its name specified by SessionKey.getName().
findByPattern(String) - Static method in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
findByValue(Class<T>, String...) - Static method in class com.sk89q.worldedit.util.Enums
Search the given enum for a value that is equal to the one of the given values, searching in an ascending manner.
findClosest(Vector3, int) - Static method in enum class com.sk89q.worldedit.util.Direction
Find the closest direction to the given direction vector.
findFreePosition() - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
findFreePosition() - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
findFreePosition() - Method in interface com.sk89q.worldedit.entity.Player
Find a position for the player to stand that is not inside a block.
findFreePosition() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
findFreePosition() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
findFreePosition(Location) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
findFreePosition(Location) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
findFreePosition(Location) - Method in interface com.sk89q.worldedit.entity.Player
Find a position for the actor to stand that is not inside a block.
findFreePosition(Location) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
findFreePosition(Location) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
findMatchingBracket(CharSequence, int) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
finish(EditSession, LocalBlockVectorSet, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterBrush
 
finish(EditSession, LocalBlockVectorSet, BlockVector3, Pattern, double) - Method in class com.fastasyncworldedit.core.command.tool.brush.ShatterBrush
 
finishChunk(IChunk) - Method in interface com.fastasyncworldedit.core.queue.Filter
Do something with the IChunk after block filtering.
finishChunk(IChunk) - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
FIRE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FIRE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FIRE_CHARGE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FIRE_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FIRE_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FIRE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FIRE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FIRE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FIRE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FIRE_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FIREBALL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
fireInvalidated() - Method in class com.sk89q.worldedit.util.lifecycle.LifecycledCallbackHandler
fireOnNewValue() - Method in class com.sk89q.worldedit.util.lifecycle.LifecycledCallbackHandler
FIREWORK_ROCKET - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
FIREWORK_ROCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FIREWORK_STAR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
first - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
FIRST - Enum constant in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
 
firstNonNull(T, T) - Static method in class com.sk89q.worldedit.util.GuavaUtil
 
FISHES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
FISHING_BOBBER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
FISHING_ROD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
fixAfterFastMode(Iterable<BlockVector2>) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
fixAfterFastMode(Iterable<BlockVector2>) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
fixAfterFastMode(Iterable<BlockVector2>) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
fixAfterFastMode(Iterable<BlockVector2>) - Method in interface com.sk89q.worldedit.world.World
Fix the given chunks after fast mode was used.
fixBlockLighting() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
fixBlockLighting() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
fixBlockLighting() - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Fix block light values in all chunks added to relighter.
fixLava(Actor, LocalSession, EditSession, double) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
fixLighting(Actor, LocalSession, Region) - Method in class com.sk89q.worldedit.command.RegionCommands
 
fixLighting(World, Region, IQueueExtent<IQueueChunk>, RelightMode) - Static method in class com.fastasyncworldedit.core.FaweAPI
Fix the lighting in a selection.
fixLighting(Iterable<BlockVector2>) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
fixLighting(Iterable<BlockVector2>) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
fixLighting(Iterable<BlockVector2>) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
fixLighting(Iterable<BlockVector2>) - Method in interface com.sk89q.worldedit.world.World
Relight the given chunks if possible.
fixLightingSafe(boolean) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
fixLightingSafe(boolean) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
fixLightingSafe(boolean) - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Safely? Fix block lighting.
fixLiquid(BlockVector3, double, BlockType) - Method in class com.sk89q.worldedit.EditSession
Fix liquids so that they turn into stationary blocks and extend outward.
fixSign(int, int) - Static method in class com.sk89q.worldedit.math.BitMath
 
fixSkyLighting() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
fixSkyLighting() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
fixSkyLighting() - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Fix sky light values in all chunks added to relighter.
fixSuggestions(String, List<Substring>) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
Fix suggestions to replace the last space-separated word in arguments.
fixUp(DataFixer.FixType<T>, T) - Method in interface com.sk89q.worldedit.world.DataFixer
 
fixUp(DataFixer.FixType<T>, T, int) - Method in interface com.sk89q.worldedit.world.DataFixer
 
fixWater(Actor, LocalSession, EditSession, double) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
flag(Character) - Static method in class com.sk89q.minecraft.util.commands.SuggestionContext
 
flags - Variable in class com.sk89q.worldedit.command.util.CreatureButcher
 
flags() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
Flags allow special processing for flags such as -h in the command, allowing users to easily turn on a flag.
flatMap(Function<T, Lifecycled<U>>) - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled
 
FlatRegion - Interface in com.sk89q.worldedit.regions
 
FlatRegion3DIterator - Class in com.sk89q.worldedit.regions.iterator
 
FlatRegion3DIterator(FlatRegion) - Constructor for class com.sk89q.worldedit.regions.iterator.FlatRegion3DIterator
 
FlatRegion3DIterator(FlatRegion, Iterator<BlockVector2>) - Constructor for class com.sk89q.worldedit.regions.iterator.FlatRegion3DIterator
 
FlatRegionFunction - Interface in com.sk89q.worldedit.function
Performs a function on the columns in a FlatRegion, or also known as vectors with only X and Z components (where Y is height).
FlatRegionIterator - Class in com.sk89q.worldedit.regions.iterator
 
FlatRegionIterator(Region) - Constructor for class com.sk89q.worldedit.regions.iterator.FlatRegionIterator
 
FlatRegionMaskingFilter - Class in com.sk89q.worldedit.function
Passes calls to FlatRegionMaskingFilter.apply(BlockVector2) to the delegate FlatRegionFunction if they match the given mask.
FlatRegionMaskingFilter(Mask2D, FlatRegionFunction) - Constructor for class com.sk89q.worldedit.function.FlatRegionMaskingFilter
Create a new masking filter.
FlatRegionOffset - Class in com.sk89q.worldedit.function.util
Offsets the position parameter by adding a given offset vector.
FlatRegionOffset(BlockVector2, FlatRegionFunction) - Constructor for class com.sk89q.worldedit.function.util.FlatRegionOffset
Create a new instance.
FlatRegionVisitor - Class in com.sk89q.worldedit.function.visitor
Applies region functions to columns in a FlatRegion.
FlatRegionVisitor(FlatRegion, FlatRegionFunction) - Constructor for class com.sk89q.worldedit.function.visitor.FlatRegionVisitor
Create a new visitor.
FlatRegionVisitor(FlatRegion, FlatRegionFunction, Extent) - Constructor for class com.sk89q.worldedit.function.visitor.FlatRegionVisitor
Create a new visitor.
FlatScalableHeightMap - Class in com.fastasyncworldedit.core.math.heightmap
 
FlatScalableHeightMap() - Constructor for class com.fastasyncworldedit.core.math.heightmap.FlatScalableHeightMap
 
flattenBrush(Player, LocalSession, Expression, String, int, double, boolean, boolean, boolean, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.BrushCommands
 
FlattenBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
FlattenBrush(InputStream, int, double, boolean, boolean, Clipboard, ScalableHeightMap.Shape, int, int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.FlattenBrush
 
FlattenedClipboardTransform - Class in com.sk89q.worldedit.command
Helper class to 'bake' a transform into a clipboard.
FLETCHING_TABLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FLETCHING_TABLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FLINT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FLINT_AND_STEEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
flip(Actor, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.command.ClipboardCommands
 
floatAt(int, int, int, boolean) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
floatAt(int, int, int, boolean) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
floatAt(int, int, int, boolean) - Method in interface com.sk89q.worldedit.entity.Player
Make the player float in the given blocks.
floatAt(int, int, int, boolean) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
floatAt(int, int, int, boolean) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
FloatingTreeRemover - Class in com.sk89q.worldedit.command.tool
A pickaxe mode that removes floating treetops (logs and leaves not connected to anything else).
FloatingTreeRemover() - Constructor for class com.sk89q.worldedit.command.tool.FloatingTreeRemover
 
FloatTag - Class in com.sk89q.jnbt
Deprecated.
Use FloatBinaryTag.
FloatTag(float) - Constructor for class com.sk89q.jnbt.FloatTag
Deprecated.
Creates the tag with an empty name.
FloatTag(FloatBinaryTag) - Constructor for class com.sk89q.jnbt.FloatTag
Deprecated.
 
flood(IChunkGet, IChunkSet, int, Flood, FilterBlockMask) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
flood(IChunkGet, IChunkSet, int, Flood, FilterBlockMask) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
 
Flood - Class in com.fastasyncworldedit.core.queue.implementation
 
Flood(int, int, Direction[], int, int) - Constructor for class com.fastasyncworldedit.core.queue.implementation.Flood
 
floodFill(Player, LocalSession, Pattern, int) - Method in class com.sk89q.worldedit.command.ToolCommands
 
FloodFillTool - Class in com.sk89q.worldedit.command.tool
A tool that flood fills blocks.
FloodFillTool(int, Pattern) - Constructor for class com.sk89q.worldedit.command.tool.FloodFillTool
 
floor() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
floor() - Method in class com.sk89q.worldedit.math.BlockVector2
Floors the values of all components.
floor() - Method in class com.sk89q.worldedit.math.BlockVector3
Floors the values of all components.
floor() - Method in class com.sk89q.worldedit.math.Vector2
Floors the values of all components.
floor() - Method in class com.sk89q.worldedit.math.Vector3
Floors the values of all components.
floorZero(double) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
flora(Actor, EditSession, Region, double) - Method in class com.sk89q.worldedit.command.RegionCommands
 
FloraGenerator - Class in com.sk89q.worldedit.function.generator
Generates flora (which may include tall grass, flowers, etc.).
FloraGenerator(EditSession) - Constructor for class com.sk89q.worldedit.function.generator.FloraGenerator
Create a new flora generator.
FLOWER_BANNER_PATTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FLOWER_FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
FLOWER_POT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FLOWER_POT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FLOWER_POTS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FLOWERING_AZALEA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FLOWERING_AZALEA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FLOWERING_AZALEA_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FLOWERING_AZALEA_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FlowerPotCompatibilityHandler - Class in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
FlowerPotCompatibilityHandler() - Constructor for class com.sk89q.worldedit.extent.clipboard.io.legacycompat.FlowerPotCompatibilityHandler
 
FLOWERS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FLOWERS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
FLOWING_LAVA - Static variable in class com.sk89q.worldedit.world.fluid.FluidTypes
 
FLOWING_WATER - Static variable in class com.sk89q.worldedit.world.fluid.FluidTypes
 
FluidCategories - Class in com.sk89q.worldedit.world.fluid
Stores a list of categories of Block Types.
FluidCategory - Class in com.sk89q.worldedit.world.fluid
A category of fluids.
FluidCategory(String) - Constructor for class com.sk89q.worldedit.world.fluid.FluidCategory
 
FluidType - Class in com.sk89q.worldedit.world.fluid
Minecraft now has a 'fluid' system.
FluidType(String) - Constructor for class com.sk89q.worldedit.world.fluid.FluidType
 
FluidTypes - Class in com.sk89q.worldedit.world.fluid
Stores a list of common Fluid String IDs.
flush() - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
flush() - Method in class com.fastasyncworldedit.core.extent.clipboard.LazyClipboardHolder
 
flush() - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
flush() - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
flush() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
flush() - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
flush() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
flush() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
flush() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
flush() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
flush() - Method in class com.fastasyncworldedit.core.internal.io.AbstractDelegateOutputStream
 
flush() - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
 
flush() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
flush() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Flush all changes to the world.
flush() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
flush() - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
Flush output.
flush() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
flush() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Flush the clipboard if appropriate.
flush() - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
flush() - Method in class com.sk89q.worldedit.session.ClipboardHolder
 
flush() - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
flush() - Method in class com.sk89q.worldedit.world.NullWorld
 
flush() - Method in interface com.sk89q.worldedit.world.World
 
flushBlockBag(Actor, EditSession) - Method in class com.sk89q.worldedit.WorldEdit
Flush a block bag's changes to a player.
flushChanges() - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Flush any changes.
flushChanges(FaweOutputStream) - Method in interface com.fastasyncworldedit.core.history.change.StreamChange
 
flushChanges(File) - Method in interface com.fastasyncworldedit.core.history.change.StreamChange
 
flushClipboard() - Method in class com.sk89q.worldedit.LocalSession
Ensure the player's clipboard is flushed.
flushLightToGet() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
flushLightToGet(ChunkHolder) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
flushQueue() - Method in class com.sk89q.worldedit.EditSession
Finish off the queue.
flushSession() - Method in class com.sk89q.worldedit.EditSession
Deprecated.
Replace with EditSession.close() for proper cleanup behavior.
folder - Variable in class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore
 
folder - Variable in class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore
 
folderName - Variable in enum class com.sk89q.worldedit.WorldEditManifest.Kind
 
FolderSnapshot - Class in com.sk89q.worldedit.world.snapshot.experimental.fs
Snapshot based on a world folder.
FolderSnapshot(SnapshotInfo, Path, Closer) - Constructor for class com.sk89q.worldedit.world.snapshot.experimental.fs.FolderSnapshot
 
foliage - Variable in class com.fastasyncworldedit.core.util.TextureUtil.BiomeColor
 
footerWithoutDeprecation(Command) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
 
FOR - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
FOR - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
FOR() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
FOR() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
forActor(Actor) - Static method in class com.sk89q.worldedit.extension.platform.permission.ActorSelectorLimits
 
forArgString(String) - Static method in class com.sk89q.worldedit.internal.command.CommandArgParser
 
forceWNA() - Method in class com.sk89q.worldedit.EditSessionBuilder
Force WNA to be used instead of FAWE's queue system.
forEach(LocalBlockVectorSet.BlockVectorSetVisitor) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
Visit each point contained in the set
forEach(BiConsumer<? super BlockVector3, ? super V>) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
forEach(Consumer<? super V>) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
forest(Player, LocalSession, RegionFactory, Expression, double, TreeGenerator.TreeType) - Method in class com.sk89q.worldedit.command.BrushCommands
 
forest(Actor, EditSession, Region, TreeGenerator.TreeType, double) - Method in class com.sk89q.worldedit.command.RegionCommands
 
forest(CommandParameters, Player, LocalSession, TreeGenerator.TreeType) - Method in class com.sk89q.worldedit.command.ApplyBrushCommands
 
forest(CommandParameters, Player, LocalSession, TreeGenerator.TreeType) - Method in class com.sk89q.worldedit.command.PaintBrushCommands
 
FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
forestGen(Actor, LocalSession, EditSession, int, TreeGenerator.TreeType, double) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
ForestGenerator - Class in com.sk89q.worldedit.function.generator
Generates forests by searching for the ground starting from the given upper Y coordinate for every column given.
ForestGenerator(EditSession, TreeGenerator.TreeType) - Constructor for class com.sk89q.worldedit.function.generator.ForestGenerator
Create a new instance.
forFlag() - Method in class com.sk89q.minecraft.util.commands.SuggestionContext
 
ForgetfulExtentBuffer - Class in com.sk89q.worldedit.extent.buffer
Buffers changes to an Extent and allows later retrieval for actual application of the changes.
ForgetfulExtentBuffer(Extent) - Constructor for class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
Create a new extent buffer that will buffer every change.
ForgetfulExtentBuffer(Extent, Mask) - Constructor for class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
Create a new extent buffer that will buffer changes that meet the criteria of the given mask.
forHangingValue() - Method in class com.sk89q.minecraft.util.commands.SuggestionContext
 
fork() - Method in class com.fastasyncworldedit.core.extent.filter.ForkedFilter
 
fork() - Method in class com.fastasyncworldedit.core.extent.filter.MaskFilter
 
fork() - Method in interface com.fastasyncworldedit.core.queue.Filter
Fork this for use by another thread - Typically filters are simple and don't need to create another copy to be thread safe here
fork() - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
fork() - Method in class com.sk89q.worldedit.extent.MaskingExtent
 
ForkedFilter<T extends ForkedFilter<T>> - Class in com.fastasyncworldedit.core.extent.filter
 
ForkedFilter(T) - Constructor for class com.fastasyncworldedit.core.extent.filter.ForkedFilter
 
forLastValue() - Method in class com.sk89q.minecraft.util.commands.SuggestionContext
 
format - Variable in class com.sk89q.util.yaml.YAMLProcessor
 
format(Component, Locale) - Static method in class com.sk89q.worldedit.util.formatting.WorldEditText
 
format(LogRecord) - Method in class com.sk89q.worldedit.util.logging.LogFormat
 
formatForConsole() - Method in class com.sk89q.worldedit.command.SelectionCommands.BlockDistributionResult
 
formatForConsole() - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
formats(Actor) - Method in class com.sk89q.worldedit.command.SchematicCommands
 
forNewCommand(CommandUtil.NewCommandGenerator) - Static method in interface com.sk89q.worldedit.internal.command.CommandUtil.ReplacementMessageGenerator
Generate text that says "Please use [cmd] instead." and allows clicking to dump the command to the text box.
forStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
forStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
ForStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
FORWARD - Static variable in annotation interface com.sk89q.worldedit.internal.annotation.Offset
 
FORWARD_POINT_PITCH - Enum constant in enum class com.fastasyncworldedit.core.command.tool.TargetMode
 
ForwardEntryIterator(Iterator<A>, Iterator<B>) - Constructor for class com.sk89q.worldedit.util.collection.DoubleArrayList.ForwardEntryIterator
 
ForwardExtentCopy - Class in com.sk89q.worldedit.function.operation
Makes a copy of a portion of one extent to another extent or another point.
ForwardExtentCopy(Extent, Region, Extent, BlockVector3) - Constructor for class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Create a new copy using the region's lowest minimum point as the "from" position.
ForwardExtentCopy(Extent, Region, BlockVector3, Extent, BlockVector3) - Constructor for class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Create a new copy.
forwardIterator() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
forwardIterator() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
forwardIterator() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
forwardIterator() - Method in class com.sk89q.worldedit.history.changeset.ArrayListHistory
 
forwardIterator() - Method in class com.sk89q.worldedit.history.changeset.BlockOptimizedHistory
 
forwardIterator() - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Get a forward directed iterator that can be used for redo.
ForwardSeekableInputStream - Class in com.sk89q.worldedit.util.io
 
ForwardSeekableInputStream(InputStream) - Constructor for class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
FOX - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
FOX_FOOD - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
FOX_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FOXES_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FREEZE_IMMUNE_WEARABLES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
frequency() - Method in record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
Returns the value of the frequency record component.
frequency() - Method in record class com.fastasyncworldedit.core.command.tool.brush.RockBrush
Returns the value of the frequency record component.
FRIEND_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FRIENDLY - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
FROG - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
FROG_PREFER_JUMP_TO - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FROG_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FROGS_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
FROGSPAWN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FROGSPAWN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
from - Variable in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
from() - Method in record class com.fastasyncworldedit.core.function.visitor.DFSVisitor.NodePair
Returns the value of the from record component.
from(String, int) - Static method in class com.sk89q.worldedit.internal.util.Substring
Take a substring from original, and Substring.wrap(String, int, int) it into a Substring.
from(String, int, int) - Static method in class com.sk89q.worldedit.internal.util.Substring
Take a substring from original, and Substring.wrap(String, int, int) it into a Substring.
from(Supplier<T>) - Static method in class com.sk89q.worldedit.util.concurrency.LazyReference
 
fromAdventure(BinaryTag) - Static method in class com.sk89q.jnbt.AdventureNBTConverter
Deprecated.
 
fromArguments(BrushTool, Player, LocalSession, Scroll.Action, List<String>, boolean) - Static method in class com.fastasyncworldedit.core.command.tool.scroll.Scroll
 
fromArguments(BrushTool, Player, LocalSession, String, boolean) - Static method in class com.fastasyncworldedit.core.command.tool.scroll.Scroll
 
fromBlocks(Set<BlockType>) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
 
fromCenter(BlockVector3, int) - Static method in class com.sk89q.worldedit.regions.CuboidRegion
Make a cuboid from the center.
fromClipboard(Clipboard) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
 
fromClipboard(Clipboard, int, int) - Static method in class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap
 
fromComponents(String, String, Collection<Component>) - Static method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
fromHanging(int) - Static method in class com.sk89q.worldedit.internal.helper.MCDirections
 
fromHorizontalHanging(int) - Static method in class com.sk89q.worldedit.internal.helper.MCDirections
 
fromLegacyHanging(byte) - Static method in class com.sk89q.worldedit.internal.helper.MCDirections
 
fromLongPackedForm(long) - Static method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
fromLongPackedForm(long) - Static method in class com.sk89q.worldedit.math.BlockVector3
 
fromMask(Mask) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
 
fromPNG(InputStream) - Static method in class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap
 
fromPre13Hanging(int) - Static method in class com.sk89q.worldedit.internal.helper.MCDirections
 
fromRaw(int[]) - Method in class com.fastasyncworldedit.core.math.BitArray
 
fromRaw(int[]) - Method in class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
fromRotation(int) - Static method in class com.sk89q.worldedit.internal.helper.MCDirections
 
fromRotationIndex(int) - Static method in enum class com.sk89q.worldedit.util.Direction
Converts a rotation index into a Direction.
fromShape(ScalableHeightMap.Shape) - Static method in class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap
 
fromString(String) - Static method in class com.sk89q.worldedit.command.util.EntityRemover
 
fromStrings(String, String, Collection<String>) - Static method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
fromStrings(String, String, Collection<T>, Function<T, Component>) - Static method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
FROSTED_ICE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FROZEN_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
FROZEN_RIVER - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
FULL - Static variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
fullySupports3DBiomes() - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
fullySupports3DBiomes() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
fullySupports3DBiomes() - Method in class com.sk89q.worldedit.EditSession
 
fullySupports3DBiomes() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
fullySupports3DBiomes() - Method in class com.sk89q.worldedit.extent.NullExtent
 
fullySupports3DBiomes() - Method in interface com.sk89q.worldedit.extent.OutputExtent
Check if this extent fully supports 3D biomes.
fullySupports3DBiomes() - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
fullySupports3DBiomes() - Method in class com.sk89q.worldedit.world.NullWorld
 
functionCall() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
functionCall() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallExprContext
 
FunctionCallContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
FunctionCallExprContext(ExpressionParser.UnprioritizedExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallExprContext
 
functions() - Method in record class com.fastasyncworldedit.core.function.visitor.IntersectRegionFunction
Returns the value of the functions record component.
Functions - Class in com.sk89q.worldedit.internal.expression
Contains all functions that can be used in expressions.
FURNACE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
FURNACE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FURNACE_MATERIALS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
Deprecated.
FURNACE_MINECART - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
FURNACE_MINECART - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
FutureForwardingTask<V> - Class in com.sk89q.worldedit.util.task
A task that wraps a ListenableFuture.
FutureProgressListener - Class in com.sk89q.worldedit.command.util
 
FutureProgressListener(Actor, Component) - Constructor for class com.sk89q.worldedit.command.util.FutureProgressListener
 
FutureProgressListener(Actor, Component, Component) - Constructor for class com.sk89q.worldedit.command.util.FutureProgressListener
 
FutureProgressListener(Actor, String) - Constructor for class com.sk89q.worldedit.command.util.FutureProgressListener
Deprecated.
FUZZY - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
FuzzyBlockState - Class in com.sk89q.worldedit.world.block
A Fuzzy BlockState.
FuzzyBlockState(BlockState) - Constructor for class com.sk89q.worldedit.world.block.FuzzyBlockState
 
FuzzyBlockState(BlockState, Map<Property<?>, Object>) - Constructor for class com.sk89q.worldedit.world.block.FuzzyBlockState
 
FuzzyBlockState.Builder - Class in com.sk89q.worldedit.world.block
Builder for FuzzyBlockState
FuzzyRegion - Class in com.fastasyncworldedit.core.regions
 
FuzzyRegion(World, Extent, Mask) - Constructor for class com.fastasyncworldedit.core.regions.FuzzyRegion
 
FuzzyRegionSelector - Class in com.fastasyncworldedit.core.regions.selector
 
FuzzyRegionSelector(Actor, World, Mask) - Constructor for class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 

G

GAME_HOOKS - Enum constant in enum class com.sk89q.worldedit.extension.platform.Capability
The capability of registering game hooks to catch events such as a player clicking a block.
GameMode - Class in com.sk89q.worldedit.world.gamemode
 
GameMode(String) - Constructor for class com.sk89q.worldedit.world.gamemode.GameMode
 
GameModes - Class in com.sk89q.worldedit.world.gamemode
 
GardenPatchGenerator - Class in com.sk89q.worldedit.function.generator
Generates patches of fruit (i.e.
GardenPatchGenerator(EditSession) - Constructor for class com.sk89q.worldedit.function.generator.GardenPatchGenerator
Create a new instance.
GaussianKernel - Class in com.sk89q.worldedit.math.convolution
A Gaussian Kernel generator (2D bellcurve).
GaussianKernel(int, double) - Constructor for class com.sk89q.worldedit.math.convolution.GaussianKernel
Constructor of the kernel.
gcd(int[]) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
gcd(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
GenBase - Class in com.fastasyncworldedit.core.function.generator
 
GenBase(int) - Constructor for class com.fastasyncworldedit.core.function.generator.GenBase
 
GeneralCommands - Class in com.sk89q.worldedit.command
General WorldEdit commands.
GeneralCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.GeneralCommands
Create a new instance.
generate(EditSession, Pattern, boolean) - Method in class com.sk89q.worldedit.regions.shape.ArbitraryShape
Generates the shape.
generate(EditSession, BlockVector3) - Method in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
generate(EditSession, BiomeType, boolean) - Method in class com.sk89q.worldedit.regions.shape.ArbitraryBiomeShape
Generates the shape.
generate(Actor, LocalSession, EditSession, Region, Pattern, List<String>, boolean, boolean, boolean, boolean) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
generate(BlockVector2, Extent) - Method in class com.fastasyncworldedit.core.function.generator.GenBase
 
generate(Region, GenBase) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
generate(Region, GenBase) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
generate(Region, GenBase) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
generate(Region, GenBase) - Method in class com.sk89q.worldedit.EditSession
 
generate(Region, GenBase) - Method in interface com.sk89q.worldedit.extent.Extent
 
generateBiome(Actor, LocalSession, EditSession, Region, BiomeType, List<String>, boolean, boolean, boolean, boolean) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
generateCaveNode(long, BlockVector2, Extent, double, double, double, double, double, double, int, int, double) - Method in class com.fastasyncworldedit.core.function.generator.CavesGen
 
generateChunk(int, int, BlockVector2, Extent) - Method in class com.fastasyncworldedit.core.function.generator.CavesGen
 
generateChunk(int, int, BlockVector2, Extent) - Method in class com.fastasyncworldedit.core.function.generator.GenBase
 
generateCondition(Method) - Method in class com.sk89q.worldedit.command.util.CommandPermissionsConditionGenerator
 
generateHeightData(EditSession, Mask, BlockVector3, int, int, double, boolean, boolean, boolean) - Method in interface com.fastasyncworldedit.core.math.heightmap.HeightMap
 
generateLargeCaveNode(long, BlockVector2, Extent, double, double, double) - Method in class com.fastasyncworldedit.core.function.generator.CavesGen
 
generateTree(TreeGenerator.TreeType, EditSession, BlockVector3) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
generateTree(TreeGenerator.TreeType, EditSession, BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
generateTree(TreeGenerator.TreeType, EditSession, BlockVector3) - Method in class com.sk89q.worldedit.world.NullWorld
 
generateTree(TreeGenerator.TreeType, EditSession, BlockVector3) - Method in interface com.sk89q.worldedit.world.World
Generate a tree at the given position.
GenerationCommands - Class in com.sk89q.worldedit.command
Commands for the generation of shapes and other objects.
GenerationCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.GenerationCommands
Create a new instance.
generator() - Method in record class com.fastasyncworldedit.core.math.random.NoiseRandom
Returns the value of the generator record component.
Generator(Collection<? extends Command>) - Constructor for class com.sk89q.worldedit.command.util.SubCommandPermissionCondition.Generator
 
GEODE_INVALID_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
get() - Static method in class com.fastasyncworldedit.core.Fawe
Deprecated, for removal: This API element is subject to removal in a future version.
get() - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
Deprecated.
get() - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
get() - Method in class com.fastasyncworldedit.core.util.MultiFuture
 
get() - Method in class com.fastasyncworldedit.core.util.task.RunnableVal
 
get() - Method in interface com.fastasyncworldedit.core.util.task.ThrowableSupplier
 
get() - Method in interface com.sk89q.worldedit.command.argument.Arguments
 
get() - Method in class com.sk89q.worldedit.util.task.FutureForwardingTask
 
get(double, double, double) - Static method in class com.fastasyncworldedit.core.math.MutableVector3
 
get(int) - Method in class com.fastasyncworldedit.core.math.BitArray
 
get(int) - Method in class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
get(int) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
get(int) - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
get(int) - Method in class com.sk89q.worldedit.util.report.ReportList
 
get(int) - Static method in class com.sk89q.worldedit.world.biome.BiomeTypes
 
get(int) - Static method in class com.sk89q.worldedit.world.block.BlockTypes
Deprecated.
get(int) - Method in class com.sk89q.worldedit.world.chunk.PackedIntArrayReader
 
get(int) - Static method in class com.sk89q.worldedit.world.item.ItemTypes
Deprecated.
get(int, int) - Static method in class com.fastasyncworldedit.core.math.MutableBlockVector2
 
get(int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkCache
 
get(int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
get(int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkCache
Get or create the IGetBlocks.
get(int, int) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
get(int, int) - Method in class com.sk89q.worldedit.world.NullWorld
 
get(int, int) - Method in interface com.sk89q.worldedit.world.World
 
get(int, int, int) - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
get(int, int, int) - Static method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
get(int, int, int) - Static method in class com.fastasyncworldedit.core.math.MutableVector3
 
get(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
get(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
get(long[], int) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
get(long[], int) - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
get(long, TimeUnit) - Method in class com.fastasyncworldedit.core.util.MultiFuture
 
get(long, TimeUnit) - Method in class com.sk89q.worldedit.util.task.FutureForwardingTask
 
get(CharBlocks, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks.Section
 
get(ChunkHolder<C>) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
get(MemBlockSet.IRow[], int, int, int) - Method in interface com.fastasyncworldedit.core.util.collection.MemBlockSet.IRow
 
get(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowX
 
get(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowY
 
get(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
get(BlockVector3) - Method in class com.sk89q.worldedit.util.collection.LocatedBlockList
 
get(SessionOwner) - Method in class com.sk89q.worldedit.session.SessionManager
Get the session for an owner and create one if one doesn't exist.
get(BlockStateHolder<B>) - Method in class com.fastasyncworldedit.core.registry.state.PropertyGroup
 
get(BlockState, ITileInput, int, int, int) - Method in enum class com.fastasyncworldedit.core.world.block.CompoundInput
 
get(BlockType, String) - Static method in class com.sk89q.worldedit.world.block.BlockState
Returns a temporary BlockState for a given type and string.
get(BlockType, String, BlockState) - Static method in class com.sk89q.worldedit.world.block.BlockState
Returns a temporary BlockState for a given type and string.
get(DataInputStream) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
get(CharSequence) - Static method in enum class com.sk89q.worldedit.util.Direction
 
get(CharSequence) - Static method in class com.sk89q.worldedit.world.block.BlockTypes
 
get(Class<T>) - Method in class com.sk89q.minecraft.util.commands.CommandLocals
 
get(Object) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
get(Object) - Method in class com.sk89q.minecraft.util.commands.CommandLocals
 
get(Object) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
get(InvocationTargetException) - Static method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
 
get(String) - Method in class com.fastasyncworldedit.core.configuration.Config.ConfigBlock
 
get(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested Object by path.
get(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
get(String) - Method in class com.sk89q.worldedit.registry.NamespacedRegistry
 
get(String) - Method in class com.sk89q.worldedit.registry.Registry
 
get(String) - Static method in class com.sk89q.worldedit.world.biome.BiomeTypes
Gets the BiomeType associated with the given id.
get(String) - Static method in class com.sk89q.worldedit.world.block.BlockCategories
Gets the BlockCategory associated with the given id.
get(String) - Static method in class com.sk89q.worldedit.world.block.BlockState
Returns a temporary BlockState for a given type and string.
get(String) - Static method in class com.sk89q.worldedit.world.block.BlockTypes
Gets the BlockType associated with the given id.
get(String) - Static method in class com.sk89q.worldedit.world.entity.EntityTypes
Gets the EntityType associated with the given id.
get(String) - Static method in class com.sk89q.worldedit.world.fluid.FluidCategories
 
get(String) - Static method in class com.sk89q.worldedit.world.fluid.FluidTypes
 
get(String) - Static method in class com.sk89q.worldedit.world.gamemode.GameModes
 
get(String) - Static method in class com.sk89q.worldedit.world.item.ItemCategories
Gets the ItemCategory associated with the given id.
get(String) - Static method in class com.sk89q.worldedit.world.item.ItemTypes
Gets the ItemType associated with the given id.
get(String) - Static method in class com.sk89q.worldedit.world.weather.WeatherTypes
 
get(String, Object) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested Object by a path, returning a default value if not found.
get(String, Object) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
get(Throwable) - Static method in exception com.fastasyncworldedit.core.internal.exception.FaweException
 
get(URL) - Static method in class com.sk89q.worldedit.util.net.HttpRequest
Perform a GET request.
get0() - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
get1stDerivative(double) - Method in interface com.sk89q.worldedit.math.interpolation.Interpolation
Gets the result of f'(position).
get1stDerivative(double) - Method in class com.sk89q.worldedit.math.interpolation.KochanekBartelsInterpolation
 
get1stDerivative(double) - Method in class com.sk89q.worldedit.math.interpolation.LinearInterpolation
 
get1stDerivative(double) - Method in class com.sk89q.worldedit.math.interpolation.ReparametrisingInterpolation
 
getActor() - Method in class com.fastasyncworldedit.core.event.extent.ActorSaveClipboardEvent
 
getActor() - Method in class com.fastasyncworldedit.core.event.extent.PasteEvent
 
getActor() - Method in class com.sk89q.worldedit.EditSession
Get the Actor or null.
getActor() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the actor associated with the edit if present or null
getActor() - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Get the actor for this event.
getActor() - Method in class com.sk89q.worldedit.event.platform.CommandEvent
Get the actor that issued the command.
getActor() - Method in class com.sk89q.worldedit.event.platform.CommandSuggestionEvent
Get the actor that issued the command.
getActor() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get the Actor set on this context.
getActor() - Method in class com.sk89q.worldedit.session.request.Request
 
getAdventureType(Class<? extends Tag>) - Static method in class com.sk89q.jnbt.AdventureNBTConverter
Deprecated.
 
getAffected() - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
getAffected() - Method in class com.sk89q.worldedit.function.block.Naturalizer
Get the number of affected objects.
getAffected() - Method in class com.sk89q.worldedit.function.block.SnowSimulator
 
getAffected() - Method in class com.sk89q.worldedit.function.generator.GardenPatchGenerator
Get the number of affected blocks.
getAffected() - Method in class com.sk89q.worldedit.function.GroundFunction
Get the number of affected objects.
getAffected() - Method in class com.sk89q.worldedit.function.operation.BackwardsExtentBlockCopy
 
getAffected() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Get the number of affected objects.
getAffected() - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Get the number of affected objects.
getAffected() - Method in class com.sk89q.worldedit.function.visitor.EntityVisitor
Get the number of affected objects.
getAffected() - Method in class com.sk89q.worldedit.function.visitor.FlatRegionVisitor
Get the number of affected objects.
getAffected() - Method in class com.sk89q.worldedit.function.visitor.RegionVisitor
Deprecated.
Get the number of affected objects.
getAlias(Class<? extends ConfigurationSerializable>) - Static method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
Gets the correct alias for the given ConfigurationSerializable class.
getAliases() - Method in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
 
getAliases() - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
Get a set of aliases.
getAliases() - Static method in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
getAll() - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
 
getAll() - Method in class com.sk89q.worldedit.registry.Category
 
getAll() - Static method in class com.sk89q.worldedit.session.request.Request
 
getAll(Category<T>) - Method in interface com.sk89q.worldedit.world.registry.CategoryRegistry
 
getAllowedRegions() - Method in class com.sk89q.worldedit.EditSession
 
getAllowedRegions() - Method in class com.sk89q.worldedit.EditSessionBuilder
get the allowed regions associated with the edit's restricttions
getAllowedRegions() - Method in interface com.sk89q.worldedit.entity.Player
Get the player's current allowed WorldEdit regions.
getAllowedRegions() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getAllowedRegions(FaweMaskManager.MaskType) - Method in interface com.sk89q.worldedit.entity.Player
Get the player's current allowed WorldEdit regions.
getAllowedRegions(FaweMaskManager.MaskType) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getAllProperties() - Static method in class com.sk89q.worldedit.world.block.BlockTypesCache
Get a list of all block properties available.
getAllProperties() - Method in interface com.sk89q.worldedit.world.registry.BlockRegistry
Get an unmodifiable map of all block properties
getAllProperties() - Method in class com.sk89q.worldedit.world.registry.BundledBlockRegistry
 
getAllStates() - Method in class com.sk89q.worldedit.world.block.BlockType
Gets a list of all possible states for this BlockType.
getAmount() - Method in class com.sk89q.worldedit.blocks.BaseItemStack
Get the number of items in the stack.
getAmount() - Method in class com.sk89q.worldedit.util.Countable
 
getAndSet(long[], int) - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
getAndSetMeta(String, T) - Method in interface com.fastasyncworldedit.core.entity.MapMetadatable
getAndSetMeta(String, T) - Method in interface com.fastasyncworldedit.core.entity.Metadatable
 
getAnyTargetBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
Returns any block at the sight.
getAnyTargetBlockFace() - Method in class com.sk89q.worldedit.util.TargetBlock
 
getAppropriateVectorSet(Region) - Static method in interface com.fastasyncworldedit.core.util.collection.BlockVector3Set
 
getArea() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getArea() - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
getArea() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getArea() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getArea() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getArea() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
getArea() - Method in interface com.sk89q.worldedit.regions.Region
Deprecated.
use Region.getVolume() to prevent overflows
getArea() - Method in interface com.sk89q.worldedit.regions.RegionSelector
getArgumentHandleName(String, MethodType, int, ParserRuleContext) - Static method in class com.sk89q.worldedit.internal.expression.ExpressionHelper
If this argument needs a handle, returns the name of the handle needed.
getArguments() - Method in class com.sk89q.worldedit.event.platform.CommandEvent
Get the arguments.
getArguments() - Method in class com.sk89q.worldedit.event.platform.CommandSuggestionEvent
Get the arguments.
getArguments(Command) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
 
getArguments(InjectedValueAccess) - Static method in class com.fastasyncworldedit.core.command.MethodCommands
 
getAsString() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
 
getATN() - Method in class com.sk89q.worldedit.antlr.ExpressionLexer
 
getATN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
getBaseInterpolation() - Method in class com.sk89q.worldedit.math.interpolation.ReparametrisingInterpolation
 
getBasePlayer() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getBatchProcessors() - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
getBDFile() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getBDFiles(Location, UUID, int, long, boolean) - Static method in class com.fastasyncworldedit.core.FaweAPI
Used in the rollback to generate a list of DiskStorageHistory objects.
getBias() - Method in class com.sk89q.worldedit.math.interpolation.Node
 
getBioFile() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getBiome() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getBiome() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
getBiome() - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
getBiome() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBiome() - Method in class com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock
 
getBiome() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBiome(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getBiome(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getBiome(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
getBiome(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getBiome(int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getBiome(int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the TextureUtil.BiomeColor entry from a biome's ID
getBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.regions.shape.ArbitraryBiomeShape
Override this function to specify the shape to generate.
getBiome(ChunkHolder, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
getBiome(Extent) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBiome(Extent) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getBiome(Extent) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getBiome(BlockVector2) - Method in interface com.sk89q.worldedit.extent.InputExtent
Deprecated.
Biomes in Minecraft are 3D now, use InputExtent.getBiome(BlockVector3)
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.TemporalExtent
 
getBiome(BlockVector3) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
getBiome(BlockVector3) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getBiome(BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.EditSession
 
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getBiome(BlockVector3) - Method in interface com.sk89q.worldedit.extent.InputExtent
Get the biome at the given location.
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.extent.NullExtent
 
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk13
 
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk15
 
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk17
 
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk18
 
getBiome(BlockVector3) - Method in interface com.sk89q.worldedit.world.chunk.Chunk
Get a biome.
getBiome(BlockVector3) - Method in class com.sk89q.worldedit.world.NullWorld
 
getBiome(BlockVector3) - Method in interface com.sk89q.worldedit.world.World
 
getBiomeIndex(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getBiomeIndex(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getBiomeIndex(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getBiomeIS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getBiomeIS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getBiomeIS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getBiomeIterator(boolean) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getBiomeMix(int[], int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getBiomeMix(int[], int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
getBiomeOS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getBiomeOS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getBiomeOS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getBiomeRegistry() - Method in class com.sk89q.worldedit.world.registry.BundledRegistries
 
getBiomeRegistry() - Method in interface com.sk89q.worldedit.world.registry.Registries
Get the biome registry.
getBiomes() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
This will return only biomes SET to the EXTENT or QUEUE.
getBiomes() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getBiomes() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getBiomes() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getBiomes() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getBiomes() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getBiomes() - Method in class com.sk89q.worldedit.function.mask.BiomeMask
Get the list of biomes that are tested with.
getBiomes() - Method in class com.sk89q.worldedit.function.mask.BiomeMask2D
Deprecated.
Get the list of biomes that are tested with.
getBiomeType() - Method in class com.sk89q.worldedit.world.RegenOptions
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
getBiomeType(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
getBiomeType(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
getBiomeType(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getBiomeType(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getBiomeType(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getBiomeType(int, int, int) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getBiomeType(int, int, int) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getBiomeType(int, int, int) - Method in class com.sk89q.worldedit.world.NullWorld
 
getBitMask() - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
getBitMask() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
getBitMask() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getBitMask() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getBitMask() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getBitMask() - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
Deprecated.
getBitOffset() - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
Deprecated.
getBits() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowY
 
getBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
getBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
getBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlock() - Method in class com.sk89q.worldedit.function.pattern.BlockPattern
Deprecated.
Get the block.
getBlock() - Method in class com.sk89q.worldedit.util.LocatedBlock
 
getBlock(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getBlock(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getBlock(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
getBlock(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.TemporalExtent
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
getBlock(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
getBlock(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
getBlock(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getBlock(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getBlock(int, int, int) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getBlock(int, int, int) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getBlock(int, int, int) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
getBlock(int, int, int) - Method in class com.sk89q.worldedit.world.NullWorld
 
getBlock(ChunkHolder, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
getBlock(Extent) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlock(Extent) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getBlock(Extent) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.TemporalExtent
 
getBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.AbstractBufferingExtent
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.cache.LastAccessExtentCache
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getBlock(BlockVector3) - Method in interface com.sk89q.worldedit.extent.InputExtent
Get a snapshot of the block at the given location.
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.NullExtent
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk13
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk17
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk18
 
getBlock(BlockVector3) - Method in interface com.sk89q.worldedit.world.chunk.Chunk
Get a block.
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.chunk.OldChunk
 
getBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.NullWorld
 
getBlock(String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Get a block.
getBlock(String, boolean) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Get an item from an item name or an item ID number.
getBlockAbove() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBlockAbove() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlockBag() - Method in class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
Get the block bag.
getBlockBag() - Method in class com.sk89q.worldedit.EditSession
Get the BlockBag is used.
getBlockBag() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the BlockBag associated with the edit if present or null
getBlockBag() - Method in class com.sk89q.worldedit.extent.inventory.BlockBagExtent
Get the block bag.
getBlockBag(Player) - Method in class com.sk89q.worldedit.LocalSession
Get a block bag for a player.
getBlockBelow() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBlockBelow() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlockCategoryRegistry() - Method in class com.sk89q.worldedit.world.registry.BundledRegistries
 
getBlockCategoryRegistry() - Method in interface com.sk89q.worldedit.world.registry.Registries
Get the block category registry.
getBlockCategorySuggestions(String, boolean) - Static method in class com.sk89q.worldedit.command.util.SuggestionHelper
 
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
Deprecated.
getBlockChangeLimit() - Method in class com.sk89q.worldedit.LocalSession
Get the maximum number of blocks that can be changed in an edit session.
getBlockData(double, double, double) - Method in interface com.sk89q.worldedit.internal.expression.ExpressionEnvironment
 
getBlockData(double, double, double) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
getBlockDataAbs(double, double, double) - Method in interface com.sk89q.worldedit.internal.expression.ExpressionEnvironment
 
getBlockDataAbs(double, double, double) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
getBlockDataRel(double, double, double) - Method in interface com.sk89q.worldedit.internal.expression.ExpressionEnvironment
 
getBlockDataRel(double, double, double) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
getBlockDistribution(Region) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getBlockDistribution(Region) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getBlockDistribution(Region) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getBlockDistribution(Region) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
getBlockDistribution(Region) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getBlockDistribution(Region) - Method in interface com.sk89q.worldedit.extent.Extent
Get the block distribution inside a region.
getBlockDistribution(Region, boolean) - Method in class com.sk89q.worldedit.EditSession
Get the block distribution inside a region.
getBlockDistributionWithData() - Method in interface com.fastasyncworldedit.core.history.changeset.ChangeSetSummary
 
getBlockDistributionWithData(Region) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getBlockDistributionWithData(Region) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getBlockDistributionWithData(Region) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getBlockDistributionWithData(Region) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
getBlockDistributionWithData(Region) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getBlockDistributionWithData(Region) - Method in interface com.sk89q.worldedit.extent.Extent
Get the block distribution (with data values) inside a region.
getBlockDrops(BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getBlockDrops(BlockVector3) - Method in interface com.sk89q.worldedit.world.World
Return items that may drop by destroying this block.
getBlockEast() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBlockEast() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlockFactory() - Method in class com.sk89q.worldedit.WorldEdit
Get the block factory from which new BlockStateHolders can be constructed.
getBlockFromLegacy(int) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getBlockFromLegacy(int, int) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getBlockFromLegacy(String) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getBlockFromLegacyCombinedId(int) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getBlockIn() - Method in interface com.sk89q.worldedit.entity.Player
Deprecated.
Use Locatable#getBlockLocation
getBlockInHand(HandSide) - Method in interface com.sk89q.worldedit.entity.Player
Get the Block that the player is holding.
getBlockInHand(HandSide) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getBlockInHand(HandSide) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getBlockIS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getBlockIS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getBlockIS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getBlockIterator(boolean) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getBlockLightLevel(BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getBlockLightLevel(BlockVector3) - Method in class com.sk89q.worldedit.world.NullWorld
 
getBlockLightLevel(BlockVector3) - Method in interface com.sk89q.worldedit.world.World
Get the light level at the given block.
getBlockLimit() - Method in exception com.sk89q.worldedit.MaxChangedBlocksException
Get the limit.
getBlockLocation() - Method in interface com.sk89q.worldedit.extension.platform.Locatable
Get the location of this actor in block coordinates.
getBlockNorth() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBlockNorth() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlockOffsetX() - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
getBlockOffsetZ() - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
getBlockOn() - Method in interface com.sk89q.worldedit.entity.Player
Get the point of the block that is being stood upon.
getBlockOn() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getBlockOS(int, int, int) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getBlockOS(int, int, int) - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getBlockOS(int, int, int) - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getBlockPattern(String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Get a list of blocks as a set.
getBlockPropertySuggestions(String, String) - Static method in class com.sk89q.worldedit.command.util.SuggestionHelper
 
getBlockRegistry() - Method in class com.sk89q.worldedit.world.registry.BundledRegistries
 
getBlockRegistry() - Method in interface com.sk89q.worldedit.world.registry.Registries
Get the block registry.
getBlockRelativeY(int) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBlockRelativeY(int) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlocks() - Method in interface com.fastasyncworldedit.core.history.changeset.ChangeSetSummary
 
getBlocks() - Method in class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
getBlocks() - Method in class com.sk89q.worldedit.function.mask.BlockMask
Get the list of blocks that are tested with.
getBlocks() - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
Get the list of blocks that are tested with.
getBlocks(String, boolean) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Get a list of blocks as a set.
getBlocksApplied() - Method in class com.fastasyncworldedit.core.extent.filter.MaskFilter
Get the number of blocks which passed the Mask test and were applied to
getBlockSouth() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBlockSouth() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlockState() - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockStateMask
 
getBlockState() - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockStateMask
 
getBlockState(NC, NP) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
getBlockStateById(int) - Static method in class com.sk89q.worldedit.internal.block.BlockStateIdAccess
 
getBlockStateId(BlockState) - Static method in class com.sk89q.worldedit.internal.block.BlockStateIdAccess
 
getBlockTrace(int) - Method in interface com.sk89q.worldedit.entity.Player
Get the point of the block being looked at.
getBlockTrace(int) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getBlockTrace(int, boolean) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
getBlockTrace(int, boolean) - Method in interface com.sk89q.worldedit.entity.Player
Get the point of the block being looked at.
getBlockTrace(int, boolean) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getBlockTrace(int, boolean, Mask) - Method in interface com.sk89q.worldedit.entity.Player
Get the point of the block being looked at.
getBlockTrace(int, boolean, Mask) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getBlockTraceFace(int, boolean) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
getBlockTraceFace(int, boolean) - Method in interface com.sk89q.worldedit.entity.Player
Get the face that the player is looking at.
getBlockTraceFace(int, boolean) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getBlockTraceFace(int, boolean, Mask) - Method in interface com.sk89q.worldedit.entity.Player
Get the face that the player is looking at.
getBlockTraceFace(int, boolean, Mask) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getBlockType() - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockTypeMask
 
getBlockType() - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockTypeMask
 
getBlockType() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getBlockType() - Method in class com.sk89q.worldedit.world.block.BlockState
 
getBlockType() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Get the block type.
getBlockType() - Method in class com.sk89q.worldedit.world.item.ItemType
Gets the block representation of this item type, if it exists.
getBlockType(double, double, double) - Method in interface com.sk89q.worldedit.internal.expression.ExpressionEnvironment
 
getBlockType(double, double, double) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
getBlockType(int, int, int) - Method in class com.sk89q.worldedit.EditSession
 
getBlockTypeAbs(double, double, double) - Method in interface com.sk89q.worldedit.internal.expression.ExpressionEnvironment
 
getBlockTypeAbs(double, double, double) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
getBlockTypeRel(double, double, double) - Method in interface com.sk89q.worldedit.internal.expression.ExpressionEnvironment
 
getBlockTypeRel(double, double, double) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
getBlockVector2(String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.PrimitiveBindings
Gets a type from a Binding.
getBlockVector2List(String, List<BlockVector2>) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a list of 2D vectors.
getBlockVector3(String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.PrimitiveBindings
Gets a type from a Binding.
getBlockWest() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getBlockWest() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getBlockX() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getBlockX() - Method in class com.sk89q.worldedit.math.BlockVector2
Get the X coordinate.
getBlockX() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the X coordinate.
getBlockX() - Method in class com.sk89q.worldedit.math.Vector3
Gets the x coordinate rounded, accounting for negative coordinates
getBlockX() - Method in enum class com.sk89q.worldedit.util.Direction
 
getBlockY() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getBlockY() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the Y coordinate.
getBlockY() - Method in class com.sk89q.worldedit.math.Vector3
Gets the y coordinate rounded, accounting for negative coordinates
getBlockY() - Method in enum class com.sk89q.worldedit.util.Direction
 
getBlockZ() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getBlockZ() - Method in class com.sk89q.worldedit.math.BlockVector2
Get the Z coordinate.
getBlockZ() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the Z coordinate.
getBlockZ() - Method in class com.sk89q.worldedit.math.Vector3
Gets the z coordinate rounded, accounting for negative coordinates
getBlockZ() - Method in enum class com.sk89q.worldedit.util.Direction
 
getBool(String, boolean) - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
Get a boolean value.
getBoolean(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested boolean by a path.
getBoolean(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getBoolean(String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.PrimitiveBindings
Gets a type from a Binding.
getBoolean(String) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a Boolean at a location.
getBoolean(String, boolean) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested boolean by a path, returning a default value if not found.
getBoolean(String, boolean) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getBoolean(String, boolean) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a Boolean at a location.
getBooleanList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of Boolean by a path.
getBooleanList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getBooleanList(String, List<Boolean>) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a list of Booleans.
getBoundingBox() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getBoundingBox() - Method in interface com.sk89q.worldedit.regions.Region
Get the bounding box of this region as a CuboidRegion.
getBrightness(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
getBrightness(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getBrightness(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getBrightness(int, int, int) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getBrightness(MutableBlockVector3) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getBrightness(ChunkHolder, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
getBrush() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getBrush() - Method in class com.sk89q.worldedit.command.tool.BrushTool
Get the current brush.
getBrush(ItemType) - Method in class com.sk89q.worldedit.LocalSession
Get the brush tool assigned to this item.
getBrushTool(BaseItem, Player, boolean) - Method in class com.sk89q.worldedit.LocalSession
 
getBrushTool(Player) - Method in class com.sk89q.worldedit.LocalSession
 
getBrushTool(Player, boolean) - Method in class com.sk89q.worldedit.LocalSession
 
getBrushTool(ItemType) - Method in class com.sk89q.worldedit.LocalSession
Deprecated.
FAWE binds to the item, not the type - this allows brushes to persist, also deprecated in upstream
getBufferedBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.AbstractBufferingExtent
Deprecated.
New subclasses should override AbstractBufferingExtent.getBufferedFullBlock(BlockVector3) instead
getBufferedFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.AbstractBufferingExtent
Gets a block from the buffer, or null if not buffered.
getBufferedFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.buffer.ExtentBuffer
 
getBufferedFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
 
getBufferedFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.reorder.MultiStageReorder
 
getBuilder() - Method in class com.sk89q.worldedit.util.formatting.component.TextComponentProducer
 
getById(int) - Static method in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
getByInternalId(int) - Method in class com.sk89q.worldedit.registry.NamespacedRegistry
 
getByName(CharSequence) - Static method in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
getBypassAll() - Method in class com.sk89q.worldedit.EditSession
 
getBypassAll() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the base extent that blocks are set to, bypassing any restrictions, limits and history.
getBypassHistory() - Method in class com.sk89q.worldedit.EditSession
 
getBypassHistory() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the base extent that blocks are set to, bypassing any restrictions, limits and history.
getByte(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a byte named with the given index.
getByte(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a byte named with the given key.
getByteArray(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a byte array named with the given index.
getByteArray(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a byte array named with the given key.
getByteList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of Byte by a path.
getByteList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getCache - Variable in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkCache
 
getCachedGet(int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
getCachedGet(int, int) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Get the cached get object.
getCachedSet(int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
getCachedSet(int, int) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Get the cached chunk set object.
getCachedTextureUtil(boolean, int, int) - Method in class com.fastasyncworldedit.core.Fawe
 
getCachedTool(BaseItem) - Static method in class com.fastasyncworldedit.core.util.BrushCache
 
getCapabilities() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get a map of advertised capabilities of this platform, where each key in the given map is a supported capability and the respective value indicates the preference for this platform for that given capability.
getCardinalDirection() - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
getCardinalDirection() - Method in interface com.sk89q.worldedit.entity.Player
Get the player's cardinal direction (N, W, NW, etc.).
getCardinalDirection() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getCardinalDirection(int) - Method in interface com.sk89q.worldedit.entity.Player
Get the player's cardinal direction (N, W, NW, etc.) with an offset.
getCardinalDirection(int) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getCategorisedByName(String) - Method in interface com.sk89q.worldedit.world.registry.CategoryRegistry
Gets a set of values with a given category.
getCategorisedByName(String) - Method in class com.sk89q.worldedit.world.registry.NullBlockCategoryRegistry
 
getCategorisedByName(String) - Method in class com.sk89q.worldedit.world.registry.NullItemCategoryRegistry
 
getCause() - Method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
 
getCause() - Method in class com.sk89q.worldedit.event.platform.BlockInteractEvent
Get the cause of this event.
getCenter() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getCenter() - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
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
 
getCenter() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
Get the center.
getCenter() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getCenter() - Method in interface com.sk89q.worldedit.regions.Region
Get the center point of a region.
getCenter() - Method in class com.sk89q.worldedit.regions.TransformRegion
 
getCenter() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getChangeSet() - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
getChangeSet() - Method in class com.sk89q.worldedit.EditSession
Get the underlying ChangeSet.
getChangeSetFromDisk(World, UUID, int) - Static method in class com.fastasyncworldedit.core.FaweAPI
The DiskStorageHistory class is what FAWE uses to represent the undo on disk.
getChangeSetFromFile(File) - Static method in class com.fastasyncworldedit.core.FaweAPI
Get the DiskStorageHistory object representing a File.
getChangeTask() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the change set that will be used for history
getChannelNames() - Method in class com.sk89q.worldedit.antlr.ExpressionLexer
 
getCharacterList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of Character by a path.
getCharacterList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getCheckAreaSize() - Method in class com.fastasyncworldedit.core.function.generator.GenBase
 
getChild() - Method in class com.fastasyncworldedit.core.extent.filter.LinkedFilter
 
getChildTag(CompoundBinaryTag, String, BinaryTagType<T>) - Static method in class com.fastasyncworldedit.core.util.NbtUtils
Get child tag of a NBT structure.
getChildTag(Map<String, Tag>, String, Class<T>) - Static method in class com.sk89q.jnbt.NBTUtils
Deprecated.
Get child tag of a NBT structure.
getChoice() - Method in class com.sk89q.worldedit.util.WeightedChoice
Get the best choice.
getChunk() - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
getChunk(int, int) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
getChunk(CompoundTag) - Static method in class com.sk89q.worldedit.world.storage.ChunkStoreHelper
Convert a chunk NBT tag into a Chunk implementation.
getChunk(CompoundTag, Supplier<CompoundTag>) - Static method in class com.sk89q.worldedit.world.storage.ChunkStoreHelper
Convert a chunk NBT tag into a Chunk implementation.
getChunk(BlockVector2, World) - Method in class com.sk89q.worldedit.world.storage.ChunkStore
Get a chunk at a location.
getChunk(BlockVector3) - Method in interface com.sk89q.worldedit.world.snapshot.experimental.Snapshot
Get the chunk information for the given position.
getChunkBlockCoord() - Method in interface com.fastasyncworldedit.core.queue.IChunk
Return the minimum block coordinate of the chunk
getChunkCount() - Method in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.ChunkBatch
 
getChunkCubes() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getChunkCubes() - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
getChunkCubes() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getChunkCubes() - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
getChunkCubes() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getChunkCubes() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getChunkCubes() - Method in interface com.sk89q.worldedit.regions.Region
Return a list of 16*16*16 chunks in a region.
getChunkCubes() - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
getChunkCubes() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getChunkInputStream(BlockVector2) - Method in class com.sk89q.worldedit.world.storage.McRegionReader
Gets the uncompressed data input stream for a chunk.
getChunkOffsetX() - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
getChunkOffsetZ() - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
getChunkPosition() - Method in exception com.sk89q.worldedit.world.storage.MissingChunkException
Get chunk position in question.
getChunks() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getChunks() - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
getChunks() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getChunks() - Method in class com.sk89q.worldedit.regions.AbstractRegion
Get a list of chunks.
getChunks() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getChunks() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
getChunks() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getChunks() - Method in interface com.sk89q.worldedit.regions.Region
Get a list of chunks.
getChunks() - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
getChunks() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getChunksAffected() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotRestore
Get the number of chunks that are needed.
getChunksAffected() - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRestore
Get the number of chunks that are needed.
getChunkStore() - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
Get a chunk store.
getChunkTag(BlockVector2, World) - Method in class com.sk89q.worldedit.world.storage.ChunkStore
Get the tag for a chunk.
getChunkTag(BlockVector2, World) - Method in class com.sk89q.worldedit.world.storage.LegacyChunkStore
 
getChunkTag(BlockVector2, World) - Method in class com.sk89q.worldedit.world.storage.McRegionChunkStore
 
getChunkTag(BlockVector3) - Method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FolderSnapshot
 
getChunkTag(BlockVector3) - Method in interface com.sk89q.worldedit.world.snapshot.experimental.Snapshot
Get the chunk information for the given position.
getChunkX() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getChunkX() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getChunkX() - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
getChunkZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getChunkZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getChunkZ() - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
getClass(String) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
getClass(String, Class<T>) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
getClassByAlias(String) - Static method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
Attempts to get a registered ConfigurationSerializable class by its alias.
getClassFromType(int) - Static method in class com.sk89q.jnbt.NBTConstants
Deprecated.
Convert a type ID to its corresponding Tag class.
getClipboard() - Method in class com.fastasyncworldedit.core.event.extent.ActorSaveClipboardEvent
 
getClipboard() - Method in class com.fastasyncworldedit.core.event.extent.PasteEvent
 
getClipboard() - Method in class com.fastasyncworldedit.core.extent.clipboard.LazyClipboardHolder
 
getClipboard() - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
getClipboard() - Method in class com.sk89q.worldedit.LocalSession
Gets the clipboard.
getClipboard() - Method in class com.sk89q.worldedit.session.ClipboardHolder
Deprecated.
FAWE supports multiple loaded schematics ClipboardHolder.getClipboards()
getClipboardExecutor() - Method in class com.fastasyncworldedit.core.Fawe
Gets the executor used for clipboard IO if clipboard on disk is enabled or null
getClipboards() - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
getClipboards() - Method in class com.sk89q.worldedit.session.ClipboardHolder
Gets all currently held clipboards.
getClipboardVersion() - Method in exception com.fastasyncworldedit.core.internal.exception.FaweClipboardVersionMismatchException
Get the version specified in the clipboard attempting to be loaded.
getCollection() - Method in class com.fastasyncworldedit.core.extent.transform.RandomTransform
 
getCollection() - Method in class com.sk89q.worldedit.function.pattern.RandomPattern
 
getColor(BiomeType) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getColor(BiomeType) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the integer representation of a biomes's RGBA color when applied to grass.
getColor(BlockType) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getColor(BlockType) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the integer representation of a block's RGBA color.
getColor(BufferedImage) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
getCommand() - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
getCommand() - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getCommandManager() - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
Get the command manager instance.
getCommands() - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Get a list of command descriptions.
getCommandUsed(String, String) - Method in exception com.sk89q.minecraft.util.commands.CommandException
Gets the command that was called, which will include the sub-command (i.e.
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.
getComponent() - Method in exception com.fastasyncworldedit.core.internal.exception.FaweException
 
getComponent(int) - Method in class com.sk89q.worldedit.command.SelectionCommands.BlockDistributionResult
 
getComponent(int) - Method in class com.sk89q.worldedit.util.formatting.component.CommandListBox
 
getComponent(int) - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
getComponent(int) - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox.MergedPaginationBox
 
getComponent(int) - Method in class com.sk89q.worldedit.util.formatting.component.SideEffectBox
 
getComponentsSize() - Method in class com.sk89q.worldedit.command.SelectionCommands.BlockDistributionResult
 
getComponentsSize() - Method in class com.sk89q.worldedit.util.formatting.component.CommandListBox
 
getComponentsSize() - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
getComponentsSize() - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox.MergedPaginationBox
 
getComponentsSize() - Method in class com.sk89q.worldedit.util.formatting.component.SideEffectBox
 
getCompoundBinaryTagValues(CompoundBinaryTag) - Static method in class com.fastasyncworldedit.core.util.NbtUtils
Get a mutable map of the values stored inside a CompoundBinaryTag
getCompressedIS(InputStream) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getCompressedIS(InputStream, int) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getCompressedOS(OutputStream) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getCompressedOS(OutputStream, int) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getCompressedOS(OutputStream, int, int) - Static method in class com.fastasyncworldedit.core.util.MainUtil
Note: The returned stream is not thread safe.
getCompressedSize() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getCompressedSize() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getCompressedSize() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getConfiguration() - Method in class com.sk89q.worldedit.event.platform.ConfigurationLoadEvent
Get the configuration.
getConfiguration() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get the configuration from this platform.
getConfiguration() - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Get the current configuration.
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.
getConfigurationSection(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested ConfigurationSection by path.
getConfigurationSection(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getConnectedUsers() - Method in interface com.sk89q.worldedit.extension.platform.MultiUserPlatform
Get a list of connected users.
getConnection() - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
Gets the connection with the database.
getConstructor() - Method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
 
getContents() - Method in class com.sk89q.worldedit.util.formatting.component.MessageBox
Gets the message box contents producer.
getContext() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
getContinuity() - Method in class com.sk89q.worldedit.math.interpolation.Node
 
getCopy(int) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getCount() - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterBrush
 
getCount() - Static method in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
getCount() - Method in class com.sk89q.worldedit.extent.validation.BlockChangeLimiter
Get the number of blocks that have been counted so far.
getCount() - Method in class com.sk89q.worldedit.function.block.Counter
Returns the number of blocks that have been counted.
getCreationDate() - Method in class com.sk89q.worldedit.util.task.AbstractTask
 
getCreationDate() - Method in interface com.sk89q.worldedit.util.task.Task
Get the time at which the task was created.
getCUIVersion() - Method in class com.sk89q.worldedit.LocalSession
Gets the client's CUI protocol version
getCurrent() - Method in class com.sk89q.worldedit.history.change.BiomeChange
Deprecated.
Get the current biome.
getCurrent() - Method in class com.sk89q.worldedit.history.change.BiomeChange3D
Get the current biome.
getCurrent() - Method in class com.sk89q.worldedit.history.change.BlockChange
Get the current block.
getCurrentBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
Returns the current block along the line of vision.
getCurrentPage() - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
getCurrentPath() - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the path of this ConfigurationSection from its root Configuration.
getCurrentPath() - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getDarkerBlock(int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getDarkerBlock(int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the next darkest block
getDarkerBlock(BlockType) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getDarkerBlock(BlockType) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the next darkest block
getData() - Method in class com.fastasyncworldedit.core.math.BitArray
 
getData() - Method in class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
getData(BiomeType) - Method in interface com.sk89q.worldedit.world.registry.BiomeRegistry
Deprecated.
This method no longer returns any useful information. Use BiomeRegistry.getRichName(BiomeType) for the name of the biome.
getData(BiomeType) - Method in class com.sk89q.worldedit.world.registry.NullBiomeRegistry
Deprecated.
getDatabase(World) - Method in class com.fastasyncworldedit.core.database.DBHandler
 
getDataFixer() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlatform
 
getDataFixer() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get a DataFixer capable of upgrading old data.
getDataVersion() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Gets the Minecraft data version being used by the platform.
getDataVersion() - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardReader
Get the DataVersion from a file (if possible).
getDataVersion() - Method in class com.sk89q.worldedit.extent.clipboard.io.SpongeSchematicReader
Deprecated.
 
getDate() - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
Get the date associated with this snapshot.
getDateTime() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotInfo
 
getDeadline() - Method in class com.sk89q.worldedit.internal.expression.ExecutionData
 
getDebugInfo() - Method in interface com.fastasyncworldedit.core.IFawe
 
getDefault(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getDefaultDisallowedBlocks() - Method in class com.sk89q.worldedit.LocalConfiguration
 
getDefaultLocale() - Method in class com.sk89q.worldedit.util.translation.TranslationManager
 
getDefaultMaskType() - Static method in enum class com.fastasyncworldedit.core.regions.FaweMaskManager.MaskType
 
getDefaultNamespace() - Method in class com.sk89q.worldedit.registry.NamespacedRegistry
Get the default namespace for this registry.
getDefaultRegionSelector() - Method in class com.sk89q.worldedit.LocalSession
Get the default region selector.
getDefaults() - Method in interface com.fastasyncworldedit.core.configuration.Configuration
Gets the source Configuration for this configuration.
getDefaults() - Method in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
getDefaultSection() - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the equivalent ConfigurationSection from the default Configuration defined in ConfigurationSection.getRoot().
getDefaultSection() - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getDefaultSnapshot(String) - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Get the default snapshot.
getDefaultState() - Method in class com.sk89q.worldedit.world.block.BlockType
Gets the default state of this block type.
getDefaultState() - Method in class com.sk89q.worldedit.world.item.ItemType
 
getDefaultTile() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Gets the default (empty) tile entity data
getDefaultTile() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
getDefaultValue() - Method in enum class com.sk89q.worldedit.util.SideEffect
 
getDelay() - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
getDelay() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
Get the spawn delay.
getDelay(T) - Method in interface com.fastasyncworldedit.core.util.task.DelayedTask
 
getDelegate() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getDeletedChunkCount() - Method in class com.sk89q.worldedit.internal.anvil.ChunkDeleter
 
getDeletionsRequested() - Method in class com.sk89q.worldedit.internal.anvil.ChunkDeleter
 
getDensity() - Method in class com.sk89q.worldedit.function.mask.NoiseFilter
Get the probability of passing as a number between 0 and 1 (inclusive).
getDensity() - Method in class com.sk89q.worldedit.function.mask.NoiseFilter2D
Get the probability of passing as a number between 0 and 1 (inclusive).
getDepth() - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
getDescription() - Method in enum class com.sk89q.worldedit.util.SideEffect
 
getDesertPattern() - Static method in class com.sk89q.worldedit.function.generator.FloraGenerator
Get a pattern for plants to place inside a desert environment.
getDestination() - Method in class com.sk89q.worldedit.function.EditContext
 
getDestination() - Method in class com.sk89q.worldedit.function.factory.Deform
 
getDestinationURI() - Method in class com.fastasyncworldedit.core.event.extent.ActorSaveClipboardEvent
 
getDiagonalDirection(Player, String) - Method in class com.sk89q.worldedit.WorldEdit
Get the direction vector for a player's direction.
getDimensions() - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getDimensions() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getDimensions() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getDimensions() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Get the dimensions of the copy, which is at minimum (1, 1, 1).
getDimensions() - Method in interface com.sk89q.worldedit.regions.Region
 
getDirection() - Method in class com.fastasyncworldedit.core.command.tool.sweep.Spline
Get the forward direction of the structure.
This direction is used to determine the rotation of the clipboard to align to the curve.
getDirection() - Method in exception com.sk89q.worldedit.UnknownDirectionException
Get the direction string that was input.
getDirection() - Method in class com.sk89q.worldedit.util.Location
Get the direction vector.
getDirection(float, float) - Static method in class com.fastasyncworldedit.core.util.MathMan
Returns [x, y, z].
getDirection(Player, String) - Method in class com.sk89q.worldedit.WorldEdit
Get the direction vector for a player's direction.
getDirection(BlockVector3) - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterBrush
 
getDirectionEnum() - Method in class com.sk89q.worldedit.util.Location
Get the direction as a Direction.
getDirections() - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
getDirections() - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
getDirections() - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Get the list of directions will be visited.
getDirectory() - Method in interface com.fastasyncworldedit.core.IFawe
 
getDirectory() - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Get the snapshot directory.
getDisallowedRegions() - Method in interface com.sk89q.worldedit.entity.Player
Get the player's current disallowed WorldEdit regions.
getDisallowedRegions() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getDisallowedRegions(FaweMaskManager.MaskType) - Method in interface com.sk89q.worldedit.entity.Player
Get the player's current disallowed WorldEdit regions.
getDisallowedRegions(FaweMaskManager.MaskType) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getDisplayName() - Method in enum class com.sk89q.worldedit.EditSession.ReorderMode
 
getDisplayName() - Method in interface com.sk89q.worldedit.extension.platform.Actor
Gets the display name of the actor.
getDisplayName() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getDisplayName() - Method in enum class com.sk89q.worldedit.util.SideEffect
 
getDisplayName() - Method in enum class com.sk89q.worldedit.util.SideEffect.State
 
getDisplayName() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotInfo
 
getDistance() - Method in class com.fastasyncworldedit.core.command.tool.brush.ScatterBrush
 
getDistribution() - Method in class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
getDistribution() - Method in class com.sk89q.worldedit.function.block.BlockDistributionCounter
Gets the distribution list.
getDouble(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a double named with the given index.
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 interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested double by a path.
getDouble(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getDouble(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a double named with the given key.
getDouble(String) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a double at a location.
getDouble(String, double) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested double by a path, returning a default value if not found.
getDouble(String, double) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
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) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of Double by a path.
getDoubleList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getDoubleList(String, List<Double>) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a list of Doubles.
getDuplicateInteractionResult(Identifiable) - Method in class com.sk89q.worldedit.internal.event.InteractionDebouncer
 
getEdge(int) - Method in class com.fastasyncworldedit.core.regions.Triangle
 
getEdge(int) - Method in class com.sk89q.worldedit.regions.polyhedron.Triangle
Returns the triangle's edge with the given index, counter-clockwise.
getEdit(UUID, int) - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
 
getEdits(BlockVector3, boolean) - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
 
getEdits(UUID, long, BlockVector3, BlockVector3, boolean, boolean) - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
 
getEditSession() - Method in class com.sk89q.worldedit.session.request.Request
Get the EditSession.
getEditSession(World, int) - Method in class com.sk89q.worldedit.EditSessionFactory
Deprecated.
Construct an edit session with a maximum number of blocks.
getEditSession(World, int, Actor) - Method in class com.sk89q.worldedit.EditSessionFactory
Deprecated.
Construct an edit session with a maximum number of blocks.
getEditSession(World, int, BlockBag) - Method in class com.sk89q.worldedit.EditSessionFactory
Deprecated.
Construct an edit session with a maximum number of blocks and a block bag.
getEditSession(World, int, BlockBag, Actor) - Method in class com.sk89q.worldedit.EditSessionFactory
Deprecated.
Construct an edit session with a maximum number of blocks and a block bag.
getEditSessionFactory() - Method in class com.sk89q.worldedit.WorldEdit
Deprecated.
getEditSessions() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Get a list of edit sessions that have been created.
getElemReader() - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
getEmittedLight(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
getEmittedLight(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getEmittedLight(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getEmittedLight(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getEmittedLight(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getEmittedLight(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getEmittedLight(int, int, int) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getEmittedLight(ChunkHolder, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
getEmittedLight(BlockVector3) - Method in interface com.sk89q.worldedit.extent.InputExtent
Get the light level at the given location.
getEmptyNode(boolean) - Static method in class com.sk89q.util.yaml.YAMLProcessor
Get an empty ConfigurationNode for using as a default in methods that select a node from a node list.
getEncoding() - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
getEnd() - Method in class com.sk89q.worldedit.internal.util.Substring
 
getEntfFile() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getEntities() - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
getEntities() - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
getEntities() - Method in class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
getEntities() - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
getEntities() - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getEntities() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getEntities() - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
getEntities() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getEntities() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getEntities() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getEntities() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getEntities() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getEntities() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getEntities() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getEntities() - Method in class com.sk89q.worldedit.EditSession
 
getEntities() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getEntities() - Method in class com.sk89q.worldedit.extent.ChangeSetExtent
 
getEntities() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getEntities() - Method in interface com.sk89q.worldedit.extent.Extent
Get a list of all entities.
getEntities() - Method in class com.sk89q.worldedit.extent.NullExtent
 
getEntities() - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
getEntities() - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk13
 
getEntities() - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk17
 
getEntities() - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk18
 
getEntities() - Method in interface com.sk89q.worldedit.world.chunk.Chunk
Get the stored entities.
getEntities() - Method in class com.sk89q.worldedit.world.NullWorld
 
getEntities(Region) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
getEntities(Region) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
getEntities(Region) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getEntities(Region) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getEntities(Region) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getEntities(Region) - Method in class com.sk89q.worldedit.EditSession
 
getEntities(Region) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getEntities(Region) - Method in class com.sk89q.worldedit.extent.ChangeSetExtent
 
getEntities(Region) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getEntities(Region) - Method in interface com.sk89q.worldedit.extent.Extent
Get a list of all entities within the given region.
getEntities(Region) - Method in class com.sk89q.worldedit.extent.NullExtent
 
getEntities(Region) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
getEntities(Region) - Method in class com.sk89q.worldedit.world.NullWorld
 
getEntitiesTag(BlockVector2, World) - Method in class com.sk89q.worldedit.world.storage.ChunkStore
Get the tag for the entities stored in a chunk from the entities folder.
getEntitiesTag(BlockVector2, World) - Method in class com.sk89q.worldedit.world.storage.McRegionChunkStore
 
getEntity() - Method in class com.sk89q.worldedit.history.change.EntityCreate
 
getEntity() - Method in class com.sk89q.worldedit.history.change.EntityRemove
 
getEntity(UUID) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getEntity(UUID) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getEntity(UUID) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getEntity(UUID) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getEntityCreateIS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getEntityCreateIS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getEntityCreateIS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getEntityCreateOS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getEntityCreateOS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getEntityCreateOS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getEntityIterator(NBTInputStream, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getEntityLocation(Extent) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
 
getEntityPosition() - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
 
getEntityRegistry() - Method in class com.sk89q.worldedit.world.registry.BundledRegistries
 
getEntityRegistry() - Method in interface com.sk89q.worldedit.world.registry.Registries
Get the entity registry.
getEntityRemoveIS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getEntityRemoveIS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getEntityRemoveIS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getEntityRemoveOS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getEntityRemoveOS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getEntityRemoveOS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getEntityRemoves() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
getEntityRemoves() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getEntityRemoves() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getEntityRemoves() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getEntityRemoves() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getEntityRemoves() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getEnttFile() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getEnvironment() - Method in class com.sk89q.worldedit.internal.expression.Expression
 
getEnvironment() - Method in class com.sk89q.worldedit.internal.expression.Functions
 
getErrorChunks() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotRestore
Get a list of the chunks that could not have been loaded for other reasons.
getErrorChunks() - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRestore
Get a list of the chunks that could not have been loaded for other reasons.
getErrorPosition(Token) - Static method in class com.sk89q.worldedit.internal.expression.ExpressionHelper
 
getEventBus() - Method in class com.sk89q.worldedit.WorldEdit
Get the event bus for WorldEdit.
getExceptionConverter() - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
getExecutorService() - Method in class com.sk89q.worldedit.WorldEdit
Get the executor service.
getExistingClipboard() - Method in class com.sk89q.worldedit.LocalSession
 
getExpectedVersion() - Method in exception com.fastasyncworldedit.core.internal.exception.FaweClipboardVersionMismatchException
Get the version that was expected of the clipboard
getExpression() - Method in class com.sk89q.worldedit.function.factory.Deform
 
getExpression(String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.PrimitiveBindings
 
getExtent() - Method in class com.fastasyncworldedit.core.event.extent.PasteEvent
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractExtentFilterBlock
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.HistoryExtent.TrackedEntity
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.MemoryCheckingExtent
 
getExtent() - Method in class com.fastasyncworldedit.core.extent.SupplyingExtent
 
getExtent() - Method in class com.fastasyncworldedit.core.function.pattern.AbstractExtentPattern
 
getExtent() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
 
getExtent() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
Get the extent this chunk is in.
getExtent() - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
getExtent() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the ultimate resultant extent
getExtent() - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Get the Extent that can be wrapped.
getExtent() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get the Extent set on this context.
getExtent() - Method in class com.sk89q.worldedit.extension.platform.AbstractCommandBlockActor
 
getExtent() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getExtent() - Method in interface com.sk89q.worldedit.extension.platform.Locatable
Get the extent that this actor is in.
getExtent() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
Get the extent.
getExtent() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard.ClipboardEntity
 
getExtent() - Method in class com.sk89q.worldedit.function.mask.AbstractExtentMask
Get the extent.
getExtent() - Method in class com.sk89q.worldedit.function.pattern.AbstractExtentPattern
 
getExtent() - Method in interface com.sk89q.worldedit.function.pattern.ExtentPattern
Get the extent associated with this pattern.
getExtent() - Method in class com.sk89q.worldedit.history.UndoContext
Get the extent set on this context.
getExtent() - Method in class com.sk89q.worldedit.regions.shape.ArbitraryBiomeShape
 
getExtent() - Method in class com.sk89q.worldedit.regions.shape.ArbitraryShape
 
getExtent() - Method in class com.sk89q.worldedit.session.request.Request
 
getExtent() - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
getExtent() - Method in class com.sk89q.worldedit.util.Location
Get the extent.
getExtent(int, int) - Method in class com.fastasyncworldedit.core.extent.transform.Linear3DTransform
 
getExtent(int, int) - Method in class com.fastasyncworldedit.core.extent.transform.LinearTransform
 
getExtent(int, int) - Method in class com.fastasyncworldedit.core.extent.transform.RandomTransform
 
getExtent(int, int) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
getExtent(int, int, int) - Method in class com.fastasyncworldedit.core.extent.transform.Linear3DTransform
 
getExtent(int, int, int) - Method in class com.fastasyncworldedit.core.extent.transform.LinearTransform
 
getExtent(int, int, int) - Method in class com.fastasyncworldedit.core.extent.transform.RandomTransform
 
getExtent(int, int, int) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
getExtent(Actor, InjectedValueAccess) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
getExtent(BlockVector2) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
getExtent(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
getExtents() - Method in class com.fastasyncworldedit.core.extent.transform.RandomTransform
 
getFace() - Method in class com.sk89q.worldedit.event.platform.BlockInteractEvent
Get the face of the block that was interacted with.
getFaces() - Method in class com.sk89q.worldedit.regions.CuboidRegion
Get a region that contains the faces of this cuboid.
getFacet(Class<? extends T>) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent.TrackedEntity
 
getFacet(Class<? extends T>) - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
 
getFacet(Class<? extends T>) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getFacet(Class<? extends T>) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard.ClipboardEntity
 
getFacet(Class<? extends T>) - Method in interface com.sk89q.worldedit.util.Faceted
Get the facet corresponding to the given class or interface.
getFailedActions() - Method in class com.sk89q.worldedit.extent.TracingExtent
 
getField(Class<?>, Object, String) - Static method in class com.sk89q.util.ReflectionUtil
 
getField(Object, String) - Static method in class com.sk89q.util.ReflectionUtil
 
getField(Field, Object) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
getFile() - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getFile() - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
Get the file for the snapshot.
getFile(File, String) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getFile(File, String, String) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getFileExtensionArray() - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
Not public API, only used by SchematicCommands.
getFileExtensionMap() - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
A mapping from extensions to formats.
getFileExtensions() - Method in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
 
getFileExtensions() - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
Get the file extensions this format is commonly known to use.
getFilename() - Method in exception com.sk89q.worldedit.util.io.file.FilenameException
 
getFilename(BlockVector2) - Static method in class com.sk89q.worldedit.world.storage.LegacyChunkStore
Get the filename of a chunk, using the system's default path separator.
getFilename(BlockVector2) - Static method in class com.sk89q.worldedit.world.storage.McRegionChunkStore
Get the filename of a region file.
getFilename(BlockVector2, String) - Static method in class com.sk89q.worldedit.world.storage.LegacyChunkStore
Get the filename of a chunk.
getFiles(File, Actor, List<String>, String, boolean, boolean, boolean) - Static method in class com.sk89q.worldedit.command.UtilityCommands
 
getFiles(File, Actor, List<String>, String, boolean, Consumer<File>) - Static method in class com.sk89q.worldedit.command.UtilityCommands
 
getFill() - Method in class com.sk89q.worldedit.function.EditContext
 
getFilter() - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
getFlag() - Method in class com.sk89q.minecraft.util.commands.SuggestionContext
 
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
 
getFloat(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a float named with the given index.
getFloat(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a float named with the given key.
getFloatList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of Float by a path.
getFloatList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getFolder() - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getFolder() - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
getFolder() - Method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FolderSnapshot
 
getForkJoinPoolPrimary() - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Primary queue should be used for tasks that are unlikely to wait on other tasks, IO, etc.
getForkJoinPoolSecondary() - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Secondary queue should be used for "cleanup" tasks that are likely to be shorter in life than those submitted to the primary queue.
getFormatter() - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
getFormDataSeparator() - Method in class com.sk89q.worldedit.util.net.HttpRequest.Form
 
getFreeBytes() - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
getFrequency() - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
getFrequency() - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
getFrequency() - Method in class com.sk89q.worldedit.math.noise.VoronoiNoise
 
getFromInternalId(int) - Static method in class com.sk89q.worldedit.world.block.BlockState
Deprecated.
Magic Numbers
getFromOrdinal(int) - Static method in class com.sk89q.worldedit.world.block.BlockState
Deprecated.
getFromStateId(int) - Static method in class com.sk89q.worldedit.world.block.BlockTypes
Deprecated.
getFromStateOrdinal(int) - Static method in class com.sk89q.worldedit.world.block.BlockTypes
Deprecated.
getFull() - Method in class com.fastasyncworldedit.core.extension.factory.parser.FaweParser.ParseEntry
The original full input, including arguments e.g.
getFullBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getFullBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
getFullBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
getFullBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getFullBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock
 
getFullBlock() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getFullBlock(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getFullBlock(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getFullBlock(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
getFullBlock(int) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getFullBlock(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
getFullBlock(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharGetBlocks
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getFullBlock(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getFullBlock(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getFullBlock(int, int, int) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getFullBlock(int, int, int) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getFullBlock(int, int, int) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
getFullBlock(int, int, int) - Method in class com.sk89q.worldedit.world.NullWorld
 
getFullBlock(ChunkHolder, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
getFullBlock(Extent) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getFullBlock(Extent) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getFullBlock(Extent) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.TemporalExtent
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
getFullBlock(BlockVector3) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
getFullBlock(BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.AbstractBufferingExtent
 
getFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.cache.LastAccessExtentCache
 
getFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getFullBlock(BlockVector3) - Method in interface com.sk89q.worldedit.extent.InputExtent
Get an immutable snapshot of the block at the given location.
getFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.NullExtent
 
getFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
getFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
getFullBlock(BlockVector3) - Method in class com.sk89q.worldedit.world.NullWorld
 
getFullBlockIterator(BlockBag, int, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getFullState() - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState
Gets a full BlockState from this fuzzy one, filling in properties with default values where necessary.
getFunctions() - Method in class com.sk89q.worldedit.internal.expression.ExecutionData
 
getFuzzyMatcher() - Method in class com.sk89q.worldedit.world.block.BlockType
 
getGameMode() - Method in interface com.sk89q.worldedit.entity.Player
Return this actor's game mode.
getGameMode() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getGameMode() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getGrammarFileName() - Method in class com.sk89q.worldedit.antlr.ExpressionLexer
 
getGrammarFileName() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
getGroups() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getGroups() - Method in interface com.sk89q.worldedit.util.auth.Subject
Get a list of groups that this subject is a part of.
getHandle() - Method in class com.sk89q.worldedit.internal.util.AbstractAdapter
Get the object.
getHandle(Object) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
getHandler() - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyKeyedQueue
 
getHandler() - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyQueue
 
getHandler() - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
Get the delegate handler.
getHardness() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get the hardness factor for this block.
getHardness() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
getHeader() - Method in class com.sk89q.util.yaml.YAMLProcessor
Return the set header.
getHeadOwnerKey() - Static method in class com.sk89q.worldedit.internal.util.DeprecationUtil
 
getHeight() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getHeight() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getHeight() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
getHeight() - Method in class com.sk89q.worldedit.math.convolution.Kernel
 
getHeight() - Method in class com.sk89q.worldedit.regions.AbstractRegion
Get Y-size.
getHeight() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
getHeight() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
getHeight() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getHeight() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
getHeight() - Method in interface com.sk89q.worldedit.regions.Region
Get Y-size.
getHeight() - Method in class com.sk89q.worldedit.regions.TransformRegion
 
getHeight() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getHeight(int, int) - Method in class com.fastasyncworldedit.core.math.heightmap.AbstractDelegateHeightMap
 
getHeight(int, int) - Method in class com.fastasyncworldedit.core.math.heightmap.ArrayHeightMap
 
getHeight(int, int) - Method in class com.fastasyncworldedit.core.math.heightmap.FlatScalableHeightMap
 
getHeight(int, int) - Method in interface com.fastasyncworldedit.core.math.heightmap.HeightMap
 
getHeight(int, int) - Method in class com.fastasyncworldedit.core.math.heightmap.RotatableHeightMap
 
getHeight(int, int) - Method in class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap
 
getHeight(Extent, int, int, int) - Method in class com.fastasyncworldedit.core.function.mask.AngleMask
 
getHeightMap() - Method in class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
getHeightMap() - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
getHeightMap(HeightMapType) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getHeightMap(HeightMapType) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getHeightMap(HeightMapType) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getHeightMap(HeightMapType) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getHeightMap(HeightMapType) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getHeightMap(HeightMapType) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getHeightMap(ChunkHolder, HeightMapType) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
getHeightMaps() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
getHeightMaps() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getHeightMaps() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getHelpMessages() - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Get a map from command name to help message.
getHighestTerrainBlock(int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getHighestTerrainBlock(int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getHighestTerrainBlock(int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getHighestTerrainBlock(int, int, int, int) - Method in class com.sk89q.worldedit.EditSession
Returns the highest solid 'terrain' block.
getHighestTerrainBlock(int, int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
Returns the highest solid 'terrain' block.
getHighestTerrainBlock(int, int, int, int, Mask) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getHighestTerrainBlock(int, int, int, int, Mask) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getHighestTerrainBlock(int, int, int, int, Mask) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getHighestTerrainBlock(int, int, int, int, Mask) - Method in class com.sk89q.worldedit.EditSession
Returns the highest solid 'terrain' block.
getHighestTerrainBlock(int, int, int, int, Mask) - Method in interface com.sk89q.worldedit.extent.Extent
Returns the highest solid 'terrain' block.
getHistory() - Method in class com.sk89q.worldedit.LocalSession
 
getHistoryIndex() - Method in class com.sk89q.worldedit.LocalSession
 
getHistoryNegativeIndex() - Method in class com.sk89q.worldedit.LocalSession
 
getHolders() - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
getHolders() - Method in class com.sk89q.worldedit.session.ClipboardHolder
Gets all end ClipboardHolders
- Usually this will return itself.
- If this is a multi clipboard, it will return the children
getHollowed(Set<BlockVector3>) - Method in class com.sk89q.worldedit.EditSession
 
getId() - Method in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
getId() - Method in interface com.sk89q.worldedit.extension.platform.Platform
The id of this object in the registry.
getId() - Method in class com.sk89q.worldedit.registry.Category
 
getId() - Method in interface com.sk89q.worldedit.registry.Keyed
The id of this object in the registry.
getId() - Method in class com.sk89q.worldedit.world.biome.BiomeType
Gets the ID of this biome.
getId() - Method in class com.sk89q.worldedit.world.block.BlockType
Gets the ID of this block.
getId() - Method in class com.sk89q.worldedit.world.entity.EntityType
 
getId() - Method in class com.sk89q.worldedit.world.fluid.FluidType
Gets the ID of this block.
getId() - Method in class com.sk89q.worldedit.world.gamemode.GameMode
 
getId() - Method in class com.sk89q.worldedit.world.item.ItemType
 
getId() - Method in class com.sk89q.worldedit.world.NullWorld
 
getId() - Method in class com.sk89q.worldedit.world.weather.WeatherType
 
getId() - Method in interface com.sk89q.worldedit.world.World
 
getID() - Method in exception com.sk89q.worldedit.DisallowedItemException
Deprecated.
 
getID() - Method in exception com.sk89q.worldedit.UnknownItemException
Deprecated.
Get the input.
getID() - Method in class com.sk89q.worldedit.util.Countable
 
getIfExists(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get the tag if it exists at the given index.
getIfPresent(SessionOwner) - Method in class com.sk89q.worldedit.session.SessionManager
Gets the session for an owner and return it if it exists, otherwise return null.
getImage(String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
getImage(String) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
getImageURI(String) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
getImageViewer(Player) - Method in interface com.fastasyncworldedit.core.IFawe
 
getImgurContent(String, byte[]) - Static method in class com.fastasyncworldedit.core.util.ImgurUtility
 
getIncompleteRegion() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getIncompleteRegion() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getIncompleteRegion() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Get the region even if it's not fully defined.
getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getIncompleteRegion() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getIndex() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getIndex(int) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
getIndex(int) - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
getIndex(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getIndex(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getIndex(int, int, int) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getIndex(Direction) - Method in class com.sk89q.worldedit.registry.state.DirectionalProperty
 
getIndex(Boolean) - Method in class com.sk89q.worldedit.registry.state.BooleanProperty
 
getIndex(Integer) - Method in class com.sk89q.worldedit.registry.state.IntegerProperty
 
getIndex(T) - Method in interface com.sk89q.worldedit.registry.state.Property
Get the index of the given value in the list of values
getIndexFor(CharSequence) - Method in class com.sk89q.worldedit.registry.state.BooleanProperty
 
getIndexFor(CharSequence) - Method in class com.sk89q.worldedit.registry.state.DirectionalProperty
 
getIndexFor(CharSequence) - Method in class com.sk89q.worldedit.registry.state.EnumProperty
 
getIndexFor(CharSequence) - Method in class com.sk89q.worldedit.registry.state.IntegerProperty
 
getIndexFor(CharSequence) - Method in interface com.sk89q.worldedit.registry.state.Property
Get the index of the given value in the list of values
getInfo() - Method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FolderSnapshot
 
getInfo() - Method in interface com.sk89q.worldedit.world.snapshot.experimental.Snapshot
 
getInformationLines() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getInformationLines() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getInformationLines() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Deprecated.
getInjected() - Method in class com.sk89q.worldedit.extension.input.ParserContext
 
getInjector() - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Get the injector used to create new instances.
getInput() - Method in class com.fastasyncworldedit.core.extension.factory.parser.FaweParser.ParseEntry
The input "name" e.g.
getInputStream() - Method in class com.sk89q.util.yaml.YAMLProcessor
 
getInputStream() - Method in class com.sk89q.worldedit.util.net.HttpRequest
Get the input stream.
getInputStream(String, String, String) - Method in class com.sk89q.worldedit.world.storage.FileLegacyChunkStore
Get the input stream for a chunk file.
getInputStream(String, String, String) - Method in class com.sk89q.worldedit.world.storage.FileMcRegionChunkStore
 
getInputStream(String, String, String) - Method in class com.sk89q.worldedit.world.storage.LegacyChunkStore
Get the input stream for a chunk file.
getInputStream(String, String, String) - Method in class com.sk89q.worldedit.world.storage.McRegionChunkStore
Get the input stream for a chunk file.
getInputStream(String, String, String) - Method in class com.sk89q.worldedit.world.storage.TrueZipLegacyChunkStore
Get the input stream for a chunk file.
getInputStream(String, String, String) - Method in class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore
 
getInputStream(String, String, String) - Method in class com.sk89q.worldedit.world.storage.ZippedLegacyChunkStore
Get the input stream for a chunk file.
getInputStream(String, String, String) - Method in class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore
 
getInputStream(URI) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
getInputType() - Method in class com.sk89q.worldedit.event.platform.PlayerInputEvent
Get the type of input sent.
getInstance() - Static method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getInstance() - Static method in class com.fastasyncworldedit.core.extent.processor.EmptyBatchProcessor
 
getInstance() - Static method in class com.fastasyncworldedit.core.extent.processor.NullProcessor
 
getInstance() - Static method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getInstance() - Static method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getInstance() - Static method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
getInstance() - Static method in class com.sk89q.worldedit.regions.selector.limit.PermissiveSelectorLimits
Get a static instance.
getInstance() - Static method in class com.sk89q.worldedit.util.io.file.ZipArchiveNioSupport
 
getInstance() - Static method in class com.sk89q.worldedit.util.time.FileNameDateTimeParser
 
getInstance() - Static method in class com.sk89q.worldedit.util.time.ModificationDateTimeParser
 
getInstance() - Static method in class com.sk89q.worldedit.world.NullWorld
Return an instance of this null world.
getInstance() - Static method in class com.sk89q.worldedit.world.registry.BundledBlockData
Get a singleton instance of this object.
getInstance() - Static method in class com.sk89q.worldedit.world.registry.BundledItemData
Get a singleton instance of this object.
getInstance() - Static method in class com.sk89q.worldedit.world.registry.BundledRegistries
Get a singleton instance.
getInstance() - Static method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getInstance() - Static method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotComparator
 
getInstance() - Static method in class com.sk89q.worldedit.WorldEdit
Gets the current instance of this class.
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
 
getInstances() - Method in class com.fastasyncworldedit.core.configuration.Config.ConfigBlock
 
getInt(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get an int named with the given index.
getInt(CompoundBinaryTag, String) - Static method in class com.fastasyncworldedit.core.util.NbtUtils
Get an integer from a tag.
getInt(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested int by a path.
getInt(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getInt(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get an int named with the given key.
getInt(String) - Method in class com.sk89q.util.yaml.YAMLNode
Gets an integer at a location.
getInt(String, int) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested int by a path, returning a default value if not found.
getInt(String, int) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
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.
getIntArray(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a int[] named with the given index.
getIntArray(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a int[] named with the given key.
getInteger(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getInteger(int, int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getIntegerList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of an Integer by a path.
getIntegerList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getInternalBlockStateId(BlockState) - Method in interface com.sk89q.worldedit.world.registry.BlockRegistry
Retrieve the internal ID for a given state, if possible.
getInternalBlockStateId(BlockState) - Method in class com.sk89q.worldedit.world.registry.BundledBlockRegistry
 
getInternalBlockTypeId() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getInternalBlockTypeId() - Method in class com.sk89q.worldedit.world.block.BlockState
Deprecated.
getInternalBlockTypeId() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Deprecated.
getInternalId() - Method in interface com.fastasyncworldedit.core.registry.RegistryItem
 
getInternalId() - Method in class com.sk89q.worldedit.registry.Category
 
getInternalId() - Method in class com.sk89q.worldedit.world.biome.BiomeType
 
getInternalId() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getInternalId() - Method in class com.sk89q.worldedit.world.block.BlockState
 
getInternalId() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Deprecated.
getInternalId() - Method in class com.sk89q.worldedit.world.block.BlockType
The internal index of this type.
getInternalId() - Method in class com.sk89q.worldedit.world.entity.EntityType
 
getInternalId() - Method in class com.sk89q.worldedit.world.fluid.FluidType
 
getInternalId() - Method in class com.sk89q.worldedit.world.item.ItemType
 
getInternalPropertiesId() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getInternalPropertiesId() - Method in class com.sk89q.worldedit.world.block.BlockState
Deprecated.
getInternalPropertiesId() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Deprecated.
getInterval() - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
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 interface com.sk89q.worldedit.entity.Player
Get this actor's block bag.
getInventoryBlockBag() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getIsBlockCloserThanBiome(char[], int, int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getIsBlockCloserThanBiome(char[], int, int) - Method in class com.fastasyncworldedit.core.util.RandomTextureUtil
 
getIsBlockCloserThanBiome(char[], int, int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
getItem(int) - Method in interface com.fastasyncworldedit.core.extent.inventory.SlottableBlockBag
 
getItemCategoryRegistry() - Method in class com.sk89q.worldedit.world.registry.BundledRegistries
 
getItemCategoryRegistry() - Method in interface com.sk89q.worldedit.world.registry.Registries
Get the item category registry.
getItemFactory() - Method in class com.sk89q.worldedit.WorldEdit
Get the item factory from which new BaseItems can be constructed.
getItemFromLegacy(int) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getItemFromLegacy(int, int) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getItemFromLegacy(String) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getItemInHand(HandSide) - Method in interface com.sk89q.worldedit.entity.Player
Get the item that the player is holding.
getItemInHand(HandSide) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getItemRegistry() - Method in class com.sk89q.worldedit.world.registry.BundledRegistries
 
getItemRegistry() - Method in interface com.sk89q.worldedit.world.registry.Registries
Get the item registry.
getItemType() - Method in exception com.sk89q.worldedit.command.tool.InvalidToolBindException
 
getItemType() - Method in class com.sk89q.worldedit.world.block.BlockType
Gets the item representation of this block type, if it exists.
getIterator(boolean) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
getIterator(boolean) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
getIterator(boolean) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getIterator(boolean) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
getIterator(BlockBag, int, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
getIterator(BlockBag, int, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
getIterator(BlockBag, int, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getIterator(BlockBag, int, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
getJarFile() - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getJarFile(Class<?>) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getJNBTType(BinaryTagType<?>) - Static method in class com.sk89q.jnbt.AdventureNBTConverter
Deprecated.
 
getJoinedStrings(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getKernel() - Method in class com.sk89q.worldedit.math.convolution.HeightMapFilter
Get the kernel.
getKernelData(float[]) - Method in class com.sk89q.worldedit.math.convolution.Kernel
 
getKey() - Method in class com.fastasyncworldedit.core.regions.FaweMaskManager
 
getKey() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap.AdaptedPair
 
getKey() - Method in class com.fastasyncworldedit.core.util.collection.MutablePair
 
getKey() - Method in class com.sk89q.worldedit.event.platform.SessionIdleEvent
Get a key identifying the session that has become idle.
getKey() - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
getKey() - Method in interface com.sk89q.worldedit.registry.state.Property
Get the PropertyKey associated with this property.
getKey() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.Entry
 
getKey(SessionKey) - Method in class com.sk89q.worldedit.session.SessionManager
Get the key to use in the map for a SessionKey.
getKey(SessionOwner) - Method in class com.sk89q.worldedit.session.SessionManager
Get the key to use in the map for an owner.
getKeys(boolean) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets a set containing all keys in this section.
getKeys(boolean) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getKeys(String) - Method in class com.sk89q.util.yaml.YAMLNode
Get a list of keys at a location.
getKnownNamespaces() - Method in class com.sk89q.worldedit.registry.NamespacedRegistry
Get a set of the namespaces of all registered keys.
getLacunarity() - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
getLacunarity() - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
getLargestRegion() - Method in interface com.sk89q.worldedit.entity.Player
Get the largest region in the player's allowed WorldEdit region.
getLargestRegion() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getLastDistribution() - Method in class com.sk89q.worldedit.LocalSession
Get the last block distribution stored in this session.
getLastErrorMessage() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotRestore
Get the last error message.
getLastErrorMessage() - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRestore
Get the last error message.
getLastScript() - Method in class com.sk89q.worldedit.LocalSession
Get the last script used.
getLeft() - Method in enum class com.sk89q.worldedit.util.Direction
 
getLegacy(int) - Static method in class com.sk89q.worldedit.world.biome.BiomeTypes
 
getLegacyCombined(BlockState) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getLegacyCombined(BlockType) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getLegacyCombined(ItemType) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getLegacyCombinedId() - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated.
getLegacyData() - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated.
getLegacyFromBlock(BlockState) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
Deprecated.
getLegacyFromItem(ItemType) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
getLegacyId() - Method in class com.sk89q.worldedit.world.biome.BiomeType
 
getLegacyId() - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated.
getLegacyTypeID() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getLegacyTypeID() - Method in interface com.sk89q.worldedit.internal.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.selector.ConvexPolyhedralRegionSelector
 
getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getLegacyTypeID() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getLength() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getLength() - Method in class com.fastasyncworldedit.core.math.BitArray
 
getLength() - Method in class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
getLength() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getLength() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
getLength() - Method in class com.sk89q.worldedit.regions.AbstractRegion
Get Z-size.
getLength() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
getLength() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
getLength() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getLength() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
getLength() - Method in interface com.sk89q.worldedit.regions.Region
Get Z-size.
getLength() - Method in class com.sk89q.worldedit.regions.TransformRegion
 
getLength() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getLevel() - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
getLevenshteinDistance(String, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
getLevenshteinDistance(String, String) - Static method in class com.sk89q.util.StringUtil
Find the Levenshtein distance between two Strings.
getLight() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
getLight() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getLight() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getLight() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getLight() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getLight() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getLighterBlock(int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getLighterBlock(int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the next lightest block
getLighterBlock(BlockType) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getLighterBlock(BlockType) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the next lightest block
getLightOpacity() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get the opacity of the block.
getLightOpacity() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
getLightValue() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get the light value for this block.
getLightValue() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
getLimit() - Method in class com.sk89q.worldedit.EditSession
The limit for this specific edit (blocks etc).
getLimit() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the edit's limits
getLimit() - Method in interface com.sk89q.worldedit.extension.platform.Actor
 
getLimit() - Method in class com.sk89q.worldedit.extent.validation.BlockChangeLimiter
Get the limit.
getLimit(Actor) - Method in class com.fastasyncworldedit.core.configuration.Settings
 
getLimitLeft() - Method in class com.sk89q.worldedit.EditSession
Returns the remaining limits.
getLimitUsed() - Method in class com.sk89q.worldedit.EditSession
Returns a new limit representing how much of this edit's limit has been used so far.
getList(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a list of tags named with the given index.
getList(int, Class<T>) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a list of tags named with the given index.
getList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List by a path.
getList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getList(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a list of tags named with the given key.
getList(String) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a list of objects at a location.
getList(String, Class<T>) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a list of tags named with the given key.
getList(String, List<?>) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List by a path, returning a default value if not found.
getList(String, List<?>) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getListTag(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a TagList named with the given index.
getListTag(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a TagList named with the given key.
getLocale() - Method in interface com.sk89q.worldedit.extension.platform.Actor
Get the locale of this actor.
getLocale() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getLocaleByMinecraftTag(String) - Static method in class com.sk89q.worldedit.util.formatting.component.TextUtils
Gets a Java Locale object by the Minecraft locale tag.
getLocalResource(String) - Method in interface com.sk89q.worldedit.util.io.ResourceLoader
Gets the Path reference to this local resource.
getLocalResource(String) - Method in class com.sk89q.worldedit.util.io.WorldEditResourceLoader
 
getLocals() - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getLocalSession(Actor) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
getLocalX() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getLocalX() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getLocalY() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getLocalY() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getLocalZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getLocalZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getLocation() - Method in class com.fastasyncworldedit.core.extent.HistoryExtent.TrackedEntity
 
getLocation() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
 
getLocation() - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
getLocation() - Method in class com.sk89q.worldedit.event.platform.BlockInteractEvent
Get the location of the block that was interacted with.
getLocation() - Method in class com.sk89q.worldedit.extension.platform.AbstractCommandBlockActor
 
getLocation() - Method in interface com.sk89q.worldedit.extension.platform.Locatable
Get the location of this actor.
getLocation() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getLocation() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard.ClipboardEntity
 
getLocation() - Method in class com.sk89q.worldedit.util.LocatedBlock
 
getLock() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
getLock() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
getLock() - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
 
getLogger() - Static method in class com.sk89q.worldedit.internal.util.LogManagerCompat
 
getLong(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a long named with the given index.
getLong(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested long by a path.
getLong(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getLong(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a long named with the given key.
getLong(String, long) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested long by a path, returning a default value if not found.
getLong(String, long) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getLongArray(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a long[] named with the given key.
getLongList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of Long by a path.
getLongList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getMainThread() - Method in class com.fastasyncworldedit.core.Fawe
Get the main thread.
getManagers() - Method in class com.fastasyncworldedit.core.util.WEManager
 
getMap() - Method in class com.sk89q.util.yaml.YAMLNode
Return the underlying map.
getMap() - Method in class com.sk89q.worldedit.internal.expression.Functions
 
getMap() - Method in class com.sk89q.worldedit.registry.Registry
 
getMapColor() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get the map color.
getMapColor() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
getMapList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of Maps by a path.
getMapList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getMask() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getMask() - Method in class com.fastasyncworldedit.core.extent.SourceMaskExtent
Get the mask.
getMask() - Method in class com.fastasyncworldedit.core.function.mask.AbstractDelegateMask
 
getMask() - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
getMask() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getMask() - Method in class com.sk89q.worldedit.command.tool.BrushTool
Get the filter.
getMask() - Method in class com.sk89q.worldedit.EditSession
Get the mask.
getMask() - Method in class com.sk89q.worldedit.extent.MaskingExtent
Get the mask.
getMask() - Method in class com.sk89q.worldedit.function.GroundFunction
Get the mask that determines what the ground consists of.
getMask() - Method in class com.sk89q.worldedit.function.mask.OffsetMask
Get the mask.
getMask() - Method in class com.sk89q.worldedit.function.mask.OffsetMask2D
Get the mask.
getMask() - Method in class com.sk89q.worldedit.function.visitor.LayerVisitor
Get the mask that determines which columns within the flat region will be visited.
getMask() - Method in class com.sk89q.worldedit.LocalSession
Get the mask.
getMask(Player) - Method in class com.fastasyncworldedit.core.util.WEManager
Get a player's allowed WorldEdit region(s).
getMask(Player, FaweMaskManager.MaskType, boolean) - Method in class com.fastasyncworldedit.core.regions.FaweMaskManager
Get a FaweMask for the given player and FaweMaskManager.MaskType.
getMask(Player, FaweMaskManager.MaskType, boolean) - Method in class com.fastasyncworldedit.core.util.WEManager
Get a player's mask.
getMask(Player, FaweMaskManager.MaskType, boolean, boolean) - Method in class com.fastasyncworldedit.core.regions.FaweMaskManager
Get a FaweMask for the given player and FaweMaskManager.MaskType.
getMask(Extent) - Static method in class com.fastasyncworldedit.core.function.mask.SurfaceMask
 
getMaskedTargetBlock(boolean) - Method in class com.fastasyncworldedit.core.function.mask.MaskedTargetBlock
 
getMaskFactory() - Method in class com.sk89q.worldedit.WorldEdit
Get the mask factory from which new Masks can be constructed.
getMaskManagers() - Static method in class com.fastasyncworldedit.core.FaweAPI
Get a list of supported protection plugin masks.
getMaskManagers() - Method in interface com.fastasyncworldedit.core.IFawe
 
getMasks() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
Get the masks that are tested with.
getMasks() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection2D
Get the masks that are tested with.
getMasksArray() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
 
getMatchedAliases() - Method in interface com.fastasyncworldedit.core.extension.factory.parser.AliasedParser
The strings this parser matches.
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.FalseMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.LiquidMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.RichMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.SurfaceMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.TrueMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.WallMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.XAxisMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.YAxisMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.ZAxisMaskParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.DarkenPatternParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.ExistingPatternParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.ExpressionPatternParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.LightenPatternParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.RichPatternParser
 
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.RichParser
Return all prefix/name aliases of the pattern/mask/transform
getMatchedAliases() - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.RichTransformParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.AirMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BiomeMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BlockStateMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.ExistingMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.ExpressionMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.LazyRegionMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.NegateMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.NoiseMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.OffsetMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.RegionMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.mask.SolidMaskParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.BlockCategoryPatternParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.ClipboardPatternParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.RandomStatePatternParser
 
getMatchedAliases() - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.TypeOrStateApplyingPatternParser
 
getMatchingBracket(char) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
getMaterial() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getMaterial() - Method in class com.sk89q.worldedit.command.tool.BrushTool
Get the material.
getMaterial() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getMaterial() - Method in class com.sk89q.worldedit.world.block.BlockState
 
getMaterial() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
 
getMaterial() - Method in class com.sk89q.worldedit.world.block.BlockType
Get the material for this BlockType.
getMaterial() - Method in class com.sk89q.worldedit.world.item.ItemType
Get the material for this ItemType.
getMaterial(int, int, int, BaseBlock) - Method in class com.sk89q.worldedit.regions.shape.ArbitraryShape
Override this function to specify the shape to generate.
getMaterial(int, int, int, BaseBlock) - Method in class com.sk89q.worldedit.regions.shape.RegionShape
 
getMaterial(BlockState) - Method in interface com.sk89q.worldedit.world.registry.BlockRegistry
 
getMaterial(BlockType) - Method in interface com.sk89q.worldedit.world.registry.BlockRegistry
Get the material for the given block.
getMaterial(BlockType) - Method in class com.sk89q.worldedit.world.registry.BundledBlockRegistry
 
getMaterial(ItemType) - Method in class com.sk89q.worldedit.world.registry.BundledItemRegistry
 
getMaterial(ItemType) - Method in interface com.sk89q.worldedit.world.registry.ItemRegistry
Get the material for the given item.
getMaterialById(String) - Method in class com.sk89q.worldedit.world.registry.BundledBlockData
Get the material properties for the given block.
getMaterialById(String) - Method in class com.sk89q.worldedit.world.registry.BundledItemData
Get the material properties for the given item.
getMax() - Method in class com.fastasyncworldedit.core.util.CleanTextureUtil
 
getMaxBlocks() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the maximum number of block changes allowed
getMaxBlocks() - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Get the maximum number of blocks that may be set.
getMaxBranch() - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
getMaxCompressedLength(int) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getMaxDamage() - Method in interface com.sk89q.worldedit.world.registry.ItemMaterial
Gets the the maximum damage this item can take before being broken.
getMaxDamage() - Method in class com.sk89q.worldedit.world.registry.PassthroughItemMaterial
 
getMaxDamage() - Method in class com.sk89q.worldedit.world.registry.SimpleItemMaterial
 
getMaxDepth() - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
getMaxFileId(File) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getMaxId() - Static method in class com.sk89q.worldedit.world.biome.BiomeTypes
 
getMaximum(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Gets the maximum components of two vectors.
getMaximum(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getMaximum(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Gets the maximum components of two vectors.
getMaximum(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Gets the maximum components of two vectors.
getMaximum(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Gets the maximum components of two vectors.
getMaximumPoint() - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
getMaximumPoint() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
getMaximumPoint() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getMaximumPoint() - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
getMaximumPoint() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getMaximumPoint() - Method in class com.sk89q.worldedit.EditSession
 
getMaximumPoint() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getMaximumPoint() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getMaximumPoint() - Method in interface com.sk89q.worldedit.extent.Extent
Get the maximum point in the extent.
getMaximumPoint() - Method in class com.sk89q.worldedit.extent.NullExtent
 
getMaximumPoint() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
getMaximumPoint() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getMaximumPoint() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
getMaximumPoint() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
getMaximumPoint() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getMaximumPoint() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
getMaximumPoint() - Method in interface com.sk89q.worldedit.regions.Region
Get the upper point of a region.
getMaximumPoint() - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
getMaximumPoint() - Method in class com.sk89q.worldedit.regions.TransformRegion
 
getMaximumPoint() - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
getMaximumPoint() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getMaximumPoint() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
getMaximumX() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getMaximumY() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getMaximumY() - Method in class com.sk89q.worldedit.regions.AbstractFlatRegion
 
getMaximumY() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getMaximumY() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
getMaximumY() - Method in interface com.sk89q.worldedit.regions.FlatRegion
Gets the maximum Y value.
getMaximumY() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
getMaximumY() - Method in interface com.sk89q.worldedit.regions.Region
 
getMaximumZ() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getMaxSectionPosition() - Method in interface com.fastasyncworldedit.core.queue.IBlocks
Get the highest layer position stored in the internal chunk.
getMaxSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getMaxSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
getMaxSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getMaxSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getMaxSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getMaxSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getMaxServerCuiSize() - Static method in class com.sk89q.worldedit.internal.cui.ServerCUIHandler
 
getMaxStackSize() - Method in interface com.sk89q.worldedit.world.registry.ItemMaterial
Gets the the maximum quantity of this item that can be in a single stack.
getMaxStackSize() - Method in class com.sk89q.worldedit.world.registry.PassthroughItemMaterial
 
getMaxStackSize() - Method in class com.sk89q.worldedit.world.registry.SimpleItemMaterial
 
getMaxStateId() - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated.
getMaxX() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getMaxY() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getMaxY() - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
Max y value for the chunk's world (inclusive)
getMaxY() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getMaxY() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getMaxY() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getMaxY() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
getMaxY() - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
getMaxY() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getMaxY() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Attempts to resolve the maximum Y value associated with this context or returns 255.
getMaxY() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getMaxY() - Method in interface com.sk89q.worldedit.extent.Extent
 
getMaxY() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
getMaxY() - Method in interface com.sk89q.worldedit.world.World
Get the maximum Y.
getMaxZ() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getMean(double[]) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
getMean(int[]) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
getMelonPattern() - Static method in class com.sk89q.worldedit.function.generator.GardenPatchGenerator
Get a pattern that creates melons.
getMessage() - Method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
 
getMessage() - Method in exception com.fastasyncworldedit.core.internal.exception.FaweException
 
getMeta(String) - Method in interface com.fastasyncworldedit.core.entity.MapMetadatable
Gets the metadata value to which the specified key is mapped, or null if the key is not set.
getMeta(String) - Method in interface com.fastasyncworldedit.core.entity.Metadatable
Gets the metadata value to which the specified key is mapped, or null if the key is not set.
getMeta(String, V) - Method in interface com.fastasyncworldedit.core.entity.MapMetadatable
Gets the metadata value to which the specified key is mapped, or the default value if no metadata exists for the key.
getMeta(String, V) - Method in interface com.fastasyncworldedit.core.entity.Metadatable
Gets the metadata value to which the specified key is mapped, or the default value if no metadata exists for the key.
getMethod() - Method in class com.sk89q.worldedit.util.eventbus.MethodEventHandler
Get the method.
getMethod(String, boolean) - Method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
 
getMethods() - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Get the mapping of methods under a parent command.
getMin() - Method in class com.fastasyncworldedit.core.util.CleanTextureUtil
 
getMinimum(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Gets the minimum components of two vectors.
getMinimum(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getMinimum(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Gets the minimum components of two vectors.
getMinimum(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Gets the minimum components of two vectors.
getMinimum(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Gets the minimum components of two vectors.
getMinimumPoint() - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
getMinimumPoint() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
getMinimumPoint() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getMinimumPoint() - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
getMinimumPoint() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getMinimumPoint() - Method in class com.sk89q.worldedit.EditSession
 
getMinimumPoint() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getMinimumPoint() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getMinimumPoint() - Method in interface com.sk89q.worldedit.extent.Extent
Get the minimum point in the extent.
getMinimumPoint() - Method in class com.sk89q.worldedit.extent.NullExtent
 
getMinimumPoint() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
getMinimumPoint() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getMinimumPoint() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
getMinimumPoint() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
getMinimumPoint() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getMinimumPoint() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
getMinimumPoint() - Method in interface com.sk89q.worldedit.regions.Region
Get the lower point of a region.
getMinimumPoint() - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
getMinimumPoint() - Method in class com.sk89q.worldedit.regions.TransformRegion
 
getMinimumPoint() - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
getMinimumPoint() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getMinimumPoint() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
getMinimumX() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getMinimumY() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getMinimumY() - Method in class com.sk89q.worldedit.regions.AbstractFlatRegion
 
getMinimumY() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getMinimumY() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
getMinimumY() - Method in interface com.sk89q.worldedit.regions.FlatRegion
Gets the minimum Y value.
getMinimumY() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
getMinimumY() - Method in interface com.sk89q.worldedit.regions.Region
 
getMinimumZ() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
getMinSectionPosition() - Method in interface com.fastasyncworldedit.core.queue.IBlocks
Get the lowest layer position stored in the internal chunk.
getMinSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getMinSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
getMinSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getMinSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getMinSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getMinSectionPosition() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getMinX() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getMinY() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getMinY() - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
Min y value for the chunk's world (inclusive)
getMinY() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getMinY() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getMinY() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getMinY() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
getMinY() - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
getMinY() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getMinY() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Attempts to resolve the minimum Y value associated with this context or returns 0.
getMinY() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getMinY() - Method in interface com.sk89q.worldedit.extent.Extent
 
getMinY() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
getMinY() - Method in interface com.sk89q.worldedit.world.World
Get the minimum Y.
getMinZ() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
getMissingChunks() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotRestore
Get a list of the missing chunks.
getMissingChunks() - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRestore
Get a list of the missing chunks.
getMobType() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
Get the mob type.
getMode() - Method in enum class com.fastasyncworldedit.core.extent.processor.lighting.RelightMode
 
getMode() - Method in class com.sk89q.worldedit.function.factory.Deform
 
getModeNames() - Method in class com.sk89q.worldedit.antlr.ExpressionLexer
 
getModule() - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
getName() - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the name of this individual ConfigurationSection, in the path.
getName() - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getName() - Method in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
getName() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getName() - Method in class com.sk89q.jnbt.NamedTag
Deprecated.
Get the name of the tag.
getName() - Method in interface com.sk89q.worldedit.extension.platform.Actor
Get the name of the actor.
getName() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getName() - Method in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
 
getName() - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
Returns the name of this format.
getName() - Method in class com.sk89q.worldedit.registry.Registry
 
getName() - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
getName() - Method in interface com.sk89q.worldedit.registry.state.Property
Returns the name of this state.
getName() - Method in interface com.sk89q.worldedit.session.SessionKey
Get the name for this session, if one is available, so that it can be referred to by others.
getName() - Method in class com.sk89q.worldedit.util.task.AbstractTask
 
getName() - Method in interface com.sk89q.worldedit.util.task.Task
Get the name of the task so it can be printed to the user.
getName() - Method in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
Get user-friendly tree type name.
getName() - Method in interface com.sk89q.worldedit.world.biome.BiomeData
Deprecated.
This method does not work on the server. Use BiomeRegistry.getRichName(BiomeType).
getName() - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated.
The name is now translatable, use BlockType.getRichName().
getName() - Method in class com.sk89q.worldedit.world.entity.EntityType
Gets the name of this item, or the ID if the name cannot be found.
getName() - Method in class com.sk89q.worldedit.world.gamemode.GameMode
Gets the name of this game mode, or the ID if the name cannot be found.
getName() - Method in class com.sk89q.worldedit.world.item.ItemType
Deprecated.
Names are translatable now, use ItemType.getRichName().
getName() - Method in class com.sk89q.worldedit.world.NullWorld
 
getName() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotInfo
 
getName() - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
Get the snapshot's name.
getName() - Method in class com.sk89q.worldedit.world.weather.WeatherType
Gets the name of this weather, or the ID if the name cannot be found.
getName() - Method in interface com.sk89q.worldedit.world.World
Get the name of the world.
getName(BlockType) - Method in interface com.sk89q.worldedit.world.registry.BlockRegistry
Deprecated.
Names are now translatable, use BlockRegistry.getRichName(BlockType).
getName(BlockType) - Method in class com.sk89q.worldedit.world.registry.BundledBlockRegistry
Deprecated.
getName(ItemType) - Method in class com.sk89q.worldedit.world.registry.BundledItemRegistry
Deprecated.
getName(ItemType) - Method in interface com.sk89q.worldedit.world.registry.ItemRegistry
Deprecated.
Names are now translatable, use ItemRegistry.getRichName(ItemType).
getName(UUID) - Method in interface com.fastasyncworldedit.core.IFawe
 
getNamespace() - Method in class com.sk89q.worldedit.world.block.BlockType
 
getNamespacedRegistrySuggestions(NamespacedRegistry<V>, String) - Static method in class com.sk89q.worldedit.command.util.SuggestionHelper
 
getNameSpaces() - Static method in class com.sk89q.worldedit.world.block.BlockTypes
 
getNameUnsafe() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getNameUnsafe() - Method in class com.sk89q.worldedit.world.NullWorld
 
getNameUnsafe() - Method in interface com.sk89q.worldedit.world.World
Get the name of the world.
getNativeItem() - Method in class com.sk89q.worldedit.blocks.BaseItem
Deprecated.
getNativePacket() - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
getNavWandItem() - Method in class com.sk89q.worldedit.LocalSession
Get the preferred navigation wand item for this user, or null to use the default
getNbt() - Method in class com.fastasyncworldedit.core.entity.LazyBaseEntity
 
getNbt() - Method in interface com.sk89q.worldedit.world.NbtValued
Get the object's NBT data (tile entity data).
getNbtData() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getNbtData() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
getNbtData() - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
getNbtData() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getNbtData() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getNbtData() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
 
getNbtData() - Method in class com.sk89q.worldedit.blocks.SignBlock
 
getNbtData() - Method in class com.sk89q.worldedit.blocks.SkullBlock
Deprecated.
 
getNbtData() - Method in class com.sk89q.worldedit.world.block.BlockState
Deprecated.
getNbtData() - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState
Deprecated.
getNbtData() - Method in interface com.sk89q.worldedit.world.NbtValued
Deprecated.
getNbtData(Extent) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getNbtData(Extent) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getNbtData(Extent) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getNbtfFile() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getNbtId() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
 
getNbtId() - Method in class com.sk89q.worldedit.blocks.SignBlock
 
getNbtId() - Method in class com.sk89q.worldedit.blocks.SkullBlock
Deprecated.
 
getNbtId() - Method in interface com.sk89q.worldedit.blocks.TileEntityBlock
Return the name of the title entity ID.
getNbtId() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getNbtReference() - Method in class com.sk89q.worldedit.blocks.BaseItem
 
getNbtReference() - Method in class com.sk89q.worldedit.entity.BaseEntity
 
getNbtReference() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getNbtReference() - Method in interface com.sk89q.worldedit.world.NbtValued
Get the object's NBT data (tile entity data).
getNbttFile() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getNearestBiome(int) - Method in class com.fastasyncworldedit.core.util.CachedTextureUtil
 
getNearestBiome(int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getNearestBiome(int) - Method in class com.fastasyncworldedit.core.util.RandomTextureUtil
 
getNearestBiome(int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the biome most closely matching a color based on the block's average color
getNearestBlock(int) - Method in class com.fastasyncworldedit.core.util.CachedTextureUtil
 
getNearestBlock(int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getNearestBlock(int) - Method in class com.fastasyncworldedit.core.util.RandomTextureUtil
 
getNearestBlock(int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the block most closely matching a color based on the block's average color
getNearestBlock(int, boolean) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getNearestBlock(int, boolean) - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
getNearestBlock(BlockType, boolean) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getNearestBlock(BlockType, boolean) - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
getNearestLayer(int) - Method in class com.fastasyncworldedit.core.util.CachedTextureUtil
 
getNearestLayer(int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getNearestLayer(int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Returns the block combined ids as an array.
getNearestSurfaceLayer(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getNearestSurfaceLayer(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getNearestSurfaceLayer(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getNearestSurfaceLayer(int, int, int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
Returns the nearest surface layer (up/down from start)
getNearestSurfaceTerrainBlock(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.ExtentHeightCacher
 
getNearestSurfaceTerrainBlock(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
Gets y value for the nearest block that is considered the surface of the terrain (cave roof/floor, mountain surface, etc).
getNearestSurfaceTerrainBlock(int, int, int, int, int, boolean) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, boolean) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, boolean) - Method in interface com.sk89q.worldedit.extent.Extent
Gets y value for the nearest block that is considered the surface of the terrain (cave roof/floor, mountain surface, etc).
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
Gets y value for the nearest block that is considered the surface of the terrain (cave roof/floor, mountain surface, etc).
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int, boolean) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int, boolean) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int, boolean) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int, boolean) - Method in interface com.sk89q.worldedit.extent.Extent
Gets y value for the nearest block that is considered the surface of the terrain (cave roof/floor, mountain surface, etc).
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int, Mask) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int, Mask) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int, Mask) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
getNearestSurfaceTerrainBlock(int, int, int, int, int, int, int, Mask) - Method in interface com.sk89q.worldedit.extent.Extent
Gets y value for the nearest block that is considered the surface of the terrain (cave roof/floor, mountain surface, etc) where the block conforms to a given mask.
getNestedUsage(String[], int, Method, T) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Get the usage string for a nested command.
getNextBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
Get next block.
getNextNearestBlock(int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
getNextNearestBlock(int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
Get the block most closely matching a color, without matching the color, based on the block's average color
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.function.mask.NoiseFilter
Get the noise generator.
getNoiseGenerator() - Method in class com.sk89q.worldedit.function.mask.NoiseFilter2D
Get the noise generator.
getNumBits() - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
Deprecated.
getOctaveCount() - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
getOctaveCount() - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
getOffHand() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
getOffset() - Method in class com.sk89q.worldedit.function.factory.Deform
 
getOffset() - Method in class com.sk89q.worldedit.function.mask.OffsetMask
Get the offset.
getOffset() - Method in class com.sk89q.worldedit.function.mask.OffsetMask2D
Get the offset.
getOffset() - Method in class com.sk89q.worldedit.function.pattern.RepeatingExtentPattern
Get the offset.
getOffset() - Method in class com.sk89q.worldedit.function.util.FlatRegionOffset
Get the offset that is added to the position.
getOffset() - Method in class com.sk89q.worldedit.function.util.RegionOffset
Get the offset that is added to the position.
getOpacity(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
getOpacity(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getOpacity(int, int, int) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getOpacity(MutableBlockVector3) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getOpacity(ChunkHolder, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
getOrCreate(String) - Static method in class com.fastasyncworldedit.core.registry.state.PropertyKey
Get or create the property key.
getOrCreateChunk(int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
Get the IChunk at a position (and cache it if it's not already)
getOrCreateChunk(int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
getOrCreateGet() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
Get or create the existing part of this chunk.
getOrCreateSet() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
Get or create the settable part of this chunk.
getOrCreateWorldCache(World) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Get or create the WorldChunkCache for a world
getOrDefault(Object, V) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
getOrdinal() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getOrdinal() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
getOrdinal() - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
getOrdinal() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getOrdinal() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getOrdinal() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getOrdinal() - Method in class com.sk89q.worldedit.world.block.BlockState
 
getOrdinal() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Deprecated.
getOrdinal(Extent) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getOrdinal(Extent) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getOrdinal(Extent) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getOrdinalBelow(Extent) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getOrdinalBelow(Extent) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getOrdinalBelow(Extent) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getOrdinalChar() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getOrdinalChar() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getOrdinalChar() - Method in class com.sk89q.worldedit.world.block.BlockState
 
getOrdinalChar() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Deprecated.
getOrdinalChar(Extent) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getOrdinalChar(Extent) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getOrdinalChar(Extent) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getOrigin() - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getOrigin() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getOrigin() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getOrigin() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Get the origin point from which the copy was made from.
getOrigin() - Method in class com.sk89q.worldedit.function.pattern.RepeatingExtentPattern
Get the origin.
getOriginal() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
getOriginX() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getOriginZ() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getOutline(Set<BlockVector3>) - Method in class com.sk89q.worldedit.EditSession
 
getOutputStream() - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
getOutputStream() - Method in class com.sk89q.util.yaml.YAMLProcessor
 
getOwner() - Method in class com.sk89q.worldedit.blocks.SkullBlock
Deprecated.
Get the skull's owner.
getOwner() - Method in class com.sk89q.worldedit.util.task.AbstractTask
 
getOwner() - Method in interface com.sk89q.worldedit.util.task.Task
Get the owner of the task.
getOwnerOnlyFileAttributes(AttributeTarget) - Static method in class com.sk89q.worldedit.util.io.file.SafeFiles
Get a set of file attributes for file creation with owner-only access, if possible.
getPaddedSlice(int, int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getParameters() - Method in interface com.sk89q.worldedit.internal.cui.CUIEvent
 
getParameters() - Method in class com.sk89q.worldedit.internal.cui.SelectionCylinderEvent
 
getParameters() - Method in class com.sk89q.worldedit.internal.cui.SelectionEllipsoidPointEvent
 
getParameters() - Method in class com.sk89q.worldedit.internal.cui.SelectionMinMaxEvent
 
getParameters() - Method in class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
 
getParameters() - Method in class com.sk89q.worldedit.internal.cui.SelectionPointEvent
 
getParameters() - Method in class com.sk89q.worldedit.internal.cui.SelectionPolygonEvent
 
getParameters() - Method in class com.sk89q.worldedit.internal.cui.SelectionShapeEvent
 
getParent() - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the parent ConfigurationSection that directly contains this ConfigurationSection.
getParent() - Method in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
getParent() - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getParent() - Method in class com.fastasyncworldedit.core.extent.filter.block.DelegateFilter
 
getParent() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
getParent() - Method in class com.fastasyncworldedit.core.internal.io.FaweInputStream
 
getParent() - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
getParent() - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
getParent() - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
getParent() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
getParent() - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
getParent() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getParent() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getParentMask() - Method in class com.fastasyncworldedit.core.function.mask.AdjacentAnyMask
 
getParsedPaddedSlice(int, int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getParsedSlice(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getParsers() - Method in class com.sk89q.worldedit.internal.registry.AbstractFactory
Gets an immutable list of parsers.
getPath() - Method in interface com.sk89q.worldedit.util.io.file.ArchiveDir
 
getPath(File) - Method in class com.fastasyncworldedit.core.command.ListFilters.Filter
 
getPath(File, File, UUID) - Static method in class com.sk89q.worldedit.command.UtilityCommands
 
getPatternFactory() - Method in class com.sk89q.worldedit.WorldEdit
Get the pattern factory from which new Patterns can be constructed.
getPatterns() - Method in class com.sk89q.worldedit.function.pattern.RandomPattern
 
getPercents() - Method in interface com.fastasyncworldedit.core.history.changeset.ChangeSetSummary
 
getPermissions() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getPermissions() - Method in class com.sk89q.worldedit.command.util.PermissionCondition
 
getPersistence() - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
getPitch() - Method in class com.sk89q.worldedit.util.Location
Get the pitch in degrees.
getPitchAndYaw(float, float, float) - Static method in class com.fastasyncworldedit.core.util.MathMan
Returns [ pitch, yaw ].
getPlacementPosition(Actor) - Method in class com.sk89q.worldedit.LocalSession
Get the position use for commands that take a center point (i.e.
getPlant() - Method in class com.sk89q.worldedit.function.generator.GardenPatchGenerator
Get the plant pattern that is placed.
getPlatform() - Method in class com.fastasyncworldedit.core.extension.factory.parser.FaweParser
 
getPlatform() - Method in interface com.fastasyncworldedit.core.IFawe
 
getPlatform() - Method in class com.sk89q.worldedit.event.platform.PlatformEvent
Get the platform for this event.
getPlatformAdapter() - Method in interface com.fastasyncworldedit.core.IFawe
 
getPlatformCommandManager() - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Get the command manager.
getPlatformManager() - Method in class com.sk89q.worldedit.WorldEdit
Get the platform manager, where platforms (that implement WorldEdit) can be registered and information about registered platforms can be queried.
getPlatformName() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get a friendly name of the platform.
getPlatformPostProcessor(boolean) - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get a IBatchProcessor to be used in edit post-processing.
getPlatformProcessor(boolean) - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get a IBatchProcessor to be used in edit processing.
getPlatforms() - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Get a list of loaded platforms.
getPlatformVersion() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get the version of the platform, which can be anything.
getPlayer() - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
getPlayer() - Method in class com.sk89q.worldedit.event.platform.PlayerInputEvent
Get the player that sent the input.
getPlayer() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Get the player.
getPlayer(Actor) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
getPointCount() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
Get the number of points.
getPoints() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
Get the list of points.
getPolygonVertexLimit() - Method in class com.sk89q.worldedit.extension.platform.permission.ActorSelectorLimits
 
getPolygonVertexLimit() - Method in class com.sk89q.worldedit.regions.selector.limit.PermissiveSelectorLimits
 
getPolygonVertexLimit() - Method in interface com.sk89q.worldedit.regions.selector.limit.SelectorLimits
Get the optionally defined vertex limit for polygons.
getPolyhedronVertexLimit() - Method in class com.sk89q.worldedit.extension.platform.permission.ActorSelectorLimits
 
getPolyhedronVertexLimit() - Method in class com.sk89q.worldedit.regions.selector.limit.PermissiveSelectorLimits
 
getPolyhedronVertexLimit() - Method in interface com.sk89q.worldedit.regions.selector.limit.SelectorLimits
Get the optionally defined vertex limit for polyhedrons.
getPos(int, int, int) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
getPos(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
getPos1() - Method in class com.sk89q.worldedit.regions.CuboidRegion
Get the first cuboid-defining corner.
getPos2() - Method in class com.sk89q.worldedit.regions.CuboidRegion
Get the second cuboid-defining corner.
getPosition() - Method in class com.fastasyncworldedit.core.event.extent.PasteEvent
 
getPosition() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getPosition() - Method in class com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock
 
getPosition() - Method in class com.sk89q.worldedit.history.change.BiomeChange
Deprecated.
Get the position.
getPosition() - Method in class com.sk89q.worldedit.history.change.BiomeChange3D
Get the position.
getPosition() - Method in class com.sk89q.worldedit.history.change.BlockChange
Get the position.
getPosition() - Method in exception com.sk89q.worldedit.internal.expression.ExpressionException
 
getPosition() - Method in interface com.sk89q.worldedit.internal.expression.Identifiable
 
getPosition() - Method in class com.sk89q.worldedit.math.interpolation.Node
 
getPosition(double) - Method in interface com.sk89q.worldedit.math.interpolation.Interpolation
Gets the result of f(position).
getPosition(double) - Method in class com.sk89q.worldedit.math.interpolation.KochanekBartelsInterpolation
 
getPosition(double) - Method in class com.sk89q.worldedit.math.interpolation.LinearInterpolation
 
getPosition(double) - Method in class com.sk89q.worldedit.math.interpolation.ReparametrisingInterpolation
 
getPosition(int, int, int) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
getPosition(EditSession, Player) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
getPostProcessor() - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
getPostProcessor() - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
getPrefix() - Method in class com.fastasyncworldedit.core.extension.factory.parser.RichParser
Gives the default prefix/name of the pattern/mask/transform.
getPreloader(boolean) - Method in interface com.fastasyncworldedit.core.IFawe
Get the preloader instance and initialise if needed
getPrevious() - Method in class com.sk89q.worldedit.history.change.BiomeChange
Deprecated.
Get the previous biome.
getPrevious() - Method in class com.sk89q.worldedit.history.change.BiomeChange3D
Get the previous biome.
getPrevious() - Method in class com.sk89q.worldedit.history.change.BlockChange
Get the previous block.
getPreviousBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
Returns the previous block in the aimed path.
getPrimary() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
getPrimaryAliases() - Static method in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
getPrimaryFileExtension() - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
Get the file extension this format primarily uses.
getPrimaryMatcher() - Method in class com.sk89q.worldedit.internal.registry.SimpleInputParser
Gets the primary name of this matcher.
getPrimaryPosition() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getPrimaryPosition() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getPrimaryPosition() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Get the primary position.
getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getPrimaryPosition() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getPriority() - Method in class com.sk89q.worldedit.util.eventbus.EventHandler
Get the priority.
getProcessor() - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
getProcessor() - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
getProgress() - Method in class com.sk89q.worldedit.util.task.FutureForwardingTask
 
getProgress() - Method in class com.sk89q.worldedit.util.task.progress.Progress
Get the progress percentage.
getProgress() - Method in class com.sk89q.worldedit.util.task.progress.ProgressIterator
 
getProgress() - Method in interface com.sk89q.worldedit.util.task.progress.ProgressObservable
Get the current percentage of completion.
getProperties() - Method in class com.sk89q.worldedit.world.block.BlockType
Gets the properties of this BlockType.
getProperties(BlockType) - Method in interface com.sk89q.worldedit.world.registry.BlockRegistry
Get an unmodifiable map of states for this block.
getProperties(BlockType) - Method in class com.sk89q.worldedit.world.registry.BundledBlockRegistry
 
getPropertiesSet() - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated.
getProperty(PropertyKey) - Method in class com.sk89q.worldedit.world.block.BlockType
 
getProperty(String) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a property at a location.
getProperty(String) - Method in class com.sk89q.worldedit.world.block.BlockType
Gets a property by name.
getPropertyMap() - Method in class com.sk89q.worldedit.world.block.BlockType
Gets the properties of this BlockType in a key->property mapping.
getProtocolVersion() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getProtocolVersion() - Method in interface com.sk89q.worldedit.internal.cui.CUIRegion
Returns the CUI version that is required to send up-to-date data.
getProtocolVersion() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getProtocolVersion() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getProtocolVersion() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getProtocolVersion() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getProtocolVersion() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getPublicForkJoinPool() - Method in class com.fastasyncworldedit.core.util.TaskManager
Get the public ForkJoinPool.
getPumpkinPattern() - Static method in class com.sk89q.worldedit.function.generator.GardenPatchGenerator
Get a pattern that creates pumpkins with different faces.
getQueue(World) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Create a new queue for a given world.
getQueue(World, IBatchProcessor, IBatchProcessor) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Create a new queue for a given world.
getQueueHandler() - Method in class com.fastasyncworldedit.core.Fawe
 
getQueueHandler() - Method in interface com.fastasyncworldedit.core.IFawe
 
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 radii.
getRandom() - Method in class com.fastasyncworldedit.core.util.collection.RandomCollection
 
getRange() - Method in class com.sk89q.worldedit.command.tool.BrushTool
Get the set brush range.
getRawMeta() - Method in interface com.fastasyncworldedit.core.entity.MapMetadatable
 
getRawMeta() - Method in class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
 
getRawMeta() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getReader(BlockVector2, String, String) - Method in class com.sk89q.worldedit.world.storage.McRegionChunkStore
 
getReader(InputStream) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
Create a reader.
getRegion() - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
getRegion() - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
getRegion() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getRegion() - Method in class com.fastasyncworldedit.core.regions.FaweMask
 
getRegion() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getRegion() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getRegion() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getRegion() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
getRegion() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Get the bounding region of this extent.
getRegion() - Method in class com.sk89q.worldedit.function.EditContext
 
getRegion() - Method in class com.sk89q.worldedit.function.factory.Deform
 
getRegion() - Method in class com.sk89q.worldedit.function.mask.RegionMask
Get the region.
getRegion() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Get the selection.
getRegion() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getRegion() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getRegion() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getRegion() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getRegion() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getRegion() - Method in class com.sk89q.worldedit.regions.TransformRegion
Get the untransformed, base region.
getRegion() - Method in class com.sk89q.worldedit.session.request.RequestSelection
Get the delegate region.
getRegionExtent() - Method in class com.sk89q.worldedit.EditSession
Returns the RegionExtent that will restrict an edit, or null.
getRegions() - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
getRegions() - Method in class com.fastasyncworldedit.core.extent.HeightBoundExtent
 
getRegions() - Method in class com.fastasyncworldedit.core.extent.MultiRegionExtent
Get all allowed regions
getRegions() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getRegions() - Method in class com.fastasyncworldedit.core.extent.SingleRegionExtent
 
getRegions() - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
getRegions(Player) - Static method in class com.fastasyncworldedit.core.FaweAPI
Get a player's allowed WorldEdit region(s).
getRegions(Player, FaweMaskManager.MaskType, boolean) - Static method in class com.fastasyncworldedit.core.FaweAPI
Get a player's allowed WorldEdit region(s).
getRegionSelector(World) - Method in class com.sk89q.worldedit.LocalSession
Get the region selector for defining the selection.
getRegistries() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Gets the registry holder.
getRegistrySuggestions(Registry<V>, String) - Static method in class com.sk89q.worldedit.command.util.SuggestionHelper
 
getRelighter() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the relight engine to be used
getRelighterFactory() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get the RelighterFactory that can be used to obtain Relighters.
getRemainingString(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getRemainingWeatherDuration() - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
getRemainingWeatherDuration() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getRemainingWeatherDuration() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
getRemainingWeatherDuration() - Method in class com.sk89q.worldedit.world.NullWorld
 
getRemainingWeatherDuration() - Method in interface com.sk89q.worldedit.world.World
Gets the remaining weather duration.
getRemap(Object, Object) - Method in interface com.sk89q.worldedit.registry.state.Property
Get a PropertyRemap instance for this property with the given remap.
getReorderMode() - Method in class com.sk89q.worldedit.EditSession
Get the reorder mode.
getReorderMode() - Method in class com.sk89q.worldedit.LocalSession
Gets the reorder mode of the session.
getRepetitions() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Get the number of repetitions left.
getReplacement(Command, CommandParameters) - Method in interface com.sk89q.worldedit.internal.command.CommandUtil.ReplacementMessageGenerator
 
getResistance() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get the resistance factor for this block.
getResistance() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
getResource() - Method in class com.sk89q.worldedit.world.block.BlockType
 
getResource(Class<?>, String) - Method in interface com.sk89q.worldedit.util.io.ResourceLoader
Gets the bundled resource URL by name, relative to the provided class.
getResourceLoader() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlatform
 
getResourceLoader() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Return the resource loader.
getResponseCode() - Method in class com.sk89q.worldedit.util.net.HttpRequest
Get the response code.
getResult() - Method in exception com.sk89q.worldedit.internal.expression.invoke.ReturnException
 
getRichMessage() - Method in exception com.sk89q.worldedit.extent.clipboard.io.SchematicLoadException
Get the message of this exception as a rich text component.
getRichMessage() - Method in exception com.sk89q.worldedit.WorldEditException
Get the message of this exception as a rich text component.
getRichName() - Method in class com.sk89q.worldedit.blocks.BaseItemStack
 
getRichName() - Method in class com.sk89q.worldedit.world.block.BlockType
 
getRichName() - Method in class com.sk89q.worldedit.world.item.ItemType
 
getRichName(BaseItemStack) - Method in interface com.sk89q.worldedit.world.registry.ItemRegistry
Gets the name for the given item stack.
getRichName(BiomeType) - Method in interface com.sk89q.worldedit.world.registry.BiomeRegistry
Get the name of the biome, usually as a translatable component.
getRichName(BiomeType) - Method in class com.sk89q.worldedit.world.registry.NullBiomeRegistry
 
getRichName(BlockType) - Method in interface com.sk89q.worldedit.world.registry.BlockRegistry
Gets the name for the given block.
getRichName(BlockType) - Method in class com.sk89q.worldedit.world.registry.BundledBlockRegistry
 
getRichName(ItemType) - Method in class com.sk89q.worldedit.world.registry.BundledItemRegistry
 
getRichName(ItemType) - Method in interface com.sk89q.worldedit.world.registry.ItemRegistry
Gets the name for the given item.
getRight() - Method in enum class com.sk89q.worldedit.util.Direction
 
getRoot() - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the root Configuration that contains this ConfigurationSection.
getRoot() - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getRoot() - Method in interface com.fastasyncworldedit.core.queue.IChunk
If the chunk is a delegate, returns its parent's root
getRoot() - Method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FileSystemSnapshotDatabase
 
getRootResource(String) - Method in interface com.sk89q.worldedit.util.io.ResourceLoader
Gets the bundled resource URL by name.
getRow(int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AdditiveExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AllStatementsContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BlockContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BreakStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ContinueStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EmptyStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ExpressionStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReturnStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementsContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchLabelContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.UnaryExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.UnprioritizedExpressionContext
 
getRuleIndex() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
getRuleNames() - Method in class com.sk89q.worldedit.antlr.ExpressionLexer
 
getRuleNames() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
getSafeOpenFile(Actor, File, String, String, String...) - Method in class com.sk89q.worldedit.WorldEdit
Gets the path to a file.
getSafeOpenFile(String, String, String, String...) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Gets the path to a file for opening.
getSafeSaveFile(Actor, 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.
getScaledInstance(BufferedImage, int, int, Object, boolean) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
getSchematicsFolderPath() - Method in class com.sk89q.worldedit.WorldEdit
Gets the path to the folder in which schematics are saved by default
getScheme() - Method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FileSystemSnapshotDatabase
 
getScheme() - Method in interface com.sk89q.worldedit.world.snapshot.experimental.SnapshotDatabase
Get the URI scheme handled by this database.
getScope() - Method in class com.fastasyncworldedit.core.extent.DisallowedBlocksExtent
 
getScope() - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
getScope() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
getScope() - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
getScope() - Method in class com.fastasyncworldedit.core.extent.processor.EmptyBatchProcessor
 
getScope() - Method in class com.fastasyncworldedit.core.extent.processor.EntityInBlockRemovingProcessor
 
getScope() - Method in class com.fastasyncworldedit.core.extent.processor.heightmap.HeightmapProcessor
 
getScope() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.RelightProcessor
 
getScope() - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
getScope() - Method in class com.fastasyncworldedit.core.extent.processor.NullProcessor
 
getScope() - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
getScope() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
getScope() - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Default to CUSTOM ProcessorScope as we want custom processors people add to be before we write history, but after FAWE does it's own stuff.
getScope() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
getScope() - Method in class com.fastasyncworldedit.core.regions.FaweMask
 
getScope() - Method in class com.sk89q.worldedit.extent.MaskingExtent
 
getScope() - Method in interface com.sk89q.worldedit.regions.Region
 
getScore() - Method in class com.sk89q.worldedit.util.WeightedChoice.Choice
Get the score.
getScrollAction() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getSD(double[], double) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
getSD(int[], double) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
getSecondary() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
getSectionBytes() - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
getSectionCount() - Method in interface com.fastasyncworldedit.core.queue.IBlocks
Get the number of stored sections
getSectionCount() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getSectionCount() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
getSectionCount() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getSectionCount() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getSectionCount() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getSectionCount() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getSections() - Method in class com.fastasyncworldedit.core.configuration.Config.ConfigBlock
 
getSeed() - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
getSeed() - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
getSeed() - Method in class com.sk89q.worldedit.math.noise.VoronoiNoise
 
getSeed() - Method in class com.sk89q.worldedit.world.RegenOptions
The seed to regenerate with.
getSegment(double) - Method in interface com.sk89q.worldedit.math.interpolation.Interpolation
Get the segment position.
getSegment(double) - Method in class com.sk89q.worldedit.math.interpolation.KochanekBartelsInterpolation
 
getSegment(double) - Method in class com.sk89q.worldedit.math.interpolation.LinearInterpolation
 
getSegment(double) - Method in class com.sk89q.worldedit.math.interpolation.ReparametrisingInterpolation
 
getSelectedSlot() - Method in interface com.fastasyncworldedit.core.extent.inventory.SlottableBlockBag
 
getSelection() - Method in interface com.sk89q.worldedit.entity.Player
Get the player's selection region.
getSelection() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Attempts to retrieve the selection associated with this context.
getSelection() - Method in class com.sk89q.worldedit.LocalSession
Get the selection region.
getSelection(World) - Method in class com.sk89q.worldedit.LocalSession
Get the selection region.
getSelectionInfoLines() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Get lines of information about the selection.
getSelectionInfoLines() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getSelectionInfoLines() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getSelectionInfoLines() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getSelectionInfoLines() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getSelectionInfoLines() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getSelectionWorld() - Method in class com.sk89q.worldedit.LocalSession
Get the selection world.
getSelectorClass() - Method in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
Get the selector class.
getSerializedATN() - Method in class com.sk89q.worldedit.antlr.ExpressionLexer
 
getSerializedATN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
getSession() - Method in class com.sk89q.worldedit.event.platform.CommandEvent
 
getSession() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get the LocalSession.
getSession() - Method in class com.sk89q.worldedit.function.EditContext
 
getSession() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Get the player's session.
getSession() - Method in class com.sk89q.worldedit.session.request.Request
Get the request session.
getSession() - Method in interface com.sk89q.worldedit.session.SessionOwner
 
getSessionKey() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getSessionKey() - Method in interface com.sk89q.worldedit.session.SessionOwner
Get an object describing this session.
getSessionManager() - Method in class com.sk89q.worldedit.WorldEdit
Return the session manager.
getSettings() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getShort(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a short named with the given index.
getShort(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a short named with the given key.
getShortList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of Short by a path.
getShortList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getSideEffectApplier() - Method in class com.sk89q.worldedit.EditSession
 
getSideEffectSet() - Method in class com.sk89q.worldedit.extent.world.SideEffectExtent
 
getSideEffectSet() - Method in class com.sk89q.worldedit.LocalSession
Gets the side effect applier of this session.
getSideEffectsToApply() - Method in class com.sk89q.worldedit.util.SideEffectSet
 
getSize() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getSize() - Method in interface com.fastasyncworldedit.core.history.changeset.ChangeSetSummary
 
getSize() - Method in class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
getSize() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
getSize() - Method in class com.sk89q.worldedit.command.tool.BrushTool
Get the set brush size.
getSize(int) - Static method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
getSize(ChangeSet) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getSizeExpression() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getSizeInMemory() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getSizeInMemory() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getSizeInMemory() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getSizeOnDisk() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getSizeOnDisk() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getSkyLight() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
getSkyLight() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getSkyLight() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getSkyLight() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getSkyLight() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getSkyLight() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getSkyLight(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
getSkyLight(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
getSkyLight(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getSkyLight(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getSkyLight(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getSkyLight(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
getSkyLight(int, int, int) - Method in interface com.sk89q.worldedit.extent.InputExtent
 
getSkyLight(MutableBlockVector3) - Method in interface com.sk89q.worldedit.extent.InputExtent
Get the sky light level at the given location.
getSkyLight(ChunkHolder, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
getSlice(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getSlipperiness() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get the slipperiness factor for this block.
getSlipperiness() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
getSlope(T, BlockVector3, Extent) - Method in class com.fastasyncworldedit.core.function.pattern.AngleColorPattern
 
getSlope(T, BlockVector3, Extent) - Method in class com.fastasyncworldedit.core.function.pattern.AnglePattern
 
getSlot(String) - Method in class com.sk89q.worldedit.internal.expression.SlotTable
 
getSlots() - Method in class com.sk89q.worldedit.internal.expression.ExecutionData
 
getSlots() - Method in class com.sk89q.worldedit.internal.expression.Expression
 
getSlotValue(String) - Method in class com.sk89q.worldedit.internal.expression.SlotTable
 
getSnapshot() - Method in class com.sk89q.worldedit.LocalSession
Get the legacy snapshot that has been selected.
getSnapshot(String) - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Get a snapshot.
getSnapshot(URI) - Method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FileSystemSnapshotDatabase
 
getSnapshot(URI) - Method in interface com.sk89q.worldedit.world.snapshot.experimental.SnapshotDatabase
Get a snapshot by name.
getSnapshotAfter(ZonedDateTime, String) - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Get the first snapshot after a date.
getSnapshotBefore(ZonedDateTime, String) - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Get the first snapshot before a date.
getSnapshotExperimental() - Method in class com.sk89q.worldedit.LocalSession
Get the snapshot that has been selected.
getSnapshots(boolean, String) - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Get a list of snapshots in a directory.
getSnapshots(String) - Method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FileSystemSnapshotDatabase
 
getSnapshots(String) - Method in interface com.sk89q.worldedit.world.snapshot.experimental.SnapshotDatabase
Get all snapshots by world, unsorted.
getSnapshotsAfter(String, ZonedDateTime) - Method in interface com.sk89q.worldedit.world.snapshot.experimental.SnapshotDatabase
 
getSnapshotsBefore(String, ZonedDateTime) - Method in interface com.sk89q.worldedit.world.snapshot.experimental.SnapshotDatabase
 
getSnapshotsNewestFirst(String) - Method in interface com.sk89q.worldedit.world.snapshot.experimental.SnapshotDatabase
 
getSnapshotsOldestFirst(String) - Method in interface com.sk89q.worldedit.world.snapshot.experimental.SnapshotDatabase
 
getSolidBlockTrace(int) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
getSolidBlockTrace(int) - Method in interface com.sk89q.worldedit.entity.Player
Get the point of the block being looked at.
getSolidBlockTrace(int) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
getSolidTargetBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
Returns the block at the sight.
getSource() - Method in class com.fastasyncworldedit.core.jnbt.CompressedCompoundTag
 
getSourceFunction() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Get the function that gets applied to all source blocks after the copy has been made.
getSourceMask() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getSourceMask() - Method in class com.sk89q.worldedit.command.tool.BrushTool
Get the filter.
getSourceMask() - Method in class com.sk89q.worldedit.EditSession
Get the source mask.
getSourceMask() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Get the mask that gets applied to the source extent.
getSourceMask() - Method in class com.sk89q.worldedit.LocalSession
Get the mask.
getSourceURI() - Method in class com.fastasyncworldedit.core.event.extent.ActorSaveClipboardEvent
 
getSpawnPosition() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getSpawnPosition() - Method in class com.sk89q.worldedit.world.NullWorld
 
getSpawnPosition() - Method in interface com.sk89q.worldedit.world.World
Gets the spawn position of this world.
getStage() - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Get the stage that is being wrapped.
getStart() - Method in class com.sk89q.worldedit.internal.util.Substring
 
getState() - Method in class com.fastasyncworldedit.core.extent.HistoryExtent.TrackedEntity
 
getState() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
 
getState() - Method in interface com.sk89q.worldedit.entity.Entity
Get a copy of the entity's state.
getState() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getState() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard.ClipboardEntity
 
getState() - Method in class com.sk89q.worldedit.util.task.FutureForwardingTask
 
getState() - Method in interface com.sk89q.worldedit.util.task.Task
Get the state of the task.
getState(int, int) - Static method in class com.sk89q.worldedit.world.block.BaseBlock
 
getState(PropertyKey) - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
getState(PropertyKey) - Method in class com.sk89q.worldedit.world.block.BlockState
Deprecated.
getState(PropertyKey) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Gets the value for the given state.
getState(Property<V>) - Method in class com.sk89q.worldedit.world.block.BaseBlock
Gets the State for this Block.
getState(Property<V>) - Method in class com.sk89q.worldedit.world.block.BlockState
 
getState(Property<V>) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Gets the value for the given state.
getState(SideEffect) - Method in class com.sk89q.worldedit.util.SideEffectSet
 
getState(Map<Property<?>, Object>) - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated, for removal: This API element is subject to removal in a future version.
Not working. Not necessarily for removal, but WARNING DO NOT USE FOR NOW
getStateAbove(Extent) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getStateAbove(Extent) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getStateAbove(Extent) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getStateRelativeY(Extent, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getStateRelativeY(Extent, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getStateRelativeY(Extent, int) - Method in class com.sk89q.worldedit.math.BlockVector3
 
getStates() - Method in class com.sk89q.worldedit.world.block.BaseBlock
Gets a map of state to state values.
getStates() - Method in class com.sk89q.worldedit.world.block.BlockState
 
getStates() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Gets an immutable collection of the states.
getStates() - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState
 
getStatusMessages() - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
getStatusMessages() - Method in class com.sk89q.worldedit.function.operation.DelegateOperation
 
getStatusMessages() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
 
getStatusMessages() - Method in interface com.sk89q.worldedit.function.operation.Operation
Gets an iterable of messages that describe the current status of the operation.
getStatusMessages() - Method in class com.sk89q.worldedit.function.operation.OperationQueue
 
getStatusMessages() - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
getStatusMessages() - Method in class com.sk89q.worldedit.function.visitor.EntityVisitor
 
getStatusMessages() - Method in class com.sk89q.worldedit.function.visitor.FlatRegionVisitor
 
getStatusMessages() - Method in class com.sk89q.worldedit.function.visitor.RegionVisitor
Deprecated.
 
getStoragePath() - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
getStoragePath() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
getStoragePath() - Method in interface com.sk89q.worldedit.world.World
Get the folder in which this world is stored.
getStretched(Set<BlockVector3>, double) - Static method in class com.sk89q.worldedit.EditSession
 
getString(int) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Get a string named with the given index.
getString(int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getString(int, int) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getString(int, String) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getString(Object) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
getString(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested String by a path.
getString(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getString(String) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Get a string named with the given key.
getString(String) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a string at a location.
getString(String, String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested String by a path, returning a default value if not found.
getString(String, String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
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) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets the requested List of String by path.
getStringList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getStringList(String, List<String>) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a list of Strings.
getStringSet(String, String[]) - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
Get a String set.
getStyle() - Method in enum class com.sk89q.util.yaml.YAMLFormat
 
getSubCommands(Command) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
 
getSubstring() - Method in class com.sk89q.worldedit.internal.util.Substring
 
getSuggestionContext() - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getSuggestions() - Method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
 
getSuggestions() - Method in class com.sk89q.worldedit.event.platform.CommandSuggestionEvent
Get the list of suggestions that are to be presented.
getSuggestions(String) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.BiomePatternParser
 
getSuggestions(String) - Method in class com.fastasyncworldedit.core.extension.factory.parser.RichParser
 
getSuggestions(String) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.RandomTransformParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.DefaultItemParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BiomeMaskParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BlockCategoryMaskParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BlocksMaskParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BlockStateMaskParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.ExpressionMaskParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.NegateMaskParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.NoiseMaskParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.OffsetMaskParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.BlockCategoryPatternParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.ClipboardPatternParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.RandomPatternParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.RandomStatePatternParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.SingleBlockPatternParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.TypeOrStateApplyingPatternParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.internal.registry.AbstractFactory
Deprecated.
getSuggestions(String) - Method in class com.sk89q.worldedit.internal.registry.InputParser
Deprecated.
getSuggestions(String) - Method in class com.sk89q.worldedit.internal.registry.SimpleInputParser
 
getSuggestions(String) - Method in class com.sk89q.worldedit.registry.NamespacedRegistry
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.AdjacentMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.AngleMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.BesideMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.ExtremaMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.RadiusMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.RichOffsetMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.ROCAngleMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.SimplexMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.SurfaceAngleMaskParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.AngleColorPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.AverageColorPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.BiomePatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.BufferedPattern2DParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.BufferedPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.ColorPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.DesaturatePatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.Linear2DPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.Linear3DPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.LinearPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.MaskedPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoisePatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoXPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoYPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoZPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.OffsetPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.RandomFullClipboardPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.RandomOffsetPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.RelativePatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.SaturatePatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.SolidRandomOffsetPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.SurfaceRandomOffsetPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.TypeSwapPatternParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.RichParser
Deprecated.
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.Linear3DTransformParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.LinearTransformParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.OffsetTransformParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.PatternTransformParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.RotateTransformParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.ScaleTransformParser
 
getSuggestions(String, int) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.SpreadTransformParser
 
getSuggestions(String, int, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.RichParser
Returns a stream of suggestions for the argument at the given index.
getSuggestions(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.MaskFactory
 
getSuggestions(String, ParserContext) - Method in class com.sk89q.worldedit.internal.registry.AbstractFactory
 
getSuggestions(String, ParserContext) - Method in class com.sk89q.worldedit.internal.registry.InputParser
Gets a stream of suggestions of input to this parser.
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.AbstractDirectionConverter
 
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.CommaSeparatedValuesConverter
 
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.EntityRemoverConverter
 
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.FactoryConverter
 
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.LocationConverter
 
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.OffsetConverter
 
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.RegistryConverter
 
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.SideEffectConverter
 
getSuggestions(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.argument.WorldConverter
 
getSuperPickaxe() - Method in class com.sk89q.worldedit.LocalSession
Get the assigned block tool.
getSupervisor() - Method in class com.sk89q.worldedit.WorldEdit
Get the supervisor.
getSupportedSideEffects() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get a set of SideEffects supported by this platform.
getSupportedSideEffects() - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Get the current supported SideEffects.
getSurvivalExtent() - Method in class com.sk89q.worldedit.EditSession
getTag() - Method in class com.sk89q.jnbt.NamedTag
Deprecated.
Get the tag.
getTag(Class<?>, Tag) - Method in class com.fastasyncworldedit.core.configuration.file.YamlRepresenter
 
getTag(Map<String, Tag>, String, Class<T>) - Static method in class com.sk89q.worldedit.extent.clipboard.io.NBTSchematicReader
 
getTagFromJson(String) - Static method in class com.fastasyncworldedit.core.jnbt.JSON2NBT
 
getTarget(Player, boolean) - Method in class com.fastasyncworldedit.core.command.tool.brush.InspectBrush
 
getTargetBlock() - Method in class com.sk89q.worldedit.util.TargetBlock
Returns the block at the sight.
getTargetBlockFace() - Method in class com.sk89q.worldedit.util.TargetBlock
 
getTargetMode() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
getTargetOffset() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
getTaskManager() - Static method in class com.fastasyncworldedit.core.FaweAPI
The TaskManager has some useful methods for doing things asynchronously.
getTaskManager() - Method in interface com.fastasyncworldedit.core.IFawe
 
getTasks() - Method in class com.sk89q.worldedit.util.task.SimpleSupervisor
 
getTasks() - Method in interface com.sk89q.worldedit.util.task.Supervisor
Get a list of running or queued tasks.
getTemperatePattern() - Static method in class com.sk89q.worldedit.function.generator.FloraGenerator
Get a pattern for plants to place inside a temperate environment.
getTemporal() - Static method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
getTension() - Method in class com.sk89q.worldedit.math.interpolation.Node
 
getText() - Method in class com.sk89q.worldedit.blocks.SignBlock
Get the text.
getText(String) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getTexture(LocalSession) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
getTextureUtil() - Method in class com.fastasyncworldedit.core.Fawe
 
getTextureUtil() - Method in interface com.fastasyncworldedit.core.util.TextureHolder
 
getTextureUtil() - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
getTextureUtil() - Method in class com.sk89q.worldedit.LocalSession
Get the TextureUtil currently being used
getThreads() - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getTick() - Method in class com.fastasyncworldedit.core.util.FaweTimer
 
getTickCount() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlatform
 
getTickCount() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get the number of ticks since the server started.
getTickMillis() - Method in class com.fastasyncworldedit.core.util.FaweTimer
 
getTickStart() - Method in class com.fastasyncworldedit.core.util.FaweTimer
 
getTile(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
getTile(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getTile(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getTile(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getTile(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getTile(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getTile(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getTile(int, int, int) - Method in interface com.fastasyncworldedit.core.queue.ITileInput
 
getTileCreateIS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getTileCreateIS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getTileCreateIS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getTileCreateOS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getTileCreateOS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getTileCreateOS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getTileEntities() - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
getTileEntities() - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getTileEntities() - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
getTileEntities() - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
getTileIterator(NBTInputStream, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getTileRemoveIS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getTileRemoveIS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getTileRemoveIS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getTileRemoveOS() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
getTileRemoveOS() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getTileRemoveOS() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
getTiles() - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
getTiles() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
getTiles() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
getTiles() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
getTiles() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
getTiles() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getTiles() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getTime() - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
getTimeLimit() - Method in interface com.sk89q.worldedit.scripting.CraftScriptEngine
 
getTimeLimit() - Method in class com.sk89q.worldedit.scripting.RhinoCraftScriptEngine
 
getTimeout() - Method in class com.sk89q.worldedit.LocalSession
Get the maximum time allowed for certain executions to run before cancelling them, such as expressions.
getTimer() - Method in class com.fastasyncworldedit.core.Fawe
Gets the TPS monitor.
getTimeZone() - Method in class com.sk89q.worldedit.LocalSession
Get the session's timezone.
getTimeZone() - Method in class com.fastasyncworldedit.core.configuration.file.YamlRepresenter
 
getTitle() - Method in class com.sk89q.worldedit.util.report.DataReport
 
getTitle() - Method in interface com.sk89q.worldedit.util.report.Report
 
getTitle() - Method in class com.sk89q.worldedit.util.report.ReportList
 
getTitle() - Method in class com.sk89q.worldedit.util.report.StackTraceReport
 
getTokenNames() - Method in class com.sk89q.worldedit.antlr.ExpressionLexer
Deprecated.
getTokenNames() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
Deprecated.
getTool() - Method in class com.fastasyncworldedit.core.command.tool.scroll.Scroll
 
getTool(BaseItem, Player) - Method in class com.sk89q.worldedit.LocalSession
 
getTool(Player) - Method in class com.sk89q.worldedit.LocalSession
 
getTool(Player, LocalSession, BaseItem) - Static method in class com.fastasyncworldedit.core.util.BrushCache
 
getTool(ItemType) - Method in class com.sk89q.worldedit.LocalSession
Deprecated.
This method is deprecated and only for compatibility with WorldEdit. Use LocalSession.getTool(BaseItem, Player) instead.
getTool(ItemType, Player) - Method in class com.sk89q.worldedit.LocalSession
Deprecated.
getTotal() - Method in class com.fastasyncworldedit.core.extent.filter.CountFilter
 
getTotal() - Method in class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
getTotal(ABlockMask) - Method in class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
getTotalSize(Path) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
getTouchedLocations() - Method in class com.sk89q.worldedit.extent.TracingExtent
 
getTPS() - Method in class com.fastasyncworldedit.core.Fawe
 
getTPS() - Method in class com.fastasyncworldedit.core.util.FaweTimer
 
getTraceMask() - Method in class com.sk89q.worldedit.command.tool.BrushTool
Get the mask used for identifying where to stop traces.
getTracingExtents() - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Get the current list of tracing extents.
getTransform() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
getTransform() - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
 
getTransform() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
getTransform() - Method in class com.sk89q.worldedit.EditSession
 
getTransform() - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
Get the transform.
getTransform() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Get the transformation that will occur on every point.
getTransform() - Method in class com.sk89q.worldedit.LocalSession
 
getTransform() - Method in class com.sk89q.worldedit.regions.TransformRegion
Get the transform that is applied.
getTransform() - Method in class com.sk89q.worldedit.session.ClipboardHolder
Get the transform.
getTransformedRegion() - Method in class com.sk89q.worldedit.command.FlattenedClipboardTransform
Get the transformed region.
getTransformFactory() - Method in class com.sk89q.worldedit.WorldEdit
Get the transform factory from which new ResettableExtents can be constructed.
getTranslationManager() - Method in class com.sk89q.worldedit.WorldEdit
Return the translation manager.
getTranslationMap(Locale) - Method in class com.sk89q.worldedit.util.translation.TranslationManager
 
getTranslations(Locale) - Static method in class com.fastasyncworldedit.core.FaweAPI
 
getTriangles() - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
getTriangles() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
getType() - Method in exception com.fastasyncworldedit.core.internal.exception.FaweException
getType() - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Gets the type of item in this list.
getType() - Method in class com.sk89q.worldedit.blocks.BaseItem
Get the type of item.
getType() - Method in class com.sk89q.worldedit.entity.BaseEntity
Get the type of entity.
getType() - Method in interface com.sk89q.worldedit.entity.Entity
 
getType() - Method in class com.sk89q.worldedit.event.platform.BlockInteractEvent
Get the type of interaction.
getType() - Method in exception com.sk89q.worldedit.extent.inventory.OutOfSpaceException
Get the type of the block
getTypeClass(int) - Static method in class com.sk89q.jnbt.NBTUtils
Deprecated.
Gets the class of a type of tag.
getTypeCode() - Method in class com.sk89q.jnbt.ByteArrayTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.ByteTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.DoubleTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.EndTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.FloatTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.IntArrayTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.IntTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.ListTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.LongArrayTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.LongTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.ShortTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.StringTag
Deprecated.
 
getTypeCode() - Method in class com.sk89q.jnbt.Tag
Deprecated.
 
getTypeCode(Class<? extends Tag>) - Static method in class com.sk89q.jnbt.NBTUtils
Deprecated.
Gets the type code of a tag class.
getTypeDistribution() - Method in class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
getTypeId() - Method in interface com.sk89q.worldedit.internal.cui.CUIEvent
 
getTypeId() - Method in class com.sk89q.worldedit.internal.cui.SelectionCylinderEvent
 
getTypeId() - Method in class com.sk89q.worldedit.internal.cui.SelectionEllipsoidPointEvent
 
getTypeId() - Method in class com.sk89q.worldedit.internal.cui.SelectionMinMaxEvent
 
getTypeId() - Method in class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
 
getTypeId() - Method in class com.sk89q.worldedit.internal.cui.SelectionPointEvent
 
getTypeId() - Method in class com.sk89q.worldedit.internal.cui.SelectionPolygonEvent
 
getTypeId() - Method in class com.sk89q.worldedit.internal.cui.SelectionShapeEvent
 
getTypeID() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getTypeID() - Method in interface com.sk89q.worldedit.internal.cui.CUIRegion
Returns the type ID to send to CUI in the selection event.
getTypeID() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getTypeID() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getTypeID() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getTypeID() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getTypeID() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getTypeName() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getTypeName() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
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.selector.ConvexPolyhedralRegionSelector
 
getTypeName() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getTypeName() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getTypeName() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getTypeName() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getTypeName() - Method in class com.sk89q.worldedit.regions.selector.SphereRegionSelector
 
getTypeName(Class<? extends Tag>) - Static method in class com.sk89q.jnbt.NBTUtils
Deprecated.
Gets the type name of a tag.
getTypes() - Static method in class com.fastasyncworldedit.core.function.pattern.SolidRandomOffsetPattern
 
getUniqueId() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getUniqueId() - Method in interface com.sk89q.worldedit.util.Identifiable
Get the UUID for this object.
getUniqueId() - Method in class com.sk89q.worldedit.util.task.AbstractTask
 
getUniqueId() - Method in interface com.sk89q.worldedit.util.task.Task
Get the unique ID of this task.
getUnsafe() - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
getUri() - Method in class com.fastasyncworldedit.core.extent.clipboard.URIClipboardHolder
Deprecated.
If a holder has multiple sources, this will return an empty URI
getURI() - Method in class com.fastasyncworldedit.core.event.extent.PasteEvent
 
getURI() - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
getURI() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
getURI(Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.LazyClipboardHolder
 
getURI(Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
getURI(Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.URIClipboardHolder
 
getURIs() - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
getURIs() - Method in class com.fastasyncworldedit.core.extent.clipboard.URIClipboardHolder
 
getUsage() - Method in exception com.sk89q.minecraft.util.commands.CommandUsageException
 
getUsage(String[], int, Command) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Get the usage string for a command.
getUsedBytes() - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
getUUID() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
getUUID() - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
 
getUUID(String) - Method in interface com.fastasyncworldedit.core.IFawe
 
getValidBlockForPosition(NBS, NP) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
getValidBlockIds() - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
getValue() - Method in class com.fastasyncworldedit.core.jnbt.CompressedCompoundTag
 
getValue() - Method in class com.fastasyncworldedit.core.jnbt.NumberTag
 
getValue() - Method in class com.fastasyncworldedit.core.math.FastBitSet.IntIterator
 
getValue() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap.AdaptedPair
 
getValue() - Method in class com.fastasyncworldedit.core.util.collection.MutablePair
 
getValue() - Method in class com.sk89q.jnbt.ByteArrayTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.ByteTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.DoubleTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.EndTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.FloatTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.IntArrayTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.IntTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.ListTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.LongArrayTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.LongTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.ShortTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.StringTag
Deprecated.
 
getValue() - Method in class com.sk89q.jnbt.Tag
Deprecated.
Gets the value of this tag.
getValue() - Method in class com.sk89q.worldedit.internal.expression.LocalSlot.Constant
 
getValue() - Method in interface com.sk89q.worldedit.internal.expression.LocalSlot
 
getValue() - Method in class com.sk89q.worldedit.internal.expression.LocalSlot.Variable
 
getValue() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.Entry
 
getValue() - Method in class com.sk89q.worldedit.util.concurrency.LazyReference
 
getValue() - Method in class com.sk89q.worldedit.util.WeightedChoice.Choice
Get the chosen value.
getValue(int) - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
getValueFlags() - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
getValueFor(String) - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
getValueFor(String) - Method in class com.sk89q.worldedit.registry.state.BooleanProperty
 
getValueFor(String) - Method in class com.sk89q.worldedit.registry.state.DirectionalProperty
 
getValueFor(String) - Method in class com.sk89q.worldedit.registry.state.EnumProperty
 
getValueFor(String) - Method in class com.sk89q.worldedit.registry.state.IntegerProperty
 
getValueFor(String) - Method in interface com.sk89q.worldedit.registry.state.Property
Gets the value for the given string, or null.
getValueReader() - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
getValues() - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
getValues() - Method in interface com.sk89q.worldedit.registry.state.Property
Return a list of available values for this state.
getValues(boolean) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Gets a Map containing all keys, and their values for this section.
getValues(boolean) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
getVariable(String) - Method in class com.sk89q.worldedit.internal.expression.SlotTable
 
getVector(String) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a vector at a location.
getVector(String, Vector3) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a string at a location.
getVector2(String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.PrimitiveBindings
Gets a type from a Binding.
getVector2(String) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a 2D vector at a location.
getVector2List(String, List<Vector2>) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a list of 2D vectors.
getVector3(String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.PrimitiveBindings
Gets a type from a Binding.
getVectorList(String, List<Vector3>) - Method in class com.sk89q.util.yaml.YAMLNode
Gets a list of vectors.
getVersion() - Method in class com.fastasyncworldedit.core.Fawe
The FAWE version.
getVersion() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get the version of WorldEdit that this platform provides.
getVersion() - Static method in class com.sk89q.worldedit.WorldEdit
Get the version.
getVertex(int) - Method in class com.fastasyncworldedit.core.regions.Triangle
 
getVertex(int) - Method in class com.sk89q.worldedit.regions.polyhedron.Triangle
Returns the triangle's vertex with the given index, counter-clockwise.
getVertex(Vector3, Vector3, double) - Static method in class com.fastasyncworldedit.core.command.tool.brush.CatenaryBrush
 
getVertices() - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
getVertices() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getVertices() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getVertices() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
getVertices() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Get the vertices.
getVertices() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getVertices() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getVisited() - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
getVocabulary() - Method in class com.sk89q.worldedit.antlr.ExpressionLexer
 
getVocabulary() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
getVolume() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getVolume() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
getVolume() - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
getVolume() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
getVolume() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
getVolume() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getVolume() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
getVolume() - Method in interface com.sk89q.worldedit.regions.Region
Get the number of blocks in the region.
getVolume() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Get the number of blocks inside the region.
getVolume() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getVolume() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getVolume() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getVolume() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getVolume() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getVolume() - Method in class com.sk89q.worldedit.regions.TransformRegion
 
getVolume() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getWalls() - Method in class com.sk89q.worldedit.regions.CuboidRegion
Get a region that contains the walls (all faces but the ones parallel to the X-Z plane) of this cuboid.
getWandItem() - Method in class com.sk89q.worldedit.LocalSession
Get the preferred wand item for this user, or null to use the default
getWatchdog() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get the watchdog service.
getWeather() - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
getWeather() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
getWeather() - Method in class com.sk89q.worldedit.world.AbstractWorld
 
getWeather() - Method in class com.sk89q.worldedit.world.NullWorld
 
getWeather() - Method in interface com.sk89q.worldedit.world.World
Gets the weather type of the world.
getWidth() - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
getWidth() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getWidth() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
getWidth() - Method in class com.sk89q.worldedit.math.convolution.Kernel
 
getWidth() - Method in class com.sk89q.worldedit.regions.AbstractRegion
Get X-size.
getWidth() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
getWidth() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
getWidth() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getWidth() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
getWidth() - Method in interface com.sk89q.worldedit.regions.Region
Get X-size.
getWidth() - Method in class com.sk89q.worldedit.regions.TransformRegion
 
getWidth() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getWorkingDirectory() - Method in class com.sk89q.worldedit.LocalConfiguration
getWorkingDirectoryFile(String) - Method in class com.sk89q.worldedit.WorldEdit
getWorkingDirectoryPath() - Method in class com.sk89q.worldedit.LocalConfiguration
Get the working directory to work from.
getWorkingDirectoryPath(String) - Method in class com.sk89q.worldedit.WorldEdit
Get a file relative to the defined working directory.
getWorld() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
getWorld() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
getWorld() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
getWorld() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
getWorld() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
getWorld() - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
getWorld() - Method in class com.sk89q.worldedit.EditSession
Get the world.
getWorld() - Method in class com.sk89q.worldedit.EditSessionBuilder
Get the world to be edited if present or null
getWorld() - Method in interface com.sk89q.worldedit.entity.Player
Return the world that the player is on.
getWorld() - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Get the world.
getWorld() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get the World set on this context.
getWorld() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
getWorld() - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
getWorld() - Method in class com.sk89q.worldedit.regions.NullRegion
 
getWorld() - Method in interface com.sk89q.worldedit.regions.Region
Sets the world that the selection is in.
getWorld() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Get the world for the region selector.
getWorld() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
getWorld() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
getWorld() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
getWorld() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
getWorld() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
getWorld() - Method in class com.sk89q.worldedit.session.request.Request
Get the request world.
getWorld() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
getWorld(String) - Static method in class com.fastasyncworldedit.core.FaweAPI
 
getWorldEdit() - Method in class com.fastasyncworldedit.core.extension.platform.binding.Bindings
 
getWorldEdit() - Method in class com.fastasyncworldedit.core.Fawe
 
getWorldEdit() - Method in class com.sk89q.worldedit.command.argument.AbstractDirectionConverter
 
getWorldEditKind() - Method in class com.sk89q.worldedit.WorldEditManifest
 
getWorldEditVersion() - Method in class com.sk89q.worldedit.WorldEditManifest
 
getWorldForEditing() - Method in interface com.sk89q.worldedit.entity.Player
Get the world the player is editing in.
getWorldForEditing(World) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Given a world, possibly return the same world but using a different platform preferred for world editing operations.
getWorldMaxY() - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
getWorldMinY() - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
getWorldName() - Method in exception com.sk89q.worldedit.world.storage.MissingWorldException
Get name of the world in question.
getWorldOverride() - Method in class com.sk89q.worldedit.LocalSession
 
getWorlds() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlatform
 
getWorlds() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get a list of available or loaded worlds.
getWriter(OutputStream) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
Create a writer.
getX() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getX() - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
getX() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getX() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getX() - Method in class com.fastasyncworldedit.core.extent.filter.block.SingleFilterBlock
 
getX() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getX() - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
getX() - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
getX() - Method in class com.fastasyncworldedit.core.math.OffsetBlockVector3
 
getX() - Method in class com.fastasyncworldedit.core.math.Vector3Impl
 
getX() - Method in interface com.fastasyncworldedit.core.queue.IChunk
Get chunkX
getX() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getX() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getX() - Method in class com.sk89q.worldedit.math.BlockVector2
Get the X coordinate.
getX() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the X coordinate.
getX() - Method in class com.sk89q.worldedit.math.BlockVector3Imp
 
getX() - Method in class com.sk89q.worldedit.math.Vector2
Get the X coordinate.
getX() - Method in class com.sk89q.worldedit.math.Vector3
Get the X coordinate.
getX() - Method in enum class com.sk89q.worldedit.util.Direction
 
getXOrigin() - Method in class com.sk89q.worldedit.math.convolution.Kernel
 
getY() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getY() - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
getY() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getY() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getY() - Method in class com.fastasyncworldedit.core.extent.filter.block.SingleFilterBlock
 
getY() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getY() - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
getY() - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
getY() - Method in class com.fastasyncworldedit.core.math.OffsetBlockVector3
 
getY() - Method in class com.fastasyncworldedit.core.math.Vector3Impl
 
getY() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the Y coordinate.
getY() - Method in class com.sk89q.worldedit.math.BlockVector3Imp
 
getY() - Method in class com.sk89q.worldedit.math.Vector3
Get the Y coordinate.
getY() - Method in enum class com.sk89q.worldedit.util.Direction
 
getYaw() - Method in class com.sk89q.worldedit.util.Location
Get the yaw in degrees.
getYOrigin() - Method in class com.sk89q.worldedit.math.convolution.Kernel
 
getZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
getZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
getZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
getZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
getZ() - Method in class com.fastasyncworldedit.core.extent.filter.block.SingleFilterBlock
 
getZ() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
getZ() - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
getZ() - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
getZ() - Method in class com.fastasyncworldedit.core.math.OffsetBlockVector3
 
getZ() - Method in class com.fastasyncworldedit.core.math.Vector3Impl
 
getZ() - Method in interface com.fastasyncworldedit.core.queue.IChunk
Get chunkZ
getZ() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
getZ() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
getZ() - Method in class com.sk89q.worldedit.math.BlockVector2
Get the Z coordinate.
getZ() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the Z coordinate.
getZ() - Method in class com.sk89q.worldedit.math.BlockVector3Imp
 
getZ() - Method in class com.sk89q.worldedit.math.Vector2
Get the Z coordinate.
getZ() - Method in class com.sk89q.worldedit.math.Vector3
Get the Z coordinate.
getZ() - Method in enum class com.sk89q.worldedit.util.Direction
 
GHAST - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
GHAST_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GHAST_TEAR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GIANT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
GIANT_SPRUCE_TAIGA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
GIANT_SPRUCE_TAIGA_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
GIANT_TREE_TAIGA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
GIANT_TREE_TAIGA_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
GILDED_BLACKSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GILDED_BLACKSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
giveItem(BaseItemStack) - Method in interface com.sk89q.worldedit.entity.Player
Gives the player an item.
giveItem(BaseItemStack) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLASS_BOTTLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLISTERING_MELON_SLICE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
global() - Method in class com.fastasyncworldedit.core.command.ListFilters
 
GLOBAL() - Static method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
GLOBE_BANNER_PATTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLOW_BERRIES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLOW_INK_SAC - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLOW_ITEM_FRAME - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
GLOW_ITEM_FRAME - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLOW_LICHEN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GLOW_LICHEN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLOW_SQUID - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
GLOW_SQUID_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLOWSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GLOWSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GLOWSTONE_DUST - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
gmask(Actor, LocalSession, Mask) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
GOAT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
GOAT_HORN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOAT_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOATS_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
GOLD_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GOLD_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLD_INGOT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLD_NUGGET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLD_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GOLD_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLD_ORES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
GOLD_ORES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
GOLDEN_APPLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_AXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_BOOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_CARROT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_CHESTPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_HELMET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_HOE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_HORSE_ARMOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_LEGGINGS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_PICKAXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_SHOVEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLDEN_SWORD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GOLEMS - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
GRANITE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRANITE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRANITE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRANITE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRANITE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRANITE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRANITE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRANITE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
grass - Variable in class com.fastasyncworldedit.core.util.TextureUtil.BiomeColor
 
GRASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
Deprecated.
GRASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
Deprecated.
GRASS_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRASS_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRASS_PATH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
Deprecated.
grassCombined - Variable in class com.fastasyncworldedit.core.util.TextureUtil.BiomeColor
 
GRAVEL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAVEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAVELLY_MOUNTAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
gravityBrush(InjectedValueAccess, Expression, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
GravityBrush - Class in com.sk89q.worldedit.command.tool.brush
 
GravityBrush(boolean) - Constructor for class com.sk89q.worldedit.command.tool.brush.GravityBrush
 
GRAY_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRAY_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRAY_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREATER_THAN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
GREATER_THAN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
GREATER_THAN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
GREATER_THAN_OR_EQUAL - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
GREATER_THAN_OR_EQUAL - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
GREATER_THAN_OR_EQUAL() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
green(Actor, LocalSession, EditSession, double, int, boolean) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
green(BlockVector3, double, boolean) - Method in class com.sk89q.worldedit.EditSession
green(BlockVector3, double, int, boolean) - Method in class com.sk89q.worldedit.EditSession
Make dirt green in a cylinder.
GREEN_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GREEN_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GREEN_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GRINDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
GRINDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GroundFunction - Class in com.sk89q.worldedit.function
Applies a RegionFunction to the first ground block.
GroundFunction(Mask, RegionFunction) - Constructor for class com.sk89q.worldedit.function.GroundFunction
Create a new ground function.
GROVE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
gsmask(Actor, LocalSession, EditSession, Mask) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
GsonUtil - Class in com.sk89q.worldedit.util.gson
Utility methods for Google's GSON library.
gtexture(Actor, World, LocalSession, EditSession, List<String>) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
gtransform(Actor, EditSession, LocalSession, ResettableExtent) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
GUARDED_BY_PIGLINS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
GUARDIAN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
GUARDIAN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
GuavaUtil - Class in com.sk89q.worldedit.util
 
GUNPOWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 

H

hadTotalFailure() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotRestore
Checks to see where the backup succeeded in any capacity.
hadTotalFailure() - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRestore
Checks to see where the backup succeeded in any capacity.
HALF - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
handleArmSwing(Player) - Method in class com.sk89q.worldedit.WorldEdit
Called on arm swing.
handleBlockInteract(BlockInteractEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
 
handleBlockLeftClick(Player, Location) - Method in class com.sk89q.worldedit.WorldEdit
Deprecated.
handleBlockLeftClick(Player, Location, Direction) - Method in class com.sk89q.worldedit.WorldEdit
Called on left click.
handleBlockRightClick(Player, Location) - Method in class com.sk89q.worldedit.WorldEdit
Deprecated.
handleBlockRightClick(Player, Location, Direction) - Method in class com.sk89q.worldedit.WorldEdit
Called on right click.
handleCommand(CommandEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
handleCommandOnCurrentThread(CommandEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
handleCommandSuggestion(CommandSuggestionEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
handleCommandTask(ThrowableSupplier<Throwable>, InjectedValueAccess, LocalSession, CommandEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
handleCUIInitializationMessage(String, Actor) - Method in class com.sk89q.worldedit.LocalSession
Handle a CUI initialization message.
handleEvent(Object) - Method in class com.sk89q.worldedit.util.eventbus.EventHandler
Dispatch the given event.
handleFaweException(boolean[], FaweException, Logger) - Static method in class com.fastasyncworldedit.core.Fawe
Non-api.
handleNewPlatformReady(PlatformReadyEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Internal, do not call.
handleNewPlatformUnready(PlatformUnreadyEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Internal, do not call.
handlePlatformReady(PlatformReadyEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Deprecated.
handlePlatformsRegistered(PlatformsRegisteredEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Internal, do not call.
handlePlayerInput(PlayerInputEvent) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
 
handleRightClick(Player) - Method in class com.sk89q.worldedit.WorldEdit
Called on right click (not on a block).
handleThrowable(Throwable, Actor) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
 
HandSide - Enum Class in com.sk89q.worldedit.util
 
HANGING - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
HANGING_ROOTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HANGING_ROOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HANGING_SIGNS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
hangingValue() - Static method in class com.sk89q.minecraft.util.commands.SuggestionContext
 
HAS_BOOK - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
HAS_BOTTLE_0 - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
HAS_BOTTLE_1 - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
HAS_BOTTLE_2 - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
HAS_RECORD - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
hasAlpha(int) - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
hasAlpha(int) - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
hasBiomes() - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
hasBiomes() - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
hasBiomes() - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
hasBiomes() - Method in class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
hasBiomes() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
hasBiomes() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
hasBiomes() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
hasBiomes() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Returns true if the clipboard has biome data.
hasBiomes(int) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
If the given layer has biomes stored to be set to the world.
hasBiomes(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
hasBiomes(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
hasBiomes(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
hasBiomes(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
hasBiomes(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
hasBiomeType() - Method in class com.sk89q.worldedit.world.RegenOptions
 
hasBlockType() - Method in class com.sk89q.worldedit.world.item.ItemType
Gets whether this item type has a block representation.
hasChunk(int, int) - Method in class com.sk89q.worldedit.world.storage.McRegionReader
Returns whether the file contains a chunk.
hasCommand(String) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Checks to see whether there is a command named such at the root level.
hasContainer() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Gets whether the block has a container (Item container).
hasContainer() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
hasCUISupport() - Method in class com.sk89q.worldedit.LocalSession
Gets the status of CUI support.
hasFastMode() - Method in class com.sk89q.worldedit.EditSession
Deprecated.
hasFastMode() - Method in class com.sk89q.worldedit.LocalSession
Deprecated.
hasFlag(char) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
hash - Variable in class com.fastasyncworldedit.core.FaweVersion
 
hashCode() - Method in record class com.fastasyncworldedit.core.command.tool.brush.AngleBrush
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.command.tool.brush.CircleBrush
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.command.tool.brush.RecurseBrush
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.command.tool.brush.RockBrush
Returns a hash code value for this object.
hashCode() - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor.Node
 
hashCode() - Method in record class com.fastasyncworldedit.core.function.visitor.DFSVisitor.NodePair
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.function.visitor.IntersectRegionFunction
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.limit.PropertyRemap
Returns a hash code value for this object.
hashCode() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
hashCode() - Method in record class com.fastasyncworldedit.core.math.IntPair
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.math.IntTriple
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.math.random.NoiseRandom
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
Returns a hash code value for this object.
hashCode() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
Returns a hash code value for this object.
hashCode() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap.AdaptedPair
 
hashCode() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
hashCode() - Method in class com.fastasyncworldedit.core.util.JoinedCharSequence
Deprecated.
 
hashCode() - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
hashCode() - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
hashCode() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
hashCode() - Method in class com.sk89q.worldedit.internal.util.Substring
 
hashCode() - Method in class com.sk89q.worldedit.math.BlockVector2
 
hashCode() - Method in class com.sk89q.worldedit.math.BlockVector3
 
hashCode() - Method in class com.sk89q.worldedit.math.BlockVector3Imp
 
hashCode() - Method in class com.sk89q.worldedit.math.Vector2
 
hashCode() - Method in class com.sk89q.worldedit.math.Vector3
 
hashCode() - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
hashCode() - Method in class com.sk89q.worldedit.regions.polyhedron.Edge
 
hashCode() - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
hashCode() - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
hashCode() - Method in class com.sk89q.worldedit.util.eventbus.EventHandler
 
hashCode() - Method in class com.sk89q.worldedit.util.eventbus.MethodEventHandler
 
hashCode() - Method in class com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler
 
hashCode() - Method in class com.sk89q.worldedit.util.LocatedBlock
 
hashCode() - Method in class com.sk89q.worldedit.util.report.ReportList
 
hashCode() - Method in class com.sk89q.worldedit.world.biome.BiomeType
 
hashCode() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
hashCode() - Method in class com.sk89q.worldedit.world.block.BlockState
 
hashCode() - Method in class com.sk89q.worldedit.world.block.BlockType
 
hashCode() - Method in class com.sk89q.worldedit.world.entity.EntityType
 
hashCode() - Method in class com.sk89q.worldedit.world.fluid.FluidType
 
hashCode() - Method in class com.sk89q.worldedit.world.gamemode.GameMode
 
hashCode() - Method in class com.sk89q.worldedit.world.item.ItemType
 
hashCode() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotInfo
 
hashCode() - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
 
hashCode() - Method in class com.sk89q.worldedit.world.weather.WeatherType
 
hashCode() - Method in interface com.sk89q.worldedit.world.World
 
hasItemType() - Method in class com.sk89q.worldedit.world.block.BlockType
Gets whether this block type has an item representation.
hasLight() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
hasLight() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
hasMeta() - Method in interface com.fastasyncworldedit.core.entity.MapMetadatable
Checks if the object contains any metadata.
hasMeta() - Method in interface com.fastasyncworldedit.core.entity.Metadatable
Checks if the object contains any metadata.
hasNbtData() - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
hasNbtData() - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
hasNbtData() - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
 
hasNbtData() - Method in class com.sk89q.worldedit.blocks.SignBlock
 
hasNbtData() - Method in class com.sk89q.worldedit.blocks.SkullBlock
Deprecated.
 
hasNbtData() - Method in interface com.sk89q.worldedit.world.NbtValued
Deprecated.
hasNext() - Method in class com.sk89q.worldedit.regions.iterator.FlatRegion3DIterator
 
hasNext() - Method in class com.sk89q.worldedit.regions.iterator.FlatRegionIterator
 
hasNext() - Method in class com.sk89q.worldedit.regions.iterator.RegionIterator
 
hasNext() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.ForwardEntryIterator
 
hasNext() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.ReverseEntryIterator
 
hasNext() - Method in class com.sk89q.worldedit.util.task.progress.ProgressIterator
 
hasPermission(Subject, String) - Static method in enum class com.fastasyncworldedit.core.util.Permission
 
hasPermission(Method, T) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Returns whether a player has access to a command.
hasPermission(String) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
hasPermission(String) - Method in interface com.sk89q.worldedit.util.auth.Subject
Return whether this subject has the given permission.
hasPermission(T, String) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Returns whether a player permission..
hasProperty(PropertyKey) - Method in class com.sk89q.worldedit.world.block.BlockType
 
hasRunning() - Method in interface com.fastasyncworldedit.core.queue.IQueueChunk
Get if the thank has any running tasks, locked locks, etc.
hasSection(int) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
Returns if the chunk has a BLOCKS section at the given layer.
hasSection(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
hasSection(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
hasSection(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
hasSection(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
hasSection(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
hasSection(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
hasStripNbt() - Method in class com.sk89q.worldedit.extent.world.SurvivalModeExtent
 
hasSuperPickAxe() - Method in class com.sk89q.worldedit.LocalSession
Checks whether the super pick axe is enabled.
hasToolUse() - Method in class com.sk89q.worldedit.extent.world.SurvivalModeExtent
Return whether changes to the world should be simulated with the use of game tools (such as pickaxes) whenever possible and reasonable.
hasWorldOverride() - Method in class com.sk89q.worldedit.LocalSession
 
HATCH - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
HAY_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HAY_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
hcyl(Actor, LocalSession, EditSession, Pattern, List<Double>, int, double) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
header - Variable in class com.sk89q.util.yaml.YAMLProcessor
 
header() - Method in class com.fastasyncworldedit.core.configuration.file.FileConfigurationOptions
Gets the header that will be applied to the top of the saved output.
header(String) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfigurationOptions
Sets the header that will be applied to the top of the saved output.
header(String) - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfigurationOptions
 
header(String, String) - Method in class com.sk89q.worldedit.util.net.HttpRequest
Add a header.
HEADER_SIZE - Static variable in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
HEART_OF_THE_SEA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HEART_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HEARTBREAK_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HEAVY_WEIGHTED_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HEAVY_WEIGHTED_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HeightBoundExtent - Class in com.fastasyncworldedit.core.extent
 
HeightBoundExtent(Extent, FaweLimit, int, int) - Constructor for class com.fastasyncworldedit.core.extent.HeightBoundExtent
 
heightBrush(Player, LocalSession, Expression, double, String, int, boolean, boolean, boolean, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.BrushCommands
 
HeightBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
HeightBrush(InputStream, int, double, boolean, boolean, Clipboard, int, int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
HeightBrush(InputStream, int, double, boolean, boolean, Clipboard, ScalableHeightMap.Shape, int, int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
HeightConverter - Class in com.sk89q.worldedit.command.argument
Converter for handling default heights as the currently configured height.
HeightMap - Class in com.sk89q.worldedit.math.convolution
Allows applications of Kernels onto the region's height map.
HeightMap - Interface in com.fastasyncworldedit.core.math.heightmap
 
HeightMap(EditSession, Region) - Constructor for class com.sk89q.worldedit.math.convolution.HeightMap
Constructs the HeightMap.
HeightMap(EditSession, Region, int[], boolean) - Constructor for class com.sk89q.worldedit.math.convolution.HeightMap
 
HeightMap(EditSession, Region, Mask) - Constructor for class com.sk89q.worldedit.math.convolution.HeightMap
 
HeightMap(EditSession, Region, Mask, boolean) - Constructor for class com.sk89q.worldedit.math.convolution.HeightMap
 
HEIGHTMAP - Variable in class com.fastasyncworldedit.core.configuration.Settings.PATHS
 
HeightMapFilter - Class in com.sk89q.worldedit.math.convolution
Allows applications of Kernels onto the region's height map.
HeightMapFilter(int, int, float[]) - Constructor for class com.sk89q.worldedit.math.convolution.HeightMapFilter
Construct the HeightMapFilter object.
HeightMapFilter(Kernel) - Constructor for class com.sk89q.worldedit.math.convolution.HeightMapFilter
Construct the HeightMapFilter object.
heightmapInterface(Actor, int, int) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
HeightmapProcessor - Class in com.fastasyncworldedit.core.extent.processor.heightmap
 
HeightmapProcessor(int, int) - Constructor for class com.fastasyncworldedit.core.extent.processor.heightmap.HeightmapProcessor
New HeightmapProcessor instance that will create heightmaps between the given heights (inclusive).
heightMaps - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
HeightMapType - Enum Class in com.fastasyncworldedit.core.extent.processor.heightmap
This enum represents the different types of height maps available in minecraft.
help() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
 
help(Actor, boolean, int, List<String>) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
help(Actor, boolean, int, List<String>) - Method in class com.sk89q.worldedit.command.WorldEditCommands
 
help(List<String>, int, boolean, CommandManager, Actor, String) - Static method in class com.sk89q.worldedit.command.util.PrintCommandHelp
 
helpMessages - Variable in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Mapping of commands (not including aliases) with a description.
HierarchyObjectReport - Class in com.sk89q.worldedit.util.report
 
HierarchyObjectReport(String, Object) - Constructor for class com.sk89q.worldedit.util.report.HierarchyObjectReport
 
highestBit(long) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
HINGE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
HISTORY - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
HISTORY - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
HISTORY - Variable in class com.fastasyncworldedit.core.configuration.Settings.PATHS
 
HISTORY() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
HistoryCommands - Class in com.sk89q.worldedit.command
Commands to undo, redo, and clear history.
HistoryCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.HistoryCommands
Create a new instance.
HistoryExtent - Class in com.fastasyncworldedit.core.extent
Stores changes to a ChangeSet.
HistoryExtent(Extent, AbstractChangeSet) - Constructor for class com.fastasyncworldedit.core.extent.HistoryExtent
Create a new instance.
HistoryExtent.TrackedEntity - Class in com.fastasyncworldedit.core.extent
 
HistorySubCommands - Class in com.sk89q.worldedit.command
 
HistorySubCommands(HistoryCommands) - Constructor for class com.sk89q.worldedit.command.HistorySubCommands
 
HIT - Enum constant in enum class com.sk89q.worldedit.event.platform.Interaction
Refers to primary input usage (left click).
HOES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
HOGLIN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
HOGLIN_REPELLENTS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
HOGLIN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
hold(Actor, URI, InputStream) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
Sets the actor's clipboard.
holder - Variable in class com.fastasyncworldedit.core.function.pattern.AngleColorPattern
 
hollow(Actor, EditSession, Region, int, Pattern, Mask) - Method in class com.sk89q.worldedit.command.RegionCommands
 
HollowCylinderBrush - Class in com.sk89q.worldedit.command.tool.brush
 
HollowCylinderBrush(int, double) - Constructor for class com.sk89q.worldedit.command.tool.brush.HollowCylinderBrush
 
hollowOutRegion(Region, int, Pattern, Mask) - Method in class com.sk89q.worldedit.EditSession
Hollows out the region (Semi-well-defined for non-cuboid selections).
hollowPyramid(Actor, LocalSession, EditSession, Pattern, int) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
HollowSphereBrush - Class in com.sk89q.worldedit.command.tool.brush
 
HollowSphereBrush() - Constructor for class com.sk89q.worldedit.command.tool.brush.HollowSphereBrush
 
HONEY_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HONEY_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HONEY_BOTTLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HONEY_LEVEL - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
HONEYCOMB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HONEYCOMB_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HONEYCOMB_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HookMode - Enum Class in com.sk89q.worldedit.command.util
 
HOPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HOPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HOPPER_MINECART - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
HOPPER_MINECART - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HORN_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HORN_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HORN_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HORN_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HORN_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HORN_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HORN_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
HORSE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
HORSE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HOST_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
HOWL_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
hpos1(Player, LocalSession) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
hpos2(Player, LocalSession) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
hsphere(Actor, LocalSession, EditSession, Pattern, List<Double>, boolean) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
HttpRequest - Class in com.sk89q.worldedit.util.net
 
HttpRequest.BufferedResponse - Class in com.sk89q.worldedit.util.net
Used to buffer the response in memory.
HttpRequest.Form - Class in com.sk89q.worldedit.util.net
hueDistance(int, int, int, int, int, int) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
 
HULL - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
humanReadableByteCountBin(long) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
HUSK - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
HUSK_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
hypot(double...) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
hypot2(double...) - Static method in class com.fastasyncworldedit.core.util.MathMan
 

I

IAdaptedMap<K,V,K2,V2> - Interface in com.fastasyncworldedit.core.util.collection
 
IBatchProcessor - Interface in com.fastasyncworldedit.core.queue
 
IBatchProcessorHolder - Interface in com.fastasyncworldedit.core.extent.processor
Holds a batch processor (Join and remove operations affect the held processor)
IBlocks - Interface in com.fastasyncworldedit.core.queue
A shared interface for IGetBlocks and ISetBlocks.
ICE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
ICE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ICE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ICE_SPIKES - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
IChunk - Interface in com.fastasyncworldedit.core.queue
Represents a chunk in the queue IQueueExtent Used for getting and setting blocks / biomes / entities
IChunkCache<T> - Interface in com.fastasyncworldedit.core.queue
IGetBlocks may be cached by the WorldChunkCache so that it can be used between multiple IQueueExtents - avoids conversion between a palette and raw data on every block get
IChunkEntity(Extent, Location, UUID, BaseEntity) - Constructor for record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
Creates an instance of a IChunkEntity record class.
IChunkExtent<T extends IChunk> - Interface in com.fastasyncworldedit.core.queue
 
IChunkExtent.IChunkEntity - Record Class in com.fastasyncworldedit.core.queue
 
IChunkGet - Interface in com.fastasyncworldedit.core.queue
An interface for getting blocks.
IChunkSet - Interface in com.fastasyncworldedit.core.queue
Interface for setting blocks
id - Variable in class com.fastasyncworldedit.core.util.TextureUtil.BiomeColor
 
id - Variable in class com.sk89q.worldedit.internal.cui.SelectionEllipsoidPointEvent
 
id - Variable in class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
 
id - Variable in class com.sk89q.worldedit.internal.cui.SelectionPointEvent
 
id - Variable in class com.sk89q.worldedit.registry.Category
 
id - Variable in class com.sk89q.worldedit.world.registry.BundledBlockData.BlockEntry
 
id() - Method in interface com.sk89q.worldedit.internal.expression.Identifiable
Returns a character that helps identify the token, pseudo-token or invokable in question.
ID - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
ID - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
ID() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
ID() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
ID() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IdExprContext
 
ID() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
ID() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
ID() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
idDel - Variable in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
IDelegateFilter - Interface in com.fastasyncworldedit.core.queue
 
IDelegateRegion - Interface in com.fastasyncworldedit.core.regions
 
Identifiable - Interface in com.sk89q.worldedit.internal.expression
A common superinterface for everything passed to parser processors.
Identifiable - Interface in com.sk89q.worldedit.util
Represents an object that can be identified by a UUID.
Identity - Class in com.sk89q.worldedit.math.transform
Makes no transformation to given vectors.
Identity() - Constructor for class com.sk89q.worldedit.math.transform.Identity
 
IdExprContext(ExpressionParser.UnprioritizedExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.IdExprContext
 
IdMask - Class in com.fastasyncworldedit.core.function.mask
 
IdMask(Extent) - Constructor for class com.fastasyncworldedit.core.function.mask.IdMask
 
IF - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
IF - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
IF() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
IFawe - Interface in com.fastasyncworldedit.core
 
ifStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
ifStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
IfStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
ignorable() - Method in exception com.fastasyncworldedit.core.internal.exception.FaweException
If an edit can continue if this exception is caught, e.g.
ignoreAirBlocks(boolean) - Method in class com.sk89q.worldedit.session.PasteBuilder
Set whether air blocks in the source are skipped over when pasting.
IGNORED_BY_PIGLIN_BABIES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
ILLUSIONER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
image(Actor, LocalSession, EditSession, String, boolean, int, BlockVector2) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
imageBrush(LocalSession, InjectedValueAccess, String, Expression, double, boolean, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
ImageBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
ImageBrush(BufferedImage, LocalSession, boolean) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.ImageBrush
 
ImageBrush.ColorFunction - Interface in com.fastasyncworldedit.core.command.tool.brush
 
ImageBrushMask - Class in com.fastasyncworldedit.core.function.mask
 
ImageBrushMask(Mask, BlockVector3, Transform, double, double, double, int, int, ImageBrush.ColorFunction, EditSession, TextureUtil) - Constructor for class com.fastasyncworldedit.core.function.mask.ImageBrushMask
 
ImageUtil - Class in com.fastasyncworldedit.core.util.image
 
ImageUtil() - Constructor for class com.fastasyncworldedit.core.util.image.ImageUtil
 
ImageViewer - Interface in com.fastasyncworldedit.core.util.image
 
ImgurUtility - Class in com.fastasyncworldedit.core.util
 
ImgurUtility() - Constructor for class com.fastasyncworldedit.core.util.ImgurUtility
 
immutable(Map<K2, V2>, Function<K2, K>, Function<V2, V>) - Static method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
imp() - Static method in class com.fastasyncworldedit.core.Fawe
Deprecated, for removal: This API element is subject to removal in a future version.
IMP - Static variable in class com.fastasyncworldedit.core.configuration.Settings
Deprecated, for removal: This API element is subject to removal in a future version.
Use Settings.settings() instead to get an instance.
IMP - Static variable in class com.fastasyncworldedit.core.database.DBHandler
Deprecated, for removal: This API element is subject to removal in a future version.
IMP - Static variable in enum class com.fastasyncworldedit.core.FaweCache
Deprecated, for removal: This API element is subject to removal in a future version.
Use FaweCache.INSTANCE to get an instance.
IMP - Static variable in class com.fastasyncworldedit.core.util.TaskManager
Deprecated, for removal: This API element is subject to removal in a future version.
Use TaskManager.taskManager() to get an instance.
IMP - Static variable in class com.fastasyncworldedit.core.util.WEManager
Deprecated, for removal: This API element is subject to removal in a future version.
IMPERMEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
importdb(Actor) - Method in class com.sk89q.worldedit.command.HistorySubCommands
 
IN_WALL - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
INACTIVE - Enum constant in enum class com.sk89q.worldedit.command.util.HookMode
 
includeDiagonals() - Element in annotation interface com.sk89q.worldedit.internal.annotation.Direction
 
includeDiagonals() - Element in annotation interface com.sk89q.worldedit.internal.annotation.MultiDirection
 
includes(BlockState) - Method in enum class com.fastasyncworldedit.core.extent.processor.heightmap.HeightMapType
Returns whether the given block state is included by this height map.
IncompleteRegionException - Exception in com.sk89q.worldedit
Raised when a region is not fully defined.
IncompleteRegionException() - Constructor for exception com.sk89q.worldedit.IncompleteRegionException
 
increment() - Method in class com.sk89q.worldedit.util.Countable
Increment the amount.
increment(Player, int) - Method in class com.fastasyncworldedit.core.command.tool.scroll.ScrollClipboard
 
increment(Player, int) - Method in class com.fastasyncworldedit.core.command.tool.scroll.ScrollMask
 
increment(Player, int) - Method in class com.fastasyncworldedit.core.command.tool.scroll.ScrollPattern
 
increment(Player, int) - Method in class com.fastasyncworldedit.core.command.tool.scroll.ScrollRange
 
increment(Player, int) - Method in class com.fastasyncworldedit.core.command.tool.scroll.ScrollSize
 
increment(Player, int) - Method in class com.fastasyncworldedit.core.command.tool.scroll.ScrollTarget
 
increment(Player, int) - Method in class com.fastasyncworldedit.core.command.tool.scroll.ScrollTargetOffset
 
increment(Player, int) - Method in interface com.fastasyncworldedit.core.command.tool.scroll.ScrollTool
 
increment(Player, int) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
INCREMENT - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
INCREMENT - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
INCREMENT() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
INCREMENT() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
indent() - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfigurationOptions
Gets how many spaces should be used to indent each line.
indent(int) - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfigurationOptions
Sets how many spaces should be used to indent each line.
indeterminate() - Static method in class com.sk89q.worldedit.util.task.progress.Progress
Get a static progress object that is indeterminate.
INDEX_STORE - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
indexOf(char) - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
indexOf(Object) - Method in class com.sk89q.worldedit.util.report.ReportList
 
indexOf(String, int, char...) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
INFESTED_CHISELED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
INFESTED_CHISELED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
INFESTED_COBBLESTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
INFESTED_COBBLESTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
INFESTED_CRACKED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
INFESTED_CRACKED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
INFESTED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
INFESTED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
INFESTED_MOSSY_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
INFESTED_MOSSY_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
INFESTED_STONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
INFESTED_STONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
INFESTED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
INFESTED_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
INFINIBURN_END - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
INFINIBURN_NETHER - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
INFINIBURN_OVERWORLD - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
info(Player, LocalSession) - Method in class com.sk89q.worldedit.command.ToolCommands
 
InfoEntryPoint - Class in com.sk89q.worldedit.internal.util
 
InfoEntryPoint() - Constructor for class com.sk89q.worldedit.internal.util.InfoEntryPoint
 
InfoReader - Interface in com.fastasyncworldedit.core.jnbt.streamer
 
init - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
init() - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
 
init() - Method in class com.fastasyncworldedit.core.extent.filter.CountFilter
 
init() - Method in class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
init() - Method in class com.fastasyncworldedit.core.extent.filter.ForkedFilter
 
init() - Method in class com.fastasyncworldedit.core.util.collection.CleanableThreadLocal
 
init() - Static method in class com.fastasyncworldedit.core.world.block.ItemTypesCache
 
init() - Static method in class com.sk89q.worldedit.world.block.BlockTypes
 
init(int, int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
init(int, int, int, BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.SingleFilterBlock
 
init(ChunkHolder.IBlockDelegate) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
init(IQueueExtent<V>, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunk
Initialize at the location (allows for reuse) - It's expected initialization will clear any set fields
init(IQueueExtent<V>, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
init(Extent, IChunkCache<IChunkGet>, IChunkCache<IChunkSet>) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
Initialize the queue
init(Extent, IChunkCache<IChunkGet>, IChunkCache<IChunkSet>) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Initialize the queue (for reusability)
init(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock
 
init(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.ResettableExtent
 
init(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
init(BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
init(BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
init(String, char, String) - Method in class com.fastasyncworldedit.core.util.JoinedCharSequence
Deprecated.
 
initAge() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
initChunk(int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
initChunk(int, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Initialize with chunk coordinates.
initFilterBlock() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
initFilterBlock() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
A filter block is used to iterate over blocks / positions.
initializeInjectedValues(Arguments, Actor, Event, boolean) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
initializeSnapshotConfiguration(String, boolean) - Method in class com.sk89q.worldedit.LocalConfiguration
 
initialValue() - Method in class com.fastasyncworldedit.core.util.collection.CleanableThreadLocal
 
initLayer(IBlocks, IChunkSet, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
initLayer(IBlocks, IChunkSet, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.ChunkFilterBlock
Initialize a chunk layer.
initVariable(String) - Method in class com.sk89q.worldedit.internal.expression.SlotTable
 
injector - Variable in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Stores the injector used to getInstance.
Injector - Interface in com.sk89q.minecraft.util.commands
Constructs new instances.
INK_SAC - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
InputExtent - Interface in com.sk89q.worldedit.extent
Provides the current state of blocks, entities, and so on.
InputParseException - Exception in com.sk89q.worldedit.extension.input
Thrown when parsed input results in an error.
InputParseException(Component) - Constructor for exception com.sk89q.worldedit.extension.input.InputParseException
Throw with a message.
InputParseException(Component, Throwable) - Constructor for exception com.sk89q.worldedit.extension.input.InputParseException
Throw with a message and a cause.
InputParseException(String) - Constructor for exception com.sk89q.worldedit.extension.input.InputParseException
Deprecated.
InputParseException(String, Throwable) - Constructor for exception com.sk89q.worldedit.extension.input.InputParseException
Deprecated.
InputParser<E> - Class in com.sk89q.worldedit.internal.registry
Input parser interface for AbstractFactory.
InputParser(WorldEdit) - Constructor for class com.sk89q.worldedit.internal.registry.InputParser
 
InputType - Enum Class in com.sk89q.worldedit.event.platform
The type of input sent.
inset(Actor, World, LocalSession, int, boolean, boolean) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
INSIDE_STEP_SOUND_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
inspectBrush(Player, LocalSession) - Method in class com.sk89q.worldedit.command.ToolCommands
 
InspectBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
InspectBrush() - Constructor for class com.fastasyncworldedit.core.command.tool.brush.InspectBrush
Construct the tool.
instance() - Static method in class com.fastasyncworldedit.core.Fawe
Get the implementation independent class.
INSTANCE - Enum constant in enum class com.fastasyncworldedit.core.FaweCache
 
INSTANCE - Enum constant in enum class com.sk89q.worldedit.command.tool.NavigationWand
 
INSTANCE - Enum constant in enum class com.sk89q.worldedit.command.tool.SelectionWand
 
INSTANCE - Static variable in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
INSTANCE - Static variable in class com.sk89q.worldedit.extent.NullExtent
 
INSTANCE - Static variable in class com.sk89q.worldedit.math.RegionOptimizedChunkComparator
 
INSTANCE - Static variable in class com.sk89q.worldedit.math.RegionOptimizedComparator
 
instances - Variable in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Used to store the instances associated with a method.
INSTRUMENT - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
InsufficientArgumentsException - Exception in com.sk89q.worldedit.command
 
InsufficientArgumentsException(Component) - Constructor for exception com.sk89q.worldedit.command.InsufficientArgumentsException
 
InsufficientArgumentsException(String) - Constructor for exception com.sk89q.worldedit.command.InsufficientArgumentsException
Deprecated.
IntArrayTag - Class in com.sk89q.jnbt
Deprecated.
Use IntArrayBinaryTag.
IntArrayTag(int[]) - Constructor for class com.sk89q.jnbt.IntArrayTag
Deprecated.
Creates the tag with an empty name.
IntArrayTag(IntArrayBinaryTag) - Constructor for class com.sk89q.jnbt.IntArrayTag
Deprecated.
 
IntegerProperty - Class in com.sk89q.worldedit.registry.state
 
IntegerProperty(String, List<Integer>) - Constructor for class com.sk89q.worldedit.registry.state.IntegerProperty
 
Interaction - Enum Class in com.sk89q.worldedit.event.platform
The type of interaction.
INTERACTION - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
InteractionDebouncer - Class in com.sk89q.worldedit.internal.event
 
InteractionDebouncer(Platform) - Constructor for class com.sk89q.worldedit.internal.event.InteractionDebouncer
 
Interpolation - Interface in com.sk89q.worldedit.math.interpolation
Represents an arbitrary function in ℝ → ℝ3.
interrupt() - Method in class com.fastasyncworldedit.core.util.task.InterruptableCondition
 
InterruptableCondition - Class in com.fastasyncworldedit.core.util.task
 
InterruptableCondition(Lock, Condition, Thread) - Constructor for class com.fastasyncworldedit.core.util.task.InterruptableCondition
 
intersection(Set<String>, String[]) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
IntersectRegionFunction - Record Class in com.fastasyncworldedit.core.function.visitor
 
IntersectRegionFunction(RegionFunction...) - Constructor for record class com.fastasyncworldedit.core.function.visitor.IntersectRegionFunction
Creates an instance of a IntersectRegionFunction record class.
intersects(RegionWrapper) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
intersects(Region, Region) - Method in class com.fastasyncworldedit.core.util.WEManager
 
INTERVAL - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE.PROGRESS
 
INTERVAL - Variable in class com.fastasyncworldedit.core.configuration.Settings.TICK_LIMITER
Deprecated.
 
IntIterator() - Constructor for class com.fastasyncworldedit.core.math.FastBitSet.IntIterator
 
IntPair - Record Class in com.fastasyncworldedit.core.math
 
IntPair(int, int) - Constructor for record class com.fastasyncworldedit.core.math.IntPair
Creates an instance of a IntPair record class.
IntTag - Class in com.sk89q.jnbt
Deprecated.
Use IntBinaryTag.
IntTag(int) - Constructor for class com.sk89q.jnbt.IntTag
Deprecated.
Creates the tag with an empty name.
IntTag(IntBinaryTag) - Constructor for class com.sk89q.jnbt.IntTag
Deprecated.
 
IntTriple - Record Class in com.fastasyncworldedit.core.math
 
IntTriple(int, int, int) - Constructor for record class com.fastasyncworldedit.core.math.IntTriple
Creates an instance of a IntTriple record class.
intValue() - Method in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
 
IntValueReader - Interface in com.fastasyncworldedit.core.jnbt.streamer
 
invalid() - Static method in class com.sk89q.worldedit.util.lifecycle.SimpleLifecycled
 
INVALID_SPAWN_INSIDE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
invalidate() - Method in class com.sk89q.worldedit.util.lifecycle.SimpleLifecycled
Remove the value of this lifecycled and fire the invalidated event.
invalidateCache() - Method in class com.sk89q.worldedit.registry.Category
 
InvalidComponentException - Exception in com.sk89q.worldedit.util.formatting.component
 
InvalidComponentException(Component) - Constructor for exception com.sk89q.worldedit.util.formatting.component.InvalidComponentException
 
InvalidComponentException(String) - Constructor for exception com.sk89q.worldedit.util.formatting.component.InvalidComponentException
Deprecated.
InvalidConfigurationException - Exception in com.fastasyncworldedit.core.configuration
Exception thrown when attempting to load an invalid Configuration
InvalidConfigurationException() - Constructor for exception com.fastasyncworldedit.core.configuration.InvalidConfigurationException
Creates a new instance of InvalidConfigurationException without a message or cause.
InvalidConfigurationException(String) - Constructor for exception com.fastasyncworldedit.core.configuration.InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified message.
InvalidConfigurationException(String, Throwable) - Constructor for exception com.fastasyncworldedit.core.configuration.InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified message and cause.
InvalidConfigurationException(Throwable) - Constructor for exception com.fastasyncworldedit.core.configuration.InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified cause.
InvalidFilenameException - Exception in com.sk89q.worldedit.util.io.file
 
InvalidFilenameException(String) - Constructor for exception com.sk89q.worldedit.util.io.file.InvalidFilenameException
 
InvalidFilenameException(String, Component) - Constructor for exception com.sk89q.worldedit.util.io.file.InvalidFilenameException
 
InvalidFilenameException(String, String) - Constructor for exception com.sk89q.worldedit.util.io.file.InvalidFilenameException
Deprecated.
InvalidFormatException - Exception in com.sk89q.worldedit.world.storage
 
InvalidFormatException(String) - Constructor for exception com.sk89q.worldedit.world.storage.InvalidFormatException
 
invalidId() - Static method in class com.sk89q.worldedit.internal.block.BlockStateIdAccess
An invalid internal ID, for verification purposes.
InvalidItemException - Exception in com.sk89q.worldedit
Deprecated.
InvalidItemException(String, String) - Constructor for exception com.sk89q.worldedit.InvalidItemException
Deprecated.
 
InvalidSnapshotException - Exception in com.sk89q.worldedit.world.snapshot
 
InvalidSnapshotException() - Constructor for exception com.sk89q.worldedit.world.snapshot.InvalidSnapshotException
 
InvalidToolBindException - Exception in com.sk89q.worldedit.command.tool
 
InvalidToolBindException(ItemType, Component) - Constructor for exception com.sk89q.worldedit.command.tool.InvalidToolBindException
 
InvalidToolBindException(ItemType, String) - Constructor for exception com.sk89q.worldedit.command.tool.InvalidToolBindException
Deprecated.
INVENTORY_MODE - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
INVENTORY_MODE - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
inverse() - Method in class com.fastasyncworldedit.core.function.mask.InverseMask
 
inverse() - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockStateMask
 
inverse() - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockTypeMask
 
inverse() - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
 
inverse() - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
inverse() - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockStateMask
 
inverse() - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockTypeMask
 
inverse() - Method in interface com.sk89q.worldedit.function.mask.Mask
 
inverse() - Method in class com.sk89q.worldedit.math.transform.AffineTransform
Computes the inverse affine transform.
inverse() - Method in class com.sk89q.worldedit.math.transform.CombinedTransform
 
inverse() - Method in class com.sk89q.worldedit.math.transform.Identity
 
inverse() - Method in interface com.sk89q.worldedit.math.transform.Transform
Create a new inverse transform.
InverseMask - Class in com.fastasyncworldedit.core.function.mask
 
InverseMask(Mask) - Constructor for class com.fastasyncworldedit.core.function.mask.InverseMask
 
inverseRound(double) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
InverseSingleBlockStateMask - Class in com.sk89q.worldedit.function.mask
 
InverseSingleBlockStateMask(Extent, BlockState) - Constructor for class com.sk89q.worldedit.function.mask.InverseSingleBlockStateMask
 
InverseSingleBlockTypeMask - Class in com.sk89q.worldedit.function.mask
 
InverseSingleBlockTypeMask(Extent, BlockType) - Constructor for class com.sk89q.worldedit.function.mask.InverseSingleBlockTypeMask
 
INVERTED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
invokeMethod(Method, String[], T, Method, Object, Object[], int) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
 
invSqrt(float) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
IOFunction<T,R> - Interface in com.sk89q.worldedit.util.function
I/O function type.
IORunnable - Interface in com.sk89q.worldedit.util.function
I/O runnable type.
IOUtil - Class in com.fastasyncworldedit.core.util
 
IOUtil() - Constructor for class com.fastasyncworldedit.core.util.IOUtil
 
IQueueChunk<T extends Future<T>> - Interface in com.fastasyncworldedit.core.queue
 
IQueueExtent<T extends IChunk> - Interface in com.fastasyncworldedit.core.queue
TODO: implement Extent (need to refactor Extent first) Interface for a queue based extent which uses chunks
IRON_AXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_BARS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
IRON_BARS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
IRON_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_BOOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_CHESTPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
IRON_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_GOLEM - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
IRON_GOLEM_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_HELMET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_HOE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_HORSE_ARMOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_INGOT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_LEGGINGS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_NUGGET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
IRON_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_ORES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
IRON_ORES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
IRON_PICKAXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_SHOVEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_SWORD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
IRON_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
IRON_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
isAbove(double) - Method in class com.fastasyncworldedit.core.util.FaweTimer
 
isActive() - Method in class com.sk89q.worldedit.extent.TracingExtent
 
isActive() - Method in interface com.sk89q.worldedit.session.SessionKey
Return whether the session is still active.
isAffectedBlock(B) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.BannerBlockCompatibilityHandler
 
isAffectedBlock(B) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.BedBlockCompatibilityHandler
 
isAffectedBlock(B) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.FlowerPotCompatibilityHandler
 
isAffectedBlock(B) - Method in interface com.sk89q.worldedit.extent.clipboard.io.legacycompat.NBTCompatibilityHandler
 
isAffectedBlock(B) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.NoteBlockCompatibilityHandler
 
isAffectedBlock(B) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.SignCompatibilityHandler
 
isAffectedBlock(B) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.SkullBlockCompatibilityHandler
 
isAffectedEntity(EntityType, CompoundTag) - Method in interface com.sk89q.worldedit.extent.clipboard.io.legacycompat.EntityNBTCompatibilityHandler
 
isAffectedEntity(EntityType, CompoundTag) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.Pre13HangingCompatibilityHandler
 
isAir() - Method in class com.sk89q.worldedit.world.block.BlockState
 
isAir() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Gets if this block is a type of air.
isAir() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isAllowedToFly() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
Check whether the player is allowed to fly.
isAlpha(String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isAlphanumeric(String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isAlphanumericUnd(CharSequence) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isAmbient() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is an ambient creature, which includes the bat.
isAnd() - Method in class com.fastasyncworldedit.core.extension.factory.parser.FaweParser.ParseEntry
Gives if the parsed entry was appended to the original input as an AND.
isAnimal() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is an animal.
isArmorStand() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is an armor stand.
isAsciiPrintable(char) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isAsciiPrintable(String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isBatchingChunks() - Method in class com.sk89q.worldedit.EditSession
Returns chunk batching status.
isBiomeAware() - Method in class com.sk89q.worldedit.function.generator.FloraGenerator
Return whether the flora generator is set to be biome-aware.
isBoat() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a boat.
isBoolean(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if the specified path is a boolean.
isBoolean(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
isBracketForwards(char) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isBurnable() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block will burn.
isBurnable() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isCancelled() - Method in class com.fastasyncworldedit.core.event.extent.ActorSaveClipboardEvent
 
isCancelled() - Method in class com.fastasyncworldedit.core.event.extent.PasteEvent
 
isCancelled() - Method in class com.fastasyncworldedit.core.util.MultiFuture
 
isCancelled() - Method in class com.sk89q.worldedit.event.AbstractCancellable
 
isCancelled() - Method in interface com.sk89q.worldedit.event.Cancellable
Returns whether the event has been cancelled.
isCancelled() - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
 
isCancelled() - Method in class com.sk89q.worldedit.event.platform.BlockInteractEvent
 
isCancelled() - Method in class com.sk89q.worldedit.event.platform.PlayerInputEvent
 
isCancelled() - Method in class com.sk89q.worldedit.util.task.FutureForwardingTask
 
isCardinal() - Method in enum class com.sk89q.worldedit.util.Direction
Return true if the direction is of a cardinal direction (north, west east, and south).
isChunksStretched() - Method in interface com.fastasyncworldedit.core.IFawe
 
isChunkTicking(NC) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
isClosed() - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyKeyedQueue
 
isClosed() - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyQueue
 
isConfigurationSection(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if the specified path is a ConfigurationSection.
isConfigurationSection(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
isCopyingBiomes() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Return whether biomes should be copied along with blocks.
isCopyingEntities() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Return whether entities should be copied along with blocks.
isCreateCopy() - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
isCreateCopy() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
isCreateCopy() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
isCreateCopy() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
isDefined() - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
isDefined() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
isDefined() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
isDefined() - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
isDefined() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Returns whether the region has been fully defined.
isDefined() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
isDefined() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
isDefined() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
isDefined() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
isDefined() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
isDeprecated(Command) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
 
isDirty() - Method in class com.sk89q.worldedit.LocalSession
Get whether this session is "dirty" and has changes that needs to be committed.
isDone() - Method in class com.fastasyncworldedit.core.util.MultiFuture
 
isDone() - Method in class com.sk89q.worldedit.util.task.FutureForwardingTask
 
isDouble(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if the specified path is a double.
isDouble(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
isEmpty() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
isEmpty() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
isEmpty() - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Are there any block or chunk added to be relit.
isEmpty() - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
isEmpty() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
isEmpty() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
isEmpty() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
isEmpty() - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
isEmpty() - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
isEmpty() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
isEmpty() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
isEmpty() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
isEmpty() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
isEmpty() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
isEmpty() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
isEmpty() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
isEmpty() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
isEmpty() - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
isEmpty() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
isEmpty() - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
isEmpty() - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
isEmpty() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
isEmpty() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
isEmpty() - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
isEmpty() - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Get if the changeset is empty (i.e.
isEmpty() - Method in class com.sk89q.worldedit.util.report.ReportList
 
isEnabled() - Method in class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
 
isEnabled() - Method in class com.sk89q.worldedit.extent.reorder.MultiStageReorder
Return whether re-ordering is enabled.
isEnabled() - Method in class com.sk89q.worldedit.extent.world.WatchdogTickingExtent
 
isEqual(String, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isEqualIgnoreCase(String, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isEqualIgnoreCaseToAny(String, String...) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isEqualToAny(String, String...) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
isExclusive() - Method in class com.fastasyncworldedit.core.regions.FaweMaskManager
 
isExperienceOrb() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is an experience orb.
isExposed() - Method in enum class com.sk89q.worldedit.util.SideEffect
Determines if this side effect is considered API.
isFallingBlock() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a falling block.
isFastMode() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
isFastMode() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
isFastMode() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
isFastMode() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
isFastMode() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
isFastMode() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
isFinished() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
isFinished() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
isFinished() - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Returns true if the Relighter has been flushed
isFormat(File) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
Return whether the given file is of this format.
isFragileWhenPushed() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block breaks when it is pushed by a piston.
isFragileWhenPushed() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isFull() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks.Section
 
isFull() - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
isFullCube() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block is a full sized cube.
isFullCube() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isGlobal() - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
isGlobal() - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
isGlobal() - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
isGlobal() - Method in interface com.sk89q.worldedit.regions.Region
 
isGolem() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is the iron golem from Minecraft.
isGround(BlockVector3) - Method in class com.sk89q.worldedit.function.block.Naturalizer
 
isGround(BlockVector3) - Method in class com.sk89q.worldedit.function.block.SnowSimulator
 
isGround(BlockVector3) - Method in class com.sk89q.worldedit.function.GroundFunction
 
isGround(BlockVector3) - Method in interface com.sk89q.worldedit.function.LayerFunction
Returns whether the given block should be "passed through" when conducting the ground search.
isHidingHelp() - Method in class com.sk89q.worldedit.util.formatting.component.CommandListBox
 
isHoldingPickAxe() - Method in interface com.sk89q.worldedit.entity.Player
Returns true if the entity is holding a pick axe.
isHoldingPickAxe() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
isHorizontalFlip() - Method in class com.sk89q.worldedit.math.transform.AffineTransform
Returns if this affine transform represents a horizontal flip.
isIdentity() - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
 
isIdentity() - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
isIdentity() - Method in class com.sk89q.worldedit.math.transform.CombinedTransform
 
isIdentity() - Method in class com.sk89q.worldedit.math.transform.Identity
 
isIdentity() - Method in interface com.sk89q.worldedit.math.transform.Transform
Return whether this transform is an identity.
isIn(int, int) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
isIn(int, int, int) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
isIn(int, int, int, Region) - Method in class com.fastasyncworldedit.core.util.WEManager
 
isInChunk(int, int) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
isIndeterminate() - Method in class com.sk89q.worldedit.util.task.progress.Progress
Return whether the current progress is indeterminate.
isInit() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
isInitialized() - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Get the initialized state of the Platform.
isInMCA(int, int) - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
isInSubDirectory(File, File) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
isInt(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if the specified path is an int.
isInt(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
isInteger(CharSequence) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
isItem() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is an item.
isItemFrame() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is an item frame.
isLiquid() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block is a liquid.
isLiquid() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isList(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if the specified path is a List.
isList(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
isLiving() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a living entity.
isLoggable(LogRecord) - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
isLong(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if the specified path is a long.
isLong(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
isLongPackable(BlockVector3) - Static method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
isLongPackable(BlockVector3) - Static method in class com.sk89q.worldedit.math.BlockVector3
 
isMainThread() - Static method in class com.fastasyncworldedit.core.Fawe
 
isMemoryFree() - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
isMemoryLimited() - Static method in class com.fastasyncworldedit.core.FaweAPI
Check if the server has more than the configured low memory threshold.
isMemoryLimited() - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
isMemoryLimitedSlow() - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
isMinecart() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a minecart.
isMovementBlocker() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block prevents movement.
isMovementBlocker() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isNewer(FaweVersion) - Method in class com.fastasyncworldedit.core.FaweVersion
Returns if another FaweVersion is newer than this one
isNPC() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a non-player controlled character, which includes villagers, NPCs from mods, and so on.
isOffAxis() - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
isOpaque() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block is opaque.
isOpaque() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isOrdinal() - Method in enum class com.sk89q.worldedit.util.Direction
Return true if the direction is of an ordinal direction (northwest, southwest, southeast, northeaast).
isPainting() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a painting.
isPasteable() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether this entity can be pasted.
isPersistent() - Method in interface com.sk89q.worldedit.session.SessionKey
Return whether this session should be persisted.
isPlaceAtPos1() - Method in class com.sk89q.worldedit.LocalSession
 
isPlayer() - Method in class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
 
isPlayer() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
isPlayer() - Method in interface com.sk89q.worldedit.extension.platform.Actor
Return whether this actor is a player.
isPlayerDerived() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a player-derived entity.
isPostEditSimulationEnabled() - Method in class com.sk89q.worldedit.extent.world.SideEffectExtent
 
isPowerOfTwo(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
isPowerSource() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block emits a Redstone signal.
isPowerSource() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isPreferredOver(Preference) - Method in enum class com.sk89q.worldedit.extension.platform.Preference
Returns whether this given preference is preferred over the given other preference.
isPreferringWildcard() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get whether wildcards are preferred.
isPrimitiveWrapper(Object) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
isProjectile() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a projectile.
isQueued() - Method in class com.sk89q.worldedit.command.util.PermissionCondition
 
isQueueEnabled() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
isQueueEnabled() - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
isQueueEnabled() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
isQueueEnabled() - Method in class com.sk89q.worldedit.EditSession
Deprecated.
Use EditSession.getReorderMode() with MULTI_STAGE instead.
isQueueEnabled() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
isQueueEnabled() - Method in class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
 
isQueueEnabled() - Method in interface com.sk89q.worldedit.extent.Extent
 
isRecordingChanges() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
isRecordingChanges() - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
isRecordingChanges() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
isRecordingChanges() - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
isRecordingChanges() - Method in class com.sk89q.worldedit.history.changeset.ArrayListHistory
 
isRecordingChanges() - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Whether or not the ChangeSet is recording changes.
isRemoving() - Method in class com.sk89q.worldedit.function.entity.ExtentEntityCopy
Return whether entities that are copied should be removed.
isRemovingEntities() - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Return whether entities that are copied should be removed.
isReplacedDuringPlacement() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block is replaced when a block is placed over it (for example, tall grass).
isReplacedDuringPlacement() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isRestricted() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Returns whether there should be restrictions (as a result of limits or permissions) considered when parsing the input.
isScaled(Vector3) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
isSecondaryOrdinal() - Method in enum class com.sk89q.worldedit.util.Direction
Return true if the direction is of a secondary ordinal direction (north-northwest, north-northeast, south-southwest, etc.).
isSelectionDefined(World) - Method in class com.sk89q.worldedit.LocalSession
Returns true if the region is fully defined for the specified world.
isSet() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
isSet(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if this ConfigurationSection has a value set for the given path.
isSet(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
isShutdown() - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
isSign(BlockType) - Static method in class com.sk89q.worldedit.internal.util.DeprecationUtil
 
isSolid() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block is a solid.
isSolid() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isString(String) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Checks if the specified path is a String.
isString(String) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
ISSUES - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
isSuitableBlock(BlockStateHolder, BlockStateHolder) - Method in class com.fastasyncworldedit.core.function.generator.CavesGen
 
isTagged() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity has been named (tagged).
isTamed() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is tameable and is tamed.
isTerminated() - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
isTickingWatchdog() - Method in class com.sk89q.worldedit.EditSession
Check if this session will tick the watchdog.
isTickingWatchdog() - Method in class com.sk89q.worldedit.LocalSession
 
isTicksRandomly() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block is ticked randomly.
isTicksRandomly() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isTile() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Gets whether the block is a tile entity.
isTile() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isTNT() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a primed TNT block.
isToolControlEnabled() - Method in class com.sk89q.worldedit.LocalSession
Deprecated.
The wand is now a tool that can be bound/unbound.
isToolRequired() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block needs to be broken by a tool for maximum speed.
isToolRequired() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isTracing() - Method in class com.sk89q.worldedit.EditSessionBuilder
Check if tracing is enabled.
isTracingActions() - Method in class com.sk89q.worldedit.LocalSession
 
isTranslucent() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block is translucent.
isTranslucent() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isTryingLegacy() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get whether legacy IDs should be tried.
isUnderutilized() - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Get if the blockingExecutor is saturated with tasks or not.
isUnlimited() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
isUnpushable() - Method in interface com.sk89q.worldedit.world.registry.BlockMaterial
Get whether this block can be pushed by a piston.
isUnpushable() - Method in class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
isUpright() - Method in enum class com.sk89q.worldedit.util.Direction
Return whether Y component is non-zero.
isUsingInventory() - Method in class com.sk89q.worldedit.LocalSession
Returns whether inventory usage is enabled for this session.
isValid() - Method in class com.sk89q.worldedit.session.request.Request
Check if the current request object is still valid.
isValid() - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled
Check for validity, usually without triggering computation.
isValid() - Method in class com.sk89q.worldedit.world.storage.ChunkStore
Returns whether the chunk store is of this type.
isValid() - Method in class com.sk89q.worldedit.world.storage.FileLegacyChunkStore
 
isValid() - Method in class com.sk89q.worldedit.world.storage.FileMcRegionChunkStore
 
isValid() - Method in class com.sk89q.worldedit.world.storage.TrueZipLegacyChunkStore
 
isValid() - Method in class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore
 
isValid() - Method in class com.sk89q.worldedit.world.storage.ZippedLegacyChunkStore
 
isValid() - Method in class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore
 
isValid(Player, FaweMaskManager.MaskType) - Method in class com.fastasyncworldedit.core.regions.FaweMask
Test if the mask is still valid
isValid(Player, FaweMaskManager.MaskType, boolean) - Method in class com.fastasyncworldedit.core.regions.FaweMask
Test if the mask is still valid
isValidInternalId(int) - Static method in class com.sk89q.worldedit.internal.block.BlockStateIdAccess
 
isValidMobType(String) - Method in interface com.sk89q.worldedit.extension.platform.Platform
Checks if a mob type is valid.
isValidSnapshot(File) - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Check to see if a snapshot is valid.
isValidSnapshotName(String) - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Check to see if a snapshot is valid.
isVerticalFlip() - Method in class com.sk89q.worldedit.math.transform.AffineTransform
Returns if this affine transform represents a vertical flip.
isVisitable(BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.visitor.AboveVisitor
 
isVisitable(BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.visitor.DFSRecursiveVisitor
 
isVisitable(BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
isVisitable(BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.function.visitor.DirectionalVisitor
 
isVisitable(BlockVector3, BlockVector3) - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Return whether the given 'to' block should be visited, starting from the 'from' block.
isVisitable(BlockVector3, BlockVector3) - Method in class com.sk89q.worldedit.function.visitor.DownwardVisitor
 
isVisitable(BlockVector3, BlockVector3) - Method in class com.sk89q.worldedit.function.visitor.RecursiveVisitor
 
isVisited(BlockVector3) - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
isWaterCreature() - Method in interface com.sk89q.worldedit.entity.metadata.EntityProperties
Test whether the entity is a water creature.
isWNAMode() - Method in class com.sk89q.worldedit.EditSessionBuilder
If the edit will force using WNA
isWorld() - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
isWorld() - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
isWorld() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
isWorld() - Method in interface com.sk89q.worldedit.extent.Extent
 
isWorld() - Method in interface com.sk89q.worldedit.world.World
 
isWrapped() - Method in class com.sk89q.worldedit.EditSessionBuilder
If an EditSessionEvent has been fired yet
item(CommandParameters, Player, LocalSession, BaseItem, Direction) - Method in class com.sk89q.worldedit.command.ApplyBrushCommands
 
item(CommandParameters, Player, LocalSession, BaseItem, Direction) - Method in class com.sk89q.worldedit.command.PaintBrushCommands
 
ITEM - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ITEM_DISPLAY - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ITEM_FRAME - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ITEM_FRAME - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ITEM_FRAMES - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
ITEM_TYPE - Static variable in class com.sk89q.worldedit.world.DataFixer.FixTypes
 
ItemCategories - Class in com.sk89q.worldedit.world.item
Stores a list of common ItemCategories.
ItemCategory - Class in com.sk89q.worldedit.world.item
A category of items.
ItemCategory(String) - Constructor for class com.sk89q.worldedit.world.item.ItemCategory
 
ItemCategoryRegistry - Interface in com.sk89q.worldedit.world.registry
A registry for ItemType categories.
ItemEntry() - Constructor for class com.sk89q.worldedit.world.registry.BundledItemData.ItemEntry
 
ItemFactory - Class in com.sk89q.worldedit.extension.factory
 
ItemFactory(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.ItemFactory
Create a new instance.
ItemMaterial - Interface in com.sk89q.worldedit.world.registry
 
ItemRegistry - Interface in com.sk89q.worldedit.world.registry
 
ITEMS - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
ITEMS - Variable in class com.fastasyncworldedit.core.configuration.Settings.TICK_LIMITER
Deprecated.
 
ItemType - Class in com.sk89q.worldedit.world.item
 
ItemType(String) - Constructor for class com.sk89q.worldedit.world.item.ItemType
 
ItemTypeAdapter - Class in com.sk89q.worldedit.util.gson
 
ItemTypeAdapter() - Constructor for class com.sk89q.worldedit.util.gson.ItemTypeAdapter
 
ItemTypes - Class in com.sk89q.worldedit.world.item
Stores a list of common ItemTypes.
ItemTypesCache - Class in com.fastasyncworldedit.core.world.block
 
ItemTypesCache() - Constructor for class com.fastasyncworldedit.core.world.block.ItemTypesCache
 
ItemUseFactory - Class in com.sk89q.worldedit.command.factory
 
ItemUseFactory(BaseItem) - Constructor for class com.sk89q.worldedit.command.factory.ItemUseFactory
 
ItemUseFactory(BaseItem, Direction) - Constructor for class com.sk89q.worldedit.command.factory.ItemUseFactory
 
ItemUseFunction - Class in com.sk89q.worldedit.function
 
ItemUseFunction(World, BaseItem) - Constructor for class com.sk89q.worldedit.function.ItemUseFunction
 
ItemUseFunction(World, BaseItem, Direction) - Constructor for class com.sk89q.worldedit.function.ItemUseFunction
 
iterable - Variable in class com.sk89q.worldedit.function.visitor.RegionVisitor
Deprecated.
 
iterate(MemBlockSet.BlockIterator) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
iterateFiles(File, Consumer<File>) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
iterator() - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
iterator() - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
iterator() - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
iterator() - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
iterator() - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
iterator() - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
iterator() - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
iterator() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
iterator() - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
iterator() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
iterator() - Method in class com.fastasyncworldedit.core.util.collection.YieldIterable
 
iterator() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
iterator() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
iterator() - Method in class com.sk89q.worldedit.regions.AbstractRegion
Get the iterator.
iterator() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
iterator() - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
iterator() - Method in class com.sk89q.worldedit.regions.NullRegion
 
iterator() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
iterator() - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
iterator() - Method in class com.sk89q.worldedit.regions.TransformRegion
 
iterator() - Method in class com.sk89q.worldedit.registry.Registry
 
iterator() - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
iterator() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList
 
iterator() - Method in class com.sk89q.worldedit.util.collection.LocatedBlockList
 
iterator() - Method in class com.sk89q.worldedit.util.report.ReportList
 
iterator(boolean) - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList
Get an entry set.
iterator(Order) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
iterator(Order) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
iterator(Order) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
iterator_old() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
iterator2d() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
iterator2d() - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
iterPaths(Path) - Static method in class com.sk89q.worldedit.util.io.file.MorePaths
Starting with the first path element, add elements until reaching this path.
ITileInput - Interface in com.fastasyncworldedit.core.queue
 

J

JACK_O_LANTERN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JACK_O_LANTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JAGGED_PEAKS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
JIGSAW - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JIGSAW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
join() - Method in class com.fastasyncworldedit.core.extent.filter.ForkedFilter
 
join() - Method in interface com.fastasyncworldedit.core.queue.Filter
 
join() - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
join() - Method in interface com.fastasyncworldedit.core.queue.IQueueChunk
Call and join - Should be done async, if at all
join(int[], String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
join(CountFilter) - Method in class com.fastasyncworldedit.core.extent.filter.CountFilter
 
join(DistrFilter) - Method in class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
join(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.EmptyBatchProcessor
 
join(IBatchProcessor) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
join(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
join(IBatchProcessor) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Join two processors and return the result.
join(Object[], String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
join(Collection<?>, char) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
join(Collection<?>, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
join(Collection<T>, String, Function<T, String>) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
join(List<Component>, Component) - Static method in class com.sk89q.worldedit.util.formatting.component.TextUtils
Join an array of components with a joiner component.
join(T) - Method in class com.fastasyncworldedit.core.extent.filter.ForkedFilter
 
JoinedCharSequence - Class in com.fastasyncworldedit.core.util
Deprecated, for removal: This API element is subject to removal in a future version.
Unused, will be removed in the future. Use String concatenation instead.
JoinedCharSequence() - Constructor for class com.fastasyncworldedit.core.util.JoinedCharSequence
Deprecated.
 
joinOrdered(Collection<?>, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
joinPost(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.EmptyBatchProcessor
 
joinPost(IBatchProcessor) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
joinPost(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
joinPost(IBatchProcessor) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
 
joinQuotedString(String[], String, int, String) - Static method in class com.sk89q.util.StringUtil
Join an array of strings into a string.
joinString(int[], String, int) - Static method in class com.sk89q.util.StringUtil
Join an array of strings into a string.
joinString(Object[], String, int) - Static method in class com.sk89q.util.StringUtil
Join an array of strings into a string.
joinString(String[], String) - Static method in class com.sk89q.util.StringUtil
Join an array of strings into a string.
joinString(String[], String, int) - Static method in class com.sk89q.util.StringUtil
Join an array of strings into a string.
joinString(Collection<?>, String, int) - Static method in class com.sk89q.util.StringUtil
Join an list of strings into a string.
JSON2NBT - Class in com.fastasyncworldedit.core.jnbt
 
JsonFileSessionStore - Class in com.sk89q.worldedit.session.storage
Stores sessions as JSON files in a directory.
JsonFileSessionStore(File) - Constructor for class com.sk89q.worldedit.session.storage.JsonFileSessionStore
JsonFileSessionStore(Path) - Constructor for class com.sk89q.worldedit.session.storage.JsonFileSessionStore
Create a new session store.
JUKEBOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUKEBOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
jumpTo(Player, Location, boolean) - Method in class com.sk89q.worldedit.command.NavigationCommands
 
JUNGLE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
JUNGLE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
JUNGLE_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_BUSH - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
JUNGLE_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_EDGE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
JUNGLE_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
JUNGLE_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
JUNGLE_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
JUNGLE_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_SAPLING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
JUNGLE_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
JUNGLE_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 

K

KEEP_ENTITIES_IN_BLOCKS - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
KELP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
KELP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
KELP_PLANT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
Kernel - Class in com.sk89q.worldedit.math.convolution
 
Kernel(int, int, float[]) - Constructor for class com.sk89q.worldedit.math.convolution.Kernel
 
Keyed - Interface in com.sk89q.worldedit.registry
Represents an objects that can be added to a registry and referenced by an id which is unique within its registry.
KeyQueuedExecutorService<K> - Class in com.fastasyncworldedit.core.util.task
Executor service that queues tasks based on keys, executing tasks on a configurable ThreadPoolExecutor
KeyQueuedExecutorService(ExecutorService) - Constructor for class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
Create a new KeyQueuedExecutorService instance
keys() - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
keys(Map<K2, V>, Function<K, K2>, Function<K2, K>) - Static method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
keySet() - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
keySet() - Method in class com.sk89q.worldedit.internal.expression.SlotTable
 
keySet() - Method in class com.sk89q.worldedit.registry.Registry
 
KNOWLEDGE_BOOK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
KochanekBartelsInterpolation - Class in com.sk89q.worldedit.math.interpolation
A Kochanek-Bartels interpolation; continuous in the 2nd derivative.
KochanekBartelsInterpolation() - Constructor for class com.sk89q.worldedit.math.interpolation.KochanekBartelsInterpolation
 

L

LabelFormat - Class in com.sk89q.worldedit.util.formatting.component
Represents a fragment representing a label.
labels - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
LADDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LADDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LANTERN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LANTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LAPIS_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LAPIS_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LAPIS_LAZULI - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LAPIS_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LAPIS_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LAPIS_ORES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
LAPIS_ORES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
LARGE_AMETHYST_BUD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LARGE_AMETHYST_BUD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LARGE_FERN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LARGE_FERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
last - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
last() - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
LAST - Enum constant in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
 
LastAccessExtentCache - Class in com.sk89q.worldedit.extent.cache
Returns the same cached BlockState for repeated calls to LastAccessExtentCache.getBlock(BlockVector3) with the same position.
LastAccessExtentCache(Extent) - Constructor for class com.sk89q.worldedit.extent.cache.LastAccessExtentCache
Create a new instance.
lastIndexOf(Object) - Method in class com.sk89q.worldedit.util.report.ReportList
 
lastValue - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
lastValue() - Static method in class com.sk89q.minecraft.util.commands.SuggestionContext
 
lastX - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
lastY - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
lastZ - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
LATE - Enum constant in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
 
LATE - Enum constant in enum class com.sk89q.worldedit.util.eventbus.EventHandler.Priority
 
later(Runnable, int) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task later on the main thread.
laterAsync(Runnable, int) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task later asynchronously.
LAVA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LAVA - Static variable in class com.sk89q.worldedit.world.fluid.FluidCategories
 
LAVA - Static variable in class com.sk89q.worldedit.world.fluid.FluidTypes
 
LAVA_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LAVA_CAULDRON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LAVA_POOL_STONE_CANNOT_REPLACE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
LAVA_POOL_STONE_REPLACEABLES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
Deprecated.
lay(Actor, EditSession, Region, Pattern) - Method in class com.sk89q.worldedit.command.RegionCommands
 
LayerBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
LayerBrush(Pattern[]) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.LayerBrush
 
LayerBrushMask - Class in com.fastasyncworldedit.core.function.mask
 
LayerBrushMask(EditSession, RecursiveVisitor, BlockState[], Mask) - Constructor for class com.fastasyncworldedit.core.function.mask.LayerBrushMask
 
LayerFunction - Interface in com.sk89q.worldedit.function
A function that takes a position and a depth.
layers - Variable in class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
LAYERS - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
LayerVisitor - Class in com.sk89q.worldedit.function.visitor
Visits the layers within a region.
LayerVisitor(FlatRegion, int, int, LayerFunction) - Constructor for class com.sk89q.worldedit.function.visitor.LayerVisitor
Create a new visitor.
LayerVisitor(FlatRegion, int, int, LayerFunction, Extent) - Constructor for class com.sk89q.worldedit.function.visitor.LayerVisitor
Create a new visitor.
LazyBaseEntity - Class in com.fastasyncworldedit.core.entity
 
LazyBaseEntity(EntityType, Supplier<CompoundBinaryTag>) - Constructor for class com.fastasyncworldedit.core.entity.LazyBaseEntity
 
LazyClipboardHolder - Class in com.fastasyncworldedit.core.extent.clipboard
 
LazyClipboardHolder(URI, ByteSource, ClipboardFormat, UUID) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.LazyClipboardHolder
Create a new instance with the given clipboard.
LazyCompoundTag - Class in com.sk89q.jnbt
Deprecated.
Use CompoundBinaryTag.
LazyCompoundTag(CompoundBinaryTag) - Constructor for class com.sk89q.jnbt.LazyCompoundTag
Deprecated.
 
LazyCompoundTag(Map<String, Tag>) - Constructor for class com.sk89q.jnbt.LazyCompoundTag
Deprecated.
 
lazyCopy(Actor, LocalSession, EditSession, Region, boolean, boolean) - Method in class com.sk89q.worldedit.command.ClipboardCommands
 
lazyCopy(Region) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
lazyCopy(Region) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
lazyCopy(Region) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
Lazily copy a region
lazyCopy(Region) - Method in class com.sk89q.worldedit.EditSession
 
lazyCopy(Region) - Method in interface com.sk89q.worldedit.extent.Extent
Lazily copy a region
LazyReader - Interface in com.fastasyncworldedit.core.jnbt.streamer
 
LazyReference<T> - Class in com.sk89q.worldedit.util.concurrency
Thread-safe lazy reference.
LazyRegionMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
LazyRegionMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.LazyRegionMaskParser
 
LEAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
learnChanges() - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
learnChanges() - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
learnChanges() - Method in interface com.sk89q.worldedit.regions.RegionSelector
Update the selector with changes to the region.
learnChanges() - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
learnChanges() - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
learnChanges() - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
learnChanges() - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
learnChanges() - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
LEASH_KNOT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
LEATHER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LEATHER_BOOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LEATHER_CHESTPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LEATHER_HELMET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LEATHER_HORSE_ARMOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LEATHER_LEGGINGS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LEAVES - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
LECTERN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LECTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LECTERN_BOOKS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
left - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
left - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
left - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
left - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
left - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
left - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
left - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
left - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
LEFT_SHIFT - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
LEFT_SHIFT - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
LEFT_SHIFT() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
LegacyChunkStore - Class in com.sk89q.worldedit.world.storage
Represents chunk stores that use Alpha's file format for storing chunks.
LegacyChunkStore() - Constructor for class com.sk89q.worldedit.world.storage.LegacyChunkStore
 
LegacyMapper - Class in com.sk89q.worldedit.world.registry
 
length() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
length() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
length() - Method in class com.fastasyncworldedit.core.util.JoinedCharSequence
Deprecated.
 
length() - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
length() - Method in class com.sk89q.worldedit.math.BlockVector2
Get the length of the vector.
length() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the length of the vector.
length() - Method in class com.sk89q.worldedit.math.Vector2
Get the length of the vector.
length() - Method in class com.sk89q.worldedit.math.Vector3
Get the length of the vector.
lengthSq() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
lengthSq() - Method in class com.sk89q.worldedit.math.BlockVector2
Get the length, squared, of the vector.
lengthSq() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the length, squared, of the vector.
lengthSq() - Method in class com.sk89q.worldedit.math.Vector2
Get the length, squared, of the vector.
lengthSq() - Method in class com.sk89q.worldedit.math.Vector3
Get the length, squared, of the vector.
LESS_THAN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
LESS_THAN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
LESS_THAN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
LESS_THAN_OR_EQUAL - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
LESS_THAN_OR_EQUAL - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
LESS_THAN_OR_EQUAL() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
LEVEL - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyGroup
 
LEVEL - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
LevenshteinDistance - Class in com.sk89q.worldedit.util.function
Provides a Levenshtein distance between a given string and each string that this function is applied to.
LevenshteinDistance(String, boolean) - Constructor for class com.sk89q.worldedit.util.function.LevenshteinDistance
Create a new instance.
LevenshteinDistance(String, boolean, Pattern) - Constructor for class com.sk89q.worldedit.util.function.LevenshteinDistance
Create a new instance.
LEVER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LEVER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LexerException - Exception in com.sk89q.worldedit.internal.expression
Thrown when the lexer encounters a problem.
LexerException(int) - Constructor for exception com.sk89q.worldedit.internal.expression.LexerException
 
LexerException(int, String) - Constructor for exception com.sk89q.worldedit.internal.expression.LexerException
 
LexerException(int, String, Throwable) - Constructor for exception com.sk89q.worldedit.internal.expression.LexerException
 
LexerException(int, Throwable) - Constructor for exception com.sk89q.worldedit.internal.expression.LexerException
 
Lifecycled<T> - Interface in com.sk89q.worldedit.util.lifecycle
Represents an object with a simple valid/invalid lifecycle.
Lifecycled.Events<T> - Interface in com.sk89q.worldedit.util.lifecycle
 
LifecycledCallbackHandler<T> - Class in com.sk89q.worldedit.util.lifecycle
Convenience class for implementing the callbacks of Lifecycled.
LifecycledCallbackHandler(Lifecycled<T>) - Constructor for class com.sk89q.worldedit.util.lifecycle.LifecycledCallbackHandler
 
light - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
LIGHT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_BLUE_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_BLUE_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_GRAY_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_GRAY_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIGHT_WEIGHTED_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHT_WEIGHTED_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LightenPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
LightenPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.LightenPatternParser
Create a new simple parser with a defined prefix for the result.
LIGHTING - Enum constant in enum class com.sk89q.worldedit.util.SideEffect
 
LIGHTING - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
LIGHTING() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.LIGHTING
 
LIGHTNING_BOLT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
LIGHTNING_ROD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIGHTNING_ROD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LILAC - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LILAC - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LILY_OF_THE_VALLEY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LILY_OF_THE_VALLEY - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LILY_PAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LILY_PAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LIME_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LIME_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
limit(FaweLimit) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the limit(s) for the edit to use
limit(Actor, LocalSession, Integer) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
LIMIT - Enum constant in enum class com.sk89q.worldedit.command.util.annotation.Confirm.Processor
 
limitDouble(Actor, InjectedValueAccess, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
LimitExtent - Class in com.fastasyncworldedit.core.extent
 
LimitExtent(Extent, FaweLimit) - Constructor for class com.fastasyncworldedit.core.extent.LimitExtent
Create a new instance.
LimitExtent(Extent, FaweLimit, Consumer<Component>) - Constructor for class com.fastasyncworldedit.core.extent.LimitExtent
Create a new instance.
limitInteger(Actor, InjectedValueAccess, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
LIMITS - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
LIMITS() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
limitUnlimited() - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the edit to be able to edit everywhere, and for any number of blocks
limitUnprocessed(Actor) - Method in class com.sk89q.worldedit.EditSessionBuilder
Unlimited in regions/block changes, but uses the given Actor's inventory mode.
line(Actor, EditSession, Region, Pattern, int, boolean) - Method in class com.sk89q.worldedit.command.RegionCommands
 
LINE_BREAK - Static variable in class com.sk89q.util.yaml.YAMLProcessor
 
Linear2DBlockPattern - Class in com.fastasyncworldedit.core.function.pattern
 
Linear2DBlockPattern(Pattern[], int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.Linear2DBlockPattern
Create a new Pattern instance
Linear2DPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
Linear2DPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.Linear2DPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
Linear3DBlockPattern - Class in com.fastasyncworldedit.core.function.pattern
 
Linear3DBlockPattern(Pattern[], int, int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.Linear3DBlockPattern
Create a new Pattern instance
Linear3DPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
Linear3DPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.Linear3DPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
Linear3DTransform - Class in com.fastasyncworldedit.core.extent.transform
 
Linear3DTransform(ResettableExtent[]) - Constructor for class com.fastasyncworldedit.core.extent.transform.Linear3DTransform
New instance
Linear3DTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
 
Linear3DTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.Linear3DTransformParser
Create a new rich parser with a defined prefix for the result, e.g.
LinearBlockPattern - Class in com.fastasyncworldedit.core.function.pattern
 
LinearBlockPattern(Pattern[]) - Constructor for class com.fastasyncworldedit.core.function.pattern.LinearBlockPattern
Create a new Pattern instance
LinearClipboard - Class in com.fastasyncworldedit.core.extent.clipboard
 
LinearClipboard(BlockVector3, BlockVector3) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
LinearInterpolation - Class in com.sk89q.worldedit.math.interpolation
Simple linear interpolation.
LinearInterpolation() - Constructor for class com.sk89q.worldedit.math.interpolation.LinearInterpolation
 
LinearKernel - Class in com.sk89q.worldedit.math.convolution
A linear Kernel generator (all cells weigh the same).
LinearKernel(int) - Constructor for class com.sk89q.worldedit.math.convolution.LinearKernel
 
LinearPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
LinearPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.LinearPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
LinearTransform - Class in com.fastasyncworldedit.core.extent.transform
 
LinearTransform(ResettableExtent[]) - Constructor for class com.fastasyncworldedit.core.extent.transform.LinearTransform
New instance
LinearTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
 
LinearTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.LinearTransformParser
Create a new rich parser with a defined prefix for the result, e.g.
lineBrush(InjectedValueAccess, Pattern, Expression, boolean, boolean, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
LineBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
LineBrush(boolean, boolean, boolean) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.LineBrush
 
LINGERING_POTION - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
Link - Annotation Interface in com.sk89q.worldedit.command.util.annotation
 
LinkedFilter<T extends Filter,S extends Filter> - Class in com.fastasyncworldedit.core.extent.filter
Filter which links two Filters together for single-filter-input operations.
LinkedFilter(T, S) - Constructor for class com.fastasyncworldedit.core.extent.filter.LinkedFilter
 
LiquidMask - Class in com.fastasyncworldedit.core.function.mask
 
LiquidMask(Extent) - Constructor for class com.fastasyncworldedit.core.function.mask.LiquidMask
 
LiquidMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
LiquidMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.LiquidMaskParser
 
list(Player, LocalSession, RollbackDatabase, Arguments, UUID, Integer) - Method in class com.sk89q.worldedit.command.HistorySubCommands
 
list(Actor, LocalSession, int, boolean, boolean, String, String, Arguments) - Method in class com.sk89q.worldedit.command.SchematicCommands
 
list(Actor, InjectedValueAccess, int) - Method in class com.sk89q.worldedit.command.BrushCommands
 
LIST - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
listChunks(Actor, World, LocalSession, int) - Method in class com.sk89q.worldedit.command.ChunkCommands
 
ListFilters - Class in com.fastasyncworldedit.core.command
 
ListFilters() - Constructor for class com.fastasyncworldedit.core.command.ListFilters
 
ListFilters.Filter - Class in com.fastasyncworldedit.core.command
 
listIterator() - Method in class com.sk89q.worldedit.util.report.ReportList
 
listIterator(int) - Method in class com.sk89q.worldedit.util.report.ReportList
 
listPrivate() - Method in class com.fastasyncworldedit.core.command.ListFilters.Filter
 
listPublic() - Method in class com.fastasyncworldedit.core.command.ListFilters.Filter
 
ListTag - Class in com.sk89q.jnbt
Deprecated.
Use ListBinaryTag.
ListTag(ListBinaryTag) - Constructor for class com.sk89q.jnbt.ListTag
Deprecated.
 
ListTag(Class<? extends Tag>, List<? extends Tag>) - Constructor for class com.sk89q.jnbt.ListTag
Deprecated.
Creates the tag with an empty name.
ListTagBuilder - Class in com.sk89q.jnbt
Deprecated.
Use ListBinaryTag.Builder.
LIT - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
LittleEndianOutputStream - Class in com.fastasyncworldedit.core.internal.io
 
LittleEndianOutputStream(OutputStream) - Constructor for class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Creates a new little endian output stream and chains it to the output stream specified by the out argument.
LLAMA - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
LLAMA_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
LLAMA_SPIT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
load() - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings.ImageUri
 
load() - Method in class com.sk89q.util.yaml.YAMLProcessor
Loads the configuration file.
load() - Method in class com.sk89q.worldedit.LocalConfiguration
Load the configuration.
load() - Method in class com.sk89q.worldedit.registry.Category
 
load() - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
 
load() - Method in class com.sk89q.worldedit.util.YAMLConfiguration
 
load() - Method in class com.sk89q.worldedit.world.block.BlockCategory
 
load() - Method in class com.sk89q.worldedit.world.fluid.FluidCategory
 
load() - Method in class com.sk89q.worldedit.world.item.ItemCategory
 
load() - Static method in class com.sk89q.worldedit.WorldEditManifest
 
load(int) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
Obtain the specified chunk section stored as an array of ordinals.
load(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
load(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
load(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
load(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
load(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
load(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
load(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
load(ProvideBindings.ImageUri) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
load(Actor, LocalSession, String, String, boolean) - Method in class com.sk89q.worldedit.command.SchematicCommands
 
load(File) - Method in class com.fastasyncworldedit.core.configuration.Config
 
load(File) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Loads this FileConfiguration from the specified location.
load(File) - Static method in class com.fastasyncworldedit.core.FaweAPI
Just forwards to ClipboardFormat.SCHEMATIC.load(file).
load(File) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
 
load(InputStream) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
 
load(Reader) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Loads this FileConfiguration from the specified reader.
load(String) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Loads this FileConfiguration from the specified location.
load(URI) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
load(UUID) - Method in class com.sk89q.worldedit.session.storage.JsonFileSessionStore
 
load(UUID) - Method in interface com.sk89q.worldedit.session.storage.SessionStore
Load a session identified by the given UUID.
load(UUID) - Method in class com.sk89q.worldedit.session.storage.VoidStore
 
loadall(Actor, LocalSession, String, String, boolean) - Method in class com.sk89q.worldedit.command.SchematicCommands
Deprecated.
loadAllFromDirectory(File) - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
 
loadAllFromInput(Actor, String, ClipboardFormat, boolean) - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
 
loadAllFromUrl(URL) - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
 
loadClipboardFromDisk() - Method in interface com.sk89q.worldedit.entity.Player
Loads any history items from disk: - Should already be called if history on disk is enabled.
loadClipboardFromDisk(File) - Method in class com.sk89q.worldedit.LocalSession
Load a clipboard from disk and into this localsession.
loadConfiguration(File) - Static method in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
Creates a new YamlConfiguration, loading from the given file.
loadConfiguration(Reader) - Static method in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
Creates a new YamlConfiguration, loading from the given reader.
loadDefaults(Actor, boolean) - Method in class com.sk89q.worldedit.LocalSession
 
loadExtra() - Method in class com.sk89q.worldedit.util.PropertiesConfiguration
Called to load extra configuration.
loadFromFile(File) - Static method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
Attempt to load a file into a new DiskOptimizedClipboard instance.
loadFromString(String) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Loads this FileConfiguration from the specified string, as opposed to from file.
loadFromString(String) - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
loadIfPresent(int) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
Obtain the specified chunk section stored as an array of ordinals if present or null.
loadIfPresent(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
loadIfPresent(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
loadIfPresent(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
loadIfPresent(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
loadIfPresent(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
loadIfPresent(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
loadMappings() - Method in class com.sk89q.worldedit.WorldEdit
Load the bundled mappings.
loadModTextures() - Method in class com.fastasyncworldedit.core.util.DelegateTextureUtil
 
loadModTextures() - Method in class com.fastasyncworldedit.core.util.TextureUtil
 
loadSessionHistoryFromDisk(UUID, World) - Method in class com.sk89q.worldedit.LocalSession
 
local() - Method in class com.fastasyncworldedit.core.command.ListFilters
 
LocalBlockVectorSet - Class in com.fastasyncworldedit.core.math
The LocalBlockVectorSet is a Memory and CPU optimized Set for storing BlockVectors which are all in a local region - All vectors must be in a 2048 * 512 * 2048 area centered around the first entry - This will use 8 bytes for every 64 BlockVectors (about 800x less than a HashSet)
LocalBlockVectorSet() - Constructor for class com.fastasyncworldedit.core.math.LocalBlockVectorSet
New LocalBlockVectorSet that will set the offset x and z to the first value given.
LocalBlockVectorSet(int, int) - Constructor for class com.fastasyncworldedit.core.math.LocalBlockVectorSet
New LocalBlockVectorSet with a given offset.
LocalBlockVectorSet(int, int, int) - Constructor for class com.fastasyncworldedit.core.math.LocalBlockVectorSet
New LocalBlockVectorSet with a given offset
LocalBlockVectorSet.BlockVectorSetVisitor - Interface in com.fastasyncworldedit.core.math
 
LocalConfiguration - Class in com.sk89q.worldedit
Represents WorldEdit's configuration.
LocalConfiguration() - Constructor for class com.sk89q.worldedit.LocalConfiguration
 
localizedName - Variable in class com.sk89q.worldedit.world.registry.BundledBlockData.BlockEntry
 
localizedName - Variable in class com.sk89q.worldedit.world.registry.BundledItemData.ItemEntry
 
locals - Variable in class com.sk89q.minecraft.util.commands.CommandContext
 
LocalSession - Class in com.sk89q.worldedit
Stores session information.
LocalSession() - Constructor for class com.sk89q.worldedit.LocalSession
Construct the object.
LocalSession(LocalConfiguration) - Constructor for class com.sk89q.worldedit.LocalSession
Construct the object.
LocalSlot - Interface in com.sk89q.worldedit.internal.expression
Represents the metadata for a named local slot.
LocalSlot.Constant - Class in com.sk89q.worldedit.internal.expression
 
LocalSlot.Variable - Class in com.sk89q.worldedit.internal.expression
 
Locatable - Interface in com.sk89q.worldedit.extension.platform
 
locatableActor(A) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the actor to one with a location/extent associated.
LocatedBlock - Class in com.sk89q.worldedit.util
Represents a block located at some position.
LocatedBlock(BlockVector3, BaseBlock) - Constructor for class com.sk89q.worldedit.util.LocatedBlock
 
LocatedBlockList - Class in com.sk89q.worldedit.util.collection
Wrapper around a list of blocks located in the world.
LocatedBlockList() - Constructor for class com.sk89q.worldedit.util.collection.LocatedBlockList
 
LocatedBlockList(Collection<? extends LocatedBlock>) - Constructor for class com.sk89q.worldedit.util.collection.LocatedBlockList
 
location() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
Returns the value of the location record component.
Location - Class in com.sk89q.worldedit.util
Represents a location in a world with has a direction.
Location(Extent) - Constructor for class com.sk89q.worldedit.util.Location
Create a new instance in the given extent at 0, 0, 0 with a direction vector of 0, 0, 0.
Location(Extent, double, double, double) - Constructor for class com.sk89q.worldedit.util.Location
Create a new instance in the given extent with the given coordinates with a direction vector of 0, 0, 0.
Location(Extent, double, double, double, float, float) - Constructor for class com.sk89q.worldedit.util.Location
Create a new instance in the given extent with the given coordinates and the given direction vector.
Location(Extent, double, double, double, Vector3) - Constructor for class com.sk89q.worldedit.util.Location
Create a new instance in the given extent with the given coordinates and the given direction vector.
Location(Extent, Vector3) - Constructor for class com.sk89q.worldedit.util.Location
Create a new instance in the given extent with the given position vector and a direction vector of 0, 0, 0.
Location(Extent, Vector3, float, float) - Constructor for class com.sk89q.worldedit.util.Location
Create a new instance in the given extent with the given position vector and the given direction vector.
Location(Extent, Vector3, Vector3) - Constructor for class com.sk89q.worldedit.util.Location
Create a new instance in the given extent with the given position vector and the given direction vector.
LOCATION_CONVERTER - Static variable in class com.sk89q.worldedit.command.argument.LocationConverter
 
LocationConverter - Class in com.sk89q.worldedit.command.argument
 
LocationMaskedPlayerWrapper - Class in com.fastasyncworldedit.core.wrappers
 
LocationMaskedPlayerWrapper(Player, Location) - Constructor for class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
LocationMaskedPlayerWrapper(Player, Location, boolean) - Constructor for class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
LOCK_CLIPBOARD_FILE - Variable in class com.fastasyncworldedit.core.configuration.Settings.CLIPBOARD
 
lockCall() - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
Lock the IChunkGet.call(IChunkSet, Runnable) method to the current thread using a reentrant lock.
LOCKED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
lockSet() - Method in interface com.fastasyncworldedit.core.queue.IQueueChunk
Prevent set operations to the chunk, should typically be used when a chunk is submitted before the edit is necessarily completed.
LODESTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LODESTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
log2nlz(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
logCommands - Variable in class com.sk89q.worldedit.LocalConfiguration
 
logEdit(RollbackOptimizedHistory) - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
 
logFile - Variable in class com.sk89q.worldedit.LocalConfiguration
 
logFormat - Variable in class com.sk89q.worldedit.LocalConfiguration
 
LogFormat - Class in com.sk89q.worldedit.util.logging
A standard logging format for WorldEdit.
LogFormat() - Constructor for class com.sk89q.worldedit.util.logging.LogFormat
 
LogFormat(String) - Constructor for class com.sk89q.worldedit.util.logging.LogFormat
 
logger - Variable in class com.sk89q.worldedit.util.YAMLConfiguration
 
logger - Static variable in class com.sk89q.worldedit.WorldEdit
This is for internal use only.
Logging - Annotation Interface in com.sk89q.worldedit.command.util
Indicates how the affected blocks should be hinted at in the log.
Logging.LogMode - Enum Class in com.sk89q.worldedit.command.util
 
LogManagerCompat - Class in com.sk89q.worldedit.internal.util
 
LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
LOGS_THAT_BURN - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
LOGS_THAT_BURN - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
LongArrayTag - Class in com.sk89q.jnbt
Deprecated.
Use LongArrayBinaryTag.
LongArrayTag(long[]) - Constructor for class com.sk89q.jnbt.LongArrayTag
Deprecated.
Creates the tag with an empty name.
LongArrayTag(LongArrayBinaryTag) - Constructor for class com.sk89q.jnbt.LongArrayTag
Deprecated.
 
LongHashSet - Class in com.fastasyncworldedit.core.util.collection
 
LongHashSet() - Constructor for class com.fastasyncworldedit.core.util.collection.LongHashSet
 
longrangebuildtool(Player, LocalSession, Pattern, Pattern) - Method in class com.sk89q.worldedit.command.ToolCommands
 
LongRangeBuildTool - Class in com.sk89q.worldedit.command.tool
A tool that can place (or remove) blocks at a distance.
LongRangeBuildTool(Pattern, Pattern) - Constructor for class com.sk89q.worldedit.command.tool.LongRangeBuildTool
 
LongTag - Class in com.sk89q.jnbt
Deprecated.
Use LongBinaryTag.
LongTag(long) - Constructor for class com.sk89q.jnbt.LongTag
Deprecated.
Creates the tag with an empty name.
LongTag(LongBinaryTag) - Constructor for class com.sk89q.jnbt.LongTag
Deprecated.
 
LongValueReader - Interface in com.fastasyncworldedit.core.jnbt.streamer
 
lookup(String) - Static method in class com.sk89q.worldedit.util.TreeGenerator
Looks up a tree type.
lookup(String) - Static method in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
Return type from name.
lookup(Map<String, T>, String, boolean) - Static method in class com.sk89q.util.StringUtil
 
lookupKeys - Variable in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
LOOM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
LOOM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
lossyFastDivide(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
LOW_MEMORY - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
LOW_MEMORY - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
lower(Player, LocalSession, RegionFactory, Expression) - Method in class com.sk89q.worldedit.command.BrushCommands
 
lowestBit(long) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
lsw(long) - Static method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
LUKEWARM_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
LUSH_CAVES - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
LUSH_GROUND_REPLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 

M

macro(Actor) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
MAGENTA_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGENTA_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGENTA_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGIC - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
MAGMA_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MAGMA_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGMA_CREAM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MAGMA_CUBE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
MAGMA_CUBE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
main(String[]) - Static method in class com.sk89q.worldedit.internal.util.InfoEntryPoint
 
MAIN_HAND - Enum constant in enum class com.sk89q.worldedit.util.HandSide
 
MAINTAINS_FARMLAND - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MainUtil - Class in com.fastasyncworldedit.core.util
 
MainUtil() - Constructor for class com.fastasyncworldedit.core.util.MainUtil
 
makeBiomeShape(Region, Vector3, Vector3, BiomeType, String, boolean) - Method in class com.sk89q.worldedit.EditSession
 
makeBiomeShape(Region, Vector3, Vector3, BiomeType, String, boolean, int) - Method in class com.sk89q.worldedit.EditSession
 
makeBlob(BlockVector3, Pattern, double, double, double, Vector3, double) - Method in class com.sk89q.worldedit.EditSession
Makes a distorted sphere.
makeCircle(BlockVector3, Pattern, double, double, double, boolean, Vector3) - Method in class com.sk89q.worldedit.EditSession
 
makeCone(BlockVector3, Pattern, double, double, int, boolean, double) - Method in class com.sk89q.worldedit.EditSession
Makes a cone.
makeContext() - Method in class com.sk89q.worldedit.scripting.RhinoContextFactory
 
makeCuboid(Region) - Static method in class com.sk89q.worldedit.regions.CuboidRegion
Make a cuboid region out of the given region using the minimum and maximum bounds of the provided region.
makeCuboidFaces(Region, B) - Method in class com.sk89q.worldedit.EditSession
makeCuboidFaces(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
Make the faces of the given region as if it was a CuboidRegion.
makeCuboidWalls(Region, B) - Method in class com.sk89q.worldedit.EditSession
Make the walls (all faces but those parallel to the X-Z plane) of the given region as if it was a CuboidRegion.
makeCuboidWalls(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
Make the walls (all faces but those parallel to the X-Z plane) of the given region as if it was a CuboidRegion.
makeCylinder(BlockVector3, Pattern, double, double, int, boolean) - Method in class com.sk89q.worldedit.EditSession
Makes a cylinder.
makeCylinder(BlockVector3, Pattern, double, double, int, double, boolean) - Method in class com.sk89q.worldedit.EditSession
 
makeCylinder(BlockVector3, Pattern, double, int, boolean) - Method in class com.sk89q.worldedit.EditSession
Makes a cylinder.
makeFaces(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
Make the faces of the given region.
makeForest(BlockVector3, int, double, TreeGenerator.TreeType) - Method in class com.sk89q.worldedit.EditSession
Makes a forest.
makeForest(Region, double, TreeGenerator.TreeType) - Method in class com.sk89q.worldedit.EditSession
Makes a forest.
makeHollowCylinder(BlockVector3, Pattern, double, double, int, double) - Method in class com.sk89q.worldedit.EditSession
 
makeMethod(Class<?>, String, Class<?>...) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
makePumpkinPatches(BlockVector3, int) - Method in class com.sk89q.worldedit.EditSession
Makes pumpkin patches randomly in an area around the given position.
makePumpkinPatches(BlockVector3, int, double) - Method in class com.sk89q.worldedit.EditSession
 
makePyramid(BlockVector3, Pattern, int, boolean) - Method in class com.sk89q.worldedit.EditSession
Makes a pyramid.
makeShape(Region, Vector3, Vector3, Pattern, String, boolean) - Method in class com.sk89q.worldedit.EditSession
Generate a shape for the given expression.
makeShape(Region, Vector3, Vector3, Pattern, String, boolean, int) - Method in class com.sk89q.worldedit.EditSession
Generate a shape for the given expression.
makeSphere(BlockVector3, Pattern, double, boolean) - Method in class com.sk89q.worldedit.EditSession
Makes a sphere.
makeSphere(BlockVector3, Pattern, double, double, double, boolean) - Method in class com.sk89q.worldedit.EditSession
Makes a sphere or ellipsoid.
makeTranslationKey(String, String) - Static method in class com.sk89q.worldedit.util.translation.TranslationManager
 
makeWalls(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
Make the walls of the given region.
MANGROVE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
MANGROVE_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MANGROVE_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
MANGROVE_LOGS_CAN_GROW_THROUGH - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MANGROVE_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_PROPAGULE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_PROPAGULE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_ROOTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_ROOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_ROOTS_CAN_GROW_THROUGH - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MANGROVE_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_SWAMP - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
MANGROVE_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANGROVE_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MANGROVE_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MANUAL - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
MANUAL - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
map - Variable in class com.fastasyncworldedit.core.configuration.MemorySection
 
map(Function<T, U>) - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled
Map the value.
MAP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
mapChildrenKeys(Set<String>, ConfigurationSection, boolean) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
mapChildrenValues(Map<String, Object>, ConfigurationSection, boolean) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
MapMetadatable - Interface in com.fastasyncworldedit.core.entity
 
mark(int) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
mark(int) - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
mark(int) - Method in class com.fastasyncworldedit.core.internal.io.ResettableFileInputStream
 
mark(int) - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
mark(int) - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
markAndNotifyBlock(NP, NC, NBS, NBS, SideEffectSet) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
This is a heavily modified function stripped from MC to apply WorldEdit-modifications.
markBlockChanged(NC, NP) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
MARKER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
markSupported() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
markSupported() - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
markSupported() - Method in class com.fastasyncworldedit.core.internal.io.ResettableFileInputStream
 
markSupported() - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
mask - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
mask - Variable in class com.sk89q.worldedit.function.mask.Masks.NegatedMask
 
mask() - Method in record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
Returns the value of the mask record component.
mask(int) - Static method in class com.sk89q.worldedit.math.BitMath
 
mask(Player, LocalSession, boolean, Mask, Arguments) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
Mask - Interface in com.sk89q.worldedit.function.mask
Tests whether a given vector meets a criteria.
MASK - Enum constant in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
 
MASK - Enum constant in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
 
Mask2D - Interface in com.sk89q.worldedit.function.mask
Tests whether a given vector meets a criteria.
MaskedPattern - Class in com.fastasyncworldedit.core.function.pattern
 
MaskedPattern(Mask, Pattern, Pattern) - Constructor for class com.fastasyncworldedit.core.function.pattern.MaskedPattern
Create a new Pattern instance
MaskedPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
MaskedPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.MaskedPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
MaskedTargetBlock - Class in com.fastasyncworldedit.core.function.mask
 
MaskedTargetBlock(Mask, Player, int, double) - Constructor for class com.fastasyncworldedit.core.function.mask.MaskedTargetBlock
 
MaskFactory - Class in com.sk89q.worldedit.extension.factory
A registry of known Masks.
MaskFactory(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.MaskFactory
Create a new mask registry.
MaskFilter<T extends Filter> - Class in com.fastasyncworldedit.core.extent.filter
Filter with an attached Mask used for deciding whether a block is eligible for being applied to.
MaskFilter(T, Mask) - Constructor for class com.fastasyncworldedit.core.extent.filter.MaskFilter
 
MaskFilter(T, Mask, AtomicInteger) - Constructor for class com.fastasyncworldedit.core.extent.filter.MaskFilter
 
MaskingExtent - Class in com.sk89q.worldedit.extent
Requires that all mutating methods pass a given Mask.
MaskingExtent(Extent, Mask) - Constructor for class com.sk89q.worldedit.extent.MaskingExtent
Create a new instance.
MaskIntersection - Class in com.sk89q.worldedit.function.mask
Combines several masks and requires that all masks return true when a certain position is tested.
MaskIntersection(Mask...) - Constructor for class com.sk89q.worldedit.function.mask.MaskIntersection
Create a new intersection.
MaskIntersection(Collection<Mask>) - Constructor for class com.sk89q.worldedit.function.mask.MaskIntersection
Create a new intersection.
MaskIntersection2D - Class in com.sk89q.worldedit.function.mask
Tests true if all contained masks test true.
MaskIntersection2D(Mask2D...) - Constructor for class com.sk89q.worldedit.function.mask.MaskIntersection2D
Create a new intersection.
MaskIntersection2D(Collection<Mask2D>) - Constructor for class com.sk89q.worldedit.function.mask.MaskIntersection2D
Create a new intersection.
masks - Variable in class com.sk89q.worldedit.function.mask.MaskIntersection
 
masks - Variable in class com.sk89q.worldedit.function.mask.MaskIntersection2D
 
Masks - Class in com.sk89q.worldedit.function.mask
Various utility functions related to Mask and Mask2D.
Masks.AlwaysFalse - Class in com.sk89q.worldedit.function.mask
 
Masks.AlwaysTrue - Class in com.sk89q.worldedit.function.mask
 
Masks.NegatedMask - Class in com.sk89q.worldedit.function.mask
 
masksArray - Variable in class com.sk89q.worldedit.function.mask.MaskIntersection
 
maskSource(Mask) - Method in class com.sk89q.worldedit.session.PasteBuilder
Set a custom mask of blocks to ignore from the source.
MaskTraverser - Class in com.fastasyncworldedit.core.util
 
MaskTraverser(Mask) - Constructor for class com.fastasyncworldedit.core.util.MaskTraverser
 
MaskUnion - Class in com.fastasyncworldedit.core.function.mask
Combines several masks and requires that one or more masks return true when a certain position is tested.
MaskUnion(Mask...) - Constructor for class com.fastasyncworldedit.core.function.mask.MaskUnion
Create a new union.
MaskUnion(Collection<Mask>) - Constructor for class com.fastasyncworldedit.core.function.mask.MaskUnion
Create a new union.
MaskUnion2D - Class in com.fastasyncworldedit.core.function.mask
Tests true if any contained mask is true, even if it just one.
MaskUnion2D(Mask2D...) - Constructor for class com.fastasyncworldedit.core.function.mask.MaskUnion2D
Create a new union.
MaskUnion2D(Collection<Mask2D>) - Constructor for class com.fastasyncworldedit.core.function.mask.MaskUnion2D
Create a new union.
matches(String) - Method in class com.sk89q.minecraft.util.commands.CommandContext
 
matches(String) - Method in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
matchPlayer(Player) - Method in interface com.sk89q.worldedit.extension.platform.Platform
Create a duplicate of the given player.
matchWorld(World) - Method in interface com.sk89q.worldedit.extension.platform.Platform
Create a duplicate of the given world.
material - Variable in class com.sk89q.worldedit.world.registry.BundledBlockData.BlockEntry
 
material(Player, LocalSession, Pattern, boolean, Arguments) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
MathMan - Class in com.fastasyncworldedit.core.util
 
MathMan() - Constructor for class com.fastasyncworldedit.core.util.MathMan
 
MathUtils - Class in com.sk89q.worldedit.math
Various math utility methods.
max - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
max - Variable in class com.sk89q.worldedit.internal.cui.SelectionMinMaxEvent
 
max() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
The maximum number of arguments.
max(double...) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
max(int...) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
MAX - Static variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_ACTIONS - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_ACTIONS - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_BLOCKSTATES - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_BLOCKSTATES - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_BLOCKSTATES() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_CHANGES - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
MAX_CHANGES - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_CHANGES - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
MAX_CHANGES - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_CHANGES() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_CHECKS - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
MAX_CHECKS - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_CHECKS - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
MAX_CHECKS - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_CHECKS() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_ENTITIES - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
MAX_ENTITIES - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_ENTITIES - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
MAX_ENTITIES - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_ENTITIES() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_EXPRESSION_MS - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_EXPRESSION_MS - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_FAILS - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_FAILS - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_FAILS() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_HISTORY - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_HISTORY_MB - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_HISTORY_SIZE - Static variable in class com.sk89q.worldedit.LocalSession
 
MAX_IMAGE_LOAD_TIME - Variable in class com.fastasyncworldedit.core.configuration.Settings.WEB
 
MAX_IMAGE_SIZE - Variable in class com.fastasyncworldedit.core.configuration.Settings.WEB
 
MAX_ITERATIONS - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
MAX_ITERATIONS - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
MAX_ITERATIONS - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
MAX_ITERATIONS - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_ITERATIONS() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
MAX_MEMORY_PERCENT - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
MAX_POINTS - Static variable in class com.fastasyncworldedit.core.command.tool.brush.SplineBrush
 
MAX_RANGE - Static variable in class com.sk89q.worldedit.command.tool.BrushTool
 
MAX_TILES - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
MAX_TILES - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
maxBlocks(int) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the maximum blocks to change for the EditSession.
maxBrushRadius - Variable in class com.sk89q.worldedit.LocalConfiguration
 
MaxBrushRadiusException - Exception in com.sk89q.worldedit
Thrown when a maximum radius for a brush is reached.
MaxBrushRadiusException() - Constructor for exception com.sk89q.worldedit.MaxBrushRadiusException
 
maxCalculationTimeout - Variable in class com.sk89q.worldedit.LocalConfiguration
 
MaxChangedBlocksException - Exception in com.sk89q.worldedit
Thrown when too many blocks are changed (which may be limited due to the configuration).
MaxChangedBlocksException(int) - Constructor for exception com.sk89q.worldedit.MaxChangedBlocksException
Create a new instance.
maxChangeLimit - Variable in class com.sk89q.worldedit.LocalConfiguration
 
maxChunk - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.ChunkBatch
 
maximumBlockY(Region) - Static method in class com.sk89q.worldedit.regions.Regions
Get the maximum Y coordinate of the given region using the region's Region.getMaximumPoint() method.
maximumY(Region) - Static method in class com.sk89q.worldedit.regions.Regions
Get the maximum Y coordinate of the given region using the region's Region.getMaximumPoint() method.
maxPolygonalPoints - Variable in class com.sk89q.worldedit.LocalConfiguration
 
maxPolyhedronPoints - Variable in class com.sk89q.worldedit.LocalConfiguration
 
maxRadius - Variable in class com.sk89q.worldedit.LocalConfiguration
 
MaxRadiusException - Exception in com.sk89q.worldedit
Thrown when a maximum radius is reached, such as, for example, in the case of a sphere command.
MaxRadiusException() - Constructor for exception com.sk89q.worldedit.MaxRadiusException
 
maxSectionPosition - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
maxSuperPickaxeSize - Variable in class com.sk89q.worldedit.LocalConfiguration
 
maxX - Variable in class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
maxX - Variable in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
maxY - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
maxY - Variable in class com.fastasyncworldedit.core.function.pattern.AnglePattern
 
maxY - Variable in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
maxY - Variable in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
maxZ - Variable in class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
maxZ - Variable in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
maybeCreate(Path, ArchiveNioSupport) - Static method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FileSystemSnapshotDatabase
 
MCDirections - Class in com.sk89q.worldedit.internal.helper
Utility methods for working with directions in Minecraft.
MCEDIT_SCHEMATIC - Enum constant in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
The Schematic format used by MCEdit.
MCEditSchematicReader - Class in com.sk89q.worldedit.extent.clipboard.io
Reads schematic files that are compatible with MCEdit and other editors.
MCEditSchematicReader(NBTInputStream) - Constructor for class com.sk89q.worldedit.extent.clipboard.io.MCEditSchematicReader
Create a new instance.
McRegionChunkStore - Class in com.sk89q.worldedit.world.storage
 
McRegionChunkStore() - Constructor for class com.sk89q.worldedit.world.storage.McRegionChunkStore
 
McRegionReader - Class in com.sk89q.worldedit.world.storage
Reader for a MCRegion file.
McRegionReader(InputStream) - Constructor for class com.sk89q.worldedit.world.storage.McRegionReader
Construct the reader.
MEADOW - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
MEDIUM_AMETHYST_BUD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MEDIUM_AMETHYST_BUD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MEGA_REDWOOD - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
MELON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MELON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MELON_SEEDS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MELON_SLICE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MELON_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MEMBER - Enum constant in enum class com.fastasyncworldedit.core.regions.FaweMaskManager.MaskType
 
MemBlockSet - Class in com.fastasyncworldedit.core.util.collection
Memory optimized BlockVector3 Set using a sparsely populated bitset and grouped by chunk section Note on spaghetti code / duplication - Uses a minimum of 1 bit per entry - 99.9% of the time there are no if checks on get/clear - Grouping / iteration is by chunk section, and the y>z>x order
MemBlockSet(int, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
MemBlockSet.BlockIterator - Interface in com.fastasyncworldedit.core.util.collection
 
MemBlockSet.IRow - Interface in com.fastasyncworldedit.core.util.collection
 
MemBlockSet.NullRowX - Class in com.fastasyncworldedit.core.util.collection
 
MemBlockSet.NullRowY - Class in com.fastasyncworldedit.core.util.collection
 
MemBlockSet.NullRowZ - Class in com.fastasyncworldedit.core.util.collection
 
MemBlockSet.RowX - Class in com.fastasyncworldedit.core.util.collection
 
MemBlockSet.RowY - Class in com.fastasyncworldedit.core.util.collection
 
MemBlockSet.RowZ - Class in com.fastasyncworldedit.core.util.collection
 
MemoryCheckingExtent - Class in com.fastasyncworldedit.core.extent
 
MemoryCheckingExtent(Actor, Extent) - Constructor for class com.fastasyncworldedit.core.extent.MemoryCheckingExtent
 
MemoryConfiguration - Class in com.fastasyncworldedit.core.configuration
This is a Configuration implementation that does not save or load from any source, and stores all values in memory only.
MemoryConfiguration() - Constructor for class com.fastasyncworldedit.core.configuration.MemoryConfiguration
Creates an empty MemoryConfiguration with no default values.
MemoryConfiguration(Configuration) - Constructor for class com.fastasyncworldedit.core.configuration.MemoryConfiguration
Creates an empty MemoryConfiguration using the specified Configuration as a source for all default values.
MemoryConfigurationOptions - Class in com.fastasyncworldedit.core.configuration
Various settings for controlling the input and output of a MemoryConfiguration
MemoryConfigurationOptions(MemoryConfiguration) - Constructor for class com.fastasyncworldedit.core.configuration.MemoryConfigurationOptions
 
memoryLimitedTask() - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
MemoryOptimizedClipboard - Class in com.fastasyncworldedit.core.extent.clipboard
 
MemoryOptimizedClipboard(Region) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
MemoryOptimizedClipboard(Region, int) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
MemoryOptimizedHistory - Class in com.fastasyncworldedit.core.history
ChangeSet optimized for low memory usage - No disk usage - High CPU usage - Low memory usage
MemoryOptimizedHistory(World) - Constructor for class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
memoryPlentifulTask() - Static method in class com.fastasyncworldedit.core.util.MemUtil
 
MemorySection - Class in com.fastasyncworldedit.core.configuration
A type of ConfigurationSection that is stored in memory.
MemorySection() - Constructor for class com.fastasyncworldedit.core.configuration.MemorySection
Creates an empty MemorySection for use as a root Configuration section.
MemorySection(ConfigurationSection, String) - Constructor for class com.fastasyncworldedit.core.configuration.MemorySection
Creates an empty MemorySection with the specified parent and path.
MemUtil - Class in com.fastasyncworldedit.core.util
 
MemUtil() - Constructor for class com.fastasyncworldedit.core.util.MemUtil
 
merge(BlockVector3, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
MergedPaginationBox(String, String, PaginationBox...) - Constructor for class com.sk89q.worldedit.util.formatting.component.PaginationBox.MergedPaginationBox
 
MessageBox - Class in com.sk89q.worldedit.util.formatting.component
Makes for a box with a border above and below.
MessageBox(String, TextComponentProducer) - Constructor for class com.sk89q.worldedit.util.formatting.component.MessageBox
Create a new box.
MessageBox(String, TextComponentProducer, TextColor) - Constructor for class com.sk89q.worldedit.util.formatting.component.MessageBox
Create a new box.
MessageTimerTask - Class in com.sk89q.worldedit.command.util
 
METADATA_KEYS() - Constructor for class com.fastasyncworldedit.core.entity.Metadatable.METADATA_KEYS
 
Metadatable - Interface in com.fastasyncworldedit.core.entity
 
Metadatable.METADATA_KEYS - Class in com.fastasyncworldedit.core.entity
 
MethodCommands - Class in com.fastasyncworldedit.core.command
 
MethodCommands() - Constructor for class com.fastasyncworldedit.core.command.MethodCommands
 
MethodEventHandler - Class in com.sk89q.worldedit.util.eventbus
Invokes a Method to dispatch an event.
MethodEventHandler(EventHandler.Priority, Object, Method) - Constructor for class com.sk89q.worldedit.util.eventbus.MethodEventHandler
Create a new event handler.
MethodHandleEventHandler - Class in com.sk89q.worldedit.util.eventbus
 
MethodHandleEventHandler(EventHandler.Priority, Object, MethodHandle, String) - Constructor for class com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler
Create a new event handler that uses MethodHandles to dispatch.
MethodInjector - Class in com.fastasyncworldedit.core.internal.command
 
MethodInjector() - Constructor for class com.fastasyncworldedit.core.internal.command.MethodInjector
 
MILK_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
min - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
min - Variable in class com.sk89q.worldedit.internal.cui.SelectionMinMaxEvent
 
min() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
The minimum number of arguments.
min(double...) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
min(int...) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
minChunk - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.ChunkBatch
 
MINEABLE_AXE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MINEABLE_HOE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MINEABLE_PICKAXE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MINEABLE_SHOVEL - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MINECART - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
MINECART - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MINECARTS - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
MINECRAFT_STRUCTURE - Enum constant in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
The structure block format: http://minecraft.gamepedia.com/Structure_block_file_format
MinecraftStructure - Class in com.fastasyncworldedit.core.extent.clipboard.io.schematic
 
MinecraftStructure(NBTInputStream) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.io.schematic.MinecraftStructure
 
MinecraftStructure(NBTOutputStream) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.io.schematic.MinecraftStructure
 
MINER_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
minimumBlockY(Region) - Static method in class com.sk89q.worldedit.regions.Regions
Get the minimum Y coordinate of the given region using the region's Region.getMinimumPoint() method.
minimumY(Region) - Static method in class com.sk89q.worldedit.regions.Regions
Get the minimum Y coordinate of the given region using the region's Region.getMinimumPoint() method.
minSectionPosition - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
MINUS - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
MINUS - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
MINUS() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
MINUS() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
MINUS_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
MINUS_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
MINUS_ASSIGN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
minX - Variable in class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
minX - Variable in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
minY - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
minY - Variable in class com.fastasyncworldedit.core.function.pattern.AnglePattern
 
minY - Variable in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
minY - Variable in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
minZ - Variable in class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
minZ - Variable in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
MissingChunkException - Exception in com.sk89q.worldedit.world.storage
Thrown if a chunk is missing.
MissingChunkException() - Constructor for exception com.sk89q.worldedit.world.storage.MissingChunkException
 
MissingChunkException(Vector2) - Constructor for exception com.sk89q.worldedit.world.storage.MissingChunkException
 
MissingNestedCommandException - Exception in com.sk89q.minecraft.util.commands
 
MissingNestedCommandException(String, String) - Constructor for exception com.sk89q.minecraft.util.commands.MissingNestedCommandException
 
MissingSessionException - Exception in com.sk89q.worldedit.session
Raised when the session is missing.
MissingSessionException() - Constructor for exception com.sk89q.worldedit.session.MissingSessionException
 
MissingSessionException(String) - Constructor for exception com.sk89q.worldedit.session.MissingSessionException
 
MissingSessionException(String, Throwable) - Constructor for exception com.sk89q.worldedit.session.MissingSessionException
 
MissingSessionException(Throwable) - Constructor for exception com.sk89q.worldedit.session.MissingSessionException
 
MissingWorldException - Exception in com.sk89q.worldedit
Raised when a world is missing but is required.
MissingWorldException - Exception in com.sk89q.worldedit.world.storage
Thrown if the world is missing.
MissingWorldException() - Constructor for exception com.sk89q.worldedit.MissingWorldException
 
MissingWorldException() - Constructor for exception com.sk89q.worldedit.world.storage.MissingWorldException
 
MissingWorldException(String) - Constructor for exception com.sk89q.worldedit.world.storage.MissingWorldException
 
MissingWorldException(String, String) - Constructor for exception com.sk89q.worldedit.world.storage.MissingWorldException
 
MobSpawnerBlock - Class in com.sk89q.worldedit.blocks
Deprecated, for removal: This API element is subject to removal in a future version.
WorldEdit does not handle interpreting NBT, deprecated for removal without replacement
MobSpawnerBlock(BlockState) - Constructor for class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
Construct the mob spawner block with a specified data value.
MobSpawnerBlock(BlockState, String) - Constructor for class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
Construct the mob spawner block.
mod(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
MOD - Enum constant in enum class com.sk89q.worldedit.WorldEditManifest.Kind
 
MODE - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIGHTING
 
MODE - Variable in class com.fastasyncworldedit.core.configuration.Settings.REGION_RESTRICTIONS_OPTIONS
 
MODE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
modeNames - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
ModificationDateTimeParser - Class in com.sk89q.worldedit.util.time
 
ModificationTimerParser - Class in com.sk89q.worldedit.world.snapshot
 
ModificationTimerParser() - Constructor for class com.sk89q.worldedit.world.snapshot.ModificationTimerParser
 
MODIFIED_BADLANDS_PLATEAU - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
MODIFIED_GRAVELLY_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
MODIFIED_GRAVELLY_MOUNTAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
MODIFIED_JUNGLE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
MODIFIED_JUNGLE_EDGE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
MODIFIED_WOODED_BADLANDS_PLATEAU - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
modify(int, T) - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
Deprecated.
modifyIndex(int, int) - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
MODULO - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
MODULO - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
MODULO() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
MODULO_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
MODULO_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
MODULO_ASSIGN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
MOISTURE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
MOJANG_BANNER_PATTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
monitor(Task<?>) - Method in class com.sk89q.worldedit.util.task.SimpleSupervisor
 
monitor(Task<?>) - Method in interface com.sk89q.worldedit.util.task.Supervisor
Monitor the given task.
month - Variable in class com.fastasyncworldedit.core.FaweVersion
 
MOOSHROOM - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
MOOSHROOM_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOOSHROOMS_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MorePaths - Class in com.sk89q.worldedit.util.io.file
 
MoreStreams - Class in com.sk89q.worldedit.util.collection
Additionally stream facilities.
MOSS_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSS_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSS_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSS_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSS_REPLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MOSSY_COBBLESTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSSY_COBBLESTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSSY_COBBLESTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSSY_COBBLESTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSSY_COBBLESTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSSY_COBBLESTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSSY_COBBLESTONE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSSY_COBBLESTONE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSSY_STONE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSSY_STONE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSSY_STONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSSY_STONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSSY_STONE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSSY_STONE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOSSY_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MOSSY_STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MOTION_BLOCKING - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.heightmap.HeightMapType
 
MOTION_BLOCKING_NO_LEAVES - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.heightmap.HeightMapType
 
MOUNTAIN_EDGE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
MOUNTAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
MOURNER_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MovableTool - Interface in com.fastasyncworldedit.core.command.tool
Deprecated, for removal: This API element is subject to removal in a future version.
This interface has no functionality anymore
move(Player) - Method in interface com.fastasyncworldedit.core.command.tool.MovableTool
Deprecated, for removal: This API element is subject to removal in a future version.
This interface has no functionality anymore
move(Player) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
move(Actor, LocalSession, String) - Method in class com.sk89q.worldedit.command.SchematicCommands
 
move(Actor, World, EditSession, LocalSession, Region, int, BlockVector3, Pattern, boolean, boolean, boolean, boolean, Mask) - Method in class com.sk89q.worldedit.command.RegionCommands
 
moveCuboidRegion(Region, BlockVector3, int, boolean, Pattern) - Method in class com.sk89q.worldedit.EditSession
Move the blocks in a region a certain direction.
moveRegion(Region, BlockVector3, int, boolean, boolean, boolean, Pattern) - Method in class com.sk89q.worldedit.EditSession
Move the blocks in a region a certain direction.
moveRegion(Region, BlockVector3, int, boolean, boolean, Mask, Pattern) - Method in class com.sk89q.worldedit.EditSession
Move the blocks in a region a certain direction.
moveRegion(Region, BlockVector3, int, boolean, Pattern) - Method in class com.sk89q.worldedit.EditSession
Move the blocks in a region a certain direction.
MOVING_PISTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
msw(long) - Static method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
MUD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MUD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUD_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MUD_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUD_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MUD_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUD_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MUD_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUD_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MUD_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUDDY_MANGROVE_ROOTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MUDDY_MANGROVE_ROOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MuFallthroughContext(ExpressionParser.MultiplicativeExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.MuFallthroughContext
 
MULE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
MULE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MULTI_STAGE - Enum constant in enum class com.sk89q.worldedit.EditSession.ReorderMode
 
MultiBatchProcessor - Class in com.fastasyncworldedit.core.extent.processor
 
MultiBatchProcessor(IBatchProcessor...) - Constructor for class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
MultiClipboardHolder - Class in com.fastasyncworldedit.core.extent.clipboard
 
MultiClipboardHolder() - Constructor for class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
MultiClipboardHolder(Clipboard) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
MultiClipboardHolder(URI) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
MultiClipboardHolder(URI, URIClipboardHolder...) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
MultiDirection - Annotation Interface in com.sk89q.worldedit.internal.annotation
Annotates a List<BlockVector3> parameter to inject multiple direction.
MultiFuture - Class in com.fastasyncworldedit.core.util
 
MultiFuture(List<Future<?>>) - Constructor for class com.fastasyncworldedit.core.util.MultiFuture
 
MultiplicativeExprContext(ExpressionParser.MultiplicativeExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
multiplicativeExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
multiplicativeExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AdFallthroughContext
 
multiplicativeExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
multiplicativeExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
MultiplicativeExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExpressionContext
 
MultiplicativeExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExpressionContext
 
multiply(double) - Method in class com.sk89q.worldedit.math.Vector2
Perform scalar multiplication and return a new vector.
multiply(double) - Method in class com.sk89q.worldedit.math.Vector3
Perform scalar multiplication and return a new vector.
multiply(double, double) - Method in class com.sk89q.worldedit.math.Vector2
Multiply this vector by another vector on each component.
multiply(double, double, double) - Method in class com.sk89q.worldedit.math.Vector3
Multiply this vector by another vector on each component.
multiply(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
multiply(int) - Method in class com.sk89q.worldedit.math.BlockVector2
Perform scalar multiplication and return a new vector.
multiply(int) - Method in class com.sk89q.worldedit.math.BlockVector3
Perform scalar multiplication and return a new vector.
multiply(int, int) - Method in class com.sk89q.worldedit.math.BlockVector2
Multiply this vector by another vector on each component.
multiply(int, int, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
multiply(int, int, int) - Method in class com.sk89q.worldedit.math.BlockVector3
Multiply this vector by another vector on each component.
multiply(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Multiply this vector by another vector on each component.
multiply(BlockVector2...) - Method in class com.sk89q.worldedit.math.BlockVector2
Multiply this vector by zero or more vectors on each component.
multiply(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
multiply(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Multiply this vector by another vector on each component.
multiply(BlockVector3...) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
multiply(BlockVector3...) - Method in class com.sk89q.worldedit.math.BlockVector3
Multiply this vector by zero or more vectors on each component.
multiply(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Multiply this vector by another vector on each component.
multiply(Vector2...) - Method in class com.sk89q.worldedit.math.Vector2
Multiply this vector by zero or more vectors on each component.
multiply(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Multiply this vector by another vector on each component.
multiply(Vector3...) - Method in class com.sk89q.worldedit.math.Vector3
Multiply this vector by zero or more vectors on each component.
multiplyColor(int, int) - Static method in class com.fastasyncworldedit.core.util.TextureUtil
Combine two colors by multipling
MultiRegionExtent - Class in com.fastasyncworldedit.core.extent
 
MultiRegionExtent(Extent, FaweLimit, Region[], Region[]) - Constructor for class com.fastasyncworldedit.core.extent.MultiRegionExtent
Create a new instance.
MultiStageReorder - Class in com.sk89q.worldedit.extent.reorder
Re-orders blocks into several stages.
MultiStageReorder(Extent) - Constructor for class com.sk89q.worldedit.extent.reorder.MultiStageReorder
Create a new instance when the re-ordering is enabled.
MultiStageReorder(Extent, boolean) - Constructor for class com.sk89q.worldedit.extent.reorder.MultiStageReorder
Create a new instance.
MultiStageReorder.PlacementPriority - Enum Class in com.sk89q.worldedit.extent.reorder
 
MultiTransform - Class in com.fastasyncworldedit.core.extent.transform
 
MultiTransform() - Constructor for class com.fastasyncworldedit.core.extent.transform.MultiTransform
 
MultiTransform(Collection<ResettableExtent>) - Constructor for class com.fastasyncworldedit.core.extent.transform.MultiTransform
New instance
MultiUserPlatform - Interface in com.sk89q.worldedit.extension.platform
Implements a platform with multiple connected users.
MUSHROOM_FIELD_SHORE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
MUSHROOM_FIELDS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
MUSHROOM_GROW_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
MUSHROOM_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MUSHROOM_STEM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSHROOM_STEW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
mushroomPattern() - Static method in class com.sk89q.worldedit.function.generator.FloraGenerator
Get a pattern for plants to place inside a mushroom environment.
MUSIC_DISC_11 - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_13 - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_5 - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_BLOCKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_CAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_CHIRP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_FAR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_MALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_MELLOHI - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_OTHERSIDE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_PIGSTEP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_RELIC - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_STAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_STRAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_WAIT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISC_WARD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
MUSIC_DISCS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
mutable - Variable in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
MUTABLE_BLOCKVECTOR3 - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
MUTABLE_VECTOR3 - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
MutableBiomeChange - Class in com.fastasyncworldedit.core.history.change
 
MutableBiomeChange() - Constructor for class com.fastasyncworldedit.core.history.change.MutableBiomeChange
 
MutableBlockChange - Class in com.fastasyncworldedit.core.history.change
 
MutableBlockChange(int, int, int, int) - Constructor for class com.fastasyncworldedit.core.history.change.MutableBlockChange
 
mutableBlockPos - Variable in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
MutableBlockVector2 - Class in com.fastasyncworldedit.core.math
 
MutableBlockVector2() - Constructor for class com.fastasyncworldedit.core.math.MutableBlockVector2
 
MutableBlockVector2(int, int) - Constructor for class com.fastasyncworldedit.core.math.MutableBlockVector2
 
MutableBlockVector3 - Class in com.fastasyncworldedit.core.math
 
MutableBlockVector3() - Constructor for class com.fastasyncworldedit.core.math.MutableBlockVector3
 
MutableBlockVector3(int, int, int) - Constructor for class com.fastasyncworldedit.core.math.MutableBlockVector3
 
MutableBlockVector3(BlockVector3) - Constructor for class com.fastasyncworldedit.core.math.MutableBlockVector3
 
MutableCharSequence - Class in com.fastasyncworldedit.core.util
 
MutableCharSequence() - Constructor for class com.fastasyncworldedit.core.util.MutableCharSequence
 
MutableCharSequence(String, int, int) - Constructor for class com.fastasyncworldedit.core.util.MutableCharSequence
 
MutableEntityChange - Class in com.fastasyncworldedit.core.history.change
 
MutableEntityChange(CompoundTag, boolean) - Constructor for class com.fastasyncworldedit.core.history.change.MutableEntityChange
 
MutableFullBlockChange - Class in com.fastasyncworldedit.core.history.change
 
MutableFullBlockChange(BlockBag, int, boolean) - Constructor for class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
MutablePair<K,V> - Class in com.fastasyncworldedit.core.util.collection
 
MutablePair() - Constructor for class com.fastasyncworldedit.core.util.collection.MutablePair
 
MutableTileChange - Class in com.fastasyncworldedit.core.history.change
 
MutableTileChange(CompoundTag, boolean) - Constructor for class com.fastasyncworldedit.core.history.change.MutableTileChange
 
MutableVector3 - Class in com.fastasyncworldedit.core.math
 
MutableVector3() - Constructor for class com.fastasyncworldedit.core.math.MutableVector3
 
MutableVector3(double, double, double) - Constructor for class com.fastasyncworldedit.core.math.MutableVector3
 
MutableVector3(float, float, float) - Constructor for class com.fastasyncworldedit.core.math.MutableVector3
 
MutableVector3(Vector3) - Constructor for class com.fastasyncworldedit.core.math.MutableVector3
 
MUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
mutX(double) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
mutX(double) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector2
 
mutX(double) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
mutX(double) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
mutX(double) - Method in class com.sk89q.worldedit.math.BlockVector2
 
mutX(double) - Method in class com.sk89q.worldedit.math.BlockVector3
 
mutX(double) - Method in class com.sk89q.worldedit.math.Vector3
 
mutX(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
mutX(int) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector2
 
mutX(int) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
mutX(int) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
mutX(int) - Method in class com.sk89q.worldedit.math.BlockVector2
 
mutX(int) - Method in class com.sk89q.worldedit.math.BlockVector3
 
mutX(int) - Method in class com.sk89q.worldedit.math.Vector3
 
mutY(double) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
mutY(double) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
mutY(double) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
mutY(double) - Method in class com.sk89q.worldedit.math.BlockVector3
 
mutY(double) - Method in class com.sk89q.worldedit.math.Vector3
 
mutY(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
mutY(int) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
mutY(int) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
mutY(int) - Method in class com.sk89q.worldedit.math.BlockVector3
 
mutY(int) - Method in class com.sk89q.worldedit.math.Vector3
 
mutZ(double) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
mutZ(double) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector2
 
mutZ(double) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
mutZ(double) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
mutZ(double) - Method in class com.sk89q.worldedit.math.BlockVector2
 
mutZ(double) - Method in class com.sk89q.worldedit.math.BlockVector3
 
mutZ(double) - Method in class com.sk89q.worldedit.math.Vector3
 
mutZ(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
mutZ(int) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector2
 
mutZ(int) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
mutZ(int) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
mutZ(int) - Method in class com.sk89q.worldedit.math.BlockVector2
 
mutZ(int) - Method in class com.sk89q.worldedit.math.BlockVector3
 
mutZ(int) - Method in class com.sk89q.worldedit.math.Vector3
 
MYCELIUM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
MYCELIUM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 

N

name - Variable in class com.fastasyncworldedit.core.util.TextureUtil.BiomeColor
 
name - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
name - Variable in class com.sk89q.worldedit.world.snapshot.Snapshot
 
NAME_TAG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NamedTag - Class in com.sk89q.jnbt
Deprecated, for removal: This API element is subject to removal in a future version.
JNBT is being removed for adventure-nbt in WorldEdit 8.
NamedTag(String, Tag) - Constructor for class com.sk89q.jnbt.NamedTag
Deprecated.
Create a new named tag.
NamespacedRegistry<V extends Keyed> - Class in com.sk89q.worldedit.registry
 
NamespacedRegistry(String) - Constructor for class com.sk89q.worldedit.registry.NamespacedRegistry
 
NamespacedRegistry(String, boolean) - Constructor for class com.sk89q.worldedit.registry.NamespacedRegistry
 
NamespacedRegistry(String, String) - Constructor for class com.sk89q.worldedit.registry.NamespacedRegistry
 
NamespacedRegistry(String, String, boolean) - Constructor for class com.sk89q.worldedit.registry.NamespacedRegistry
 
naturalize(Actor, EditSession, Region) - Method in class com.sk89q.worldedit.command.RegionCommands
 
naturalizeCuboidBlocks(Region) - Method in class com.sk89q.worldedit.EditSession
Turns the first 3 layers into dirt/grass and the bottom layers into rock, like a natural Minecraft mountain.
Naturalizer - Class in com.sk89q.worldedit.function.block
Makes a layer of grass on top, three layers of dirt below, and smooth stone only below that for all layers that originally consist of grass, dirt, or smooth stone.
Naturalizer(EditSession) - Constructor for class com.sk89q.worldedit.function.block.Naturalizer
Make a new naturalizer.
NAUTILUS_SHELL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NavigationCommands - Class in com.sk89q.worldedit.command
Commands for moving the player around.
NavigationCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.NavigationCommands
Create a new instance.
navigationUseGlass - Variable in class com.sk89q.worldedit.LocalConfiguration
 
navigationWand - Variable in class com.sk89q.worldedit.LocalConfiguration
 
NavigationWand - Enum Class in com.sk89q.worldedit.command.tool
 
navigationWandMaxDistance - Variable in class com.sk89q.worldedit.LocalConfiguration
 
navwand(Player, LocalSession) - Method in class com.sk89q.worldedit.command.ToolCommands
 
NBTCompatibilityHandler - Interface in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
NBTConstants - Class in com.sk89q.jnbt
Deprecated, for removal: This API element is subject to removal in a future version.
JNBT is being removed for adventure-nbt in WorldEdit 8.
NBTConversions - Class in com.sk89q.worldedit.world.storage
Utility methods for working with NBT data used in Minecraft.
NBTException - Exception in com.fastasyncworldedit.core.jnbt
 
NBTException(String) - Constructor for exception com.fastasyncworldedit.core.jnbt.NBTException
 
nbtinfo(Player, EditSession) - Method in class com.sk89q.worldedit.command.RegionCommands
 
NBTInputStream - Class in com.sk89q.jnbt
Deprecated, for removal: This API element is subject to removal in a future version.
JNBT is being removed for adventure-nbt in WorldEdit 8.
NBTInputStream(DataInputStream) - Constructor for class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
NBTInputStream(InputStream) - Constructor for class com.sk89q.jnbt.NBTInputStream
Deprecated.
Creates a new NBTInputStream, which will source its data from the specified input stream.
NBTOutputStream - Class in com.sk89q.jnbt
Deprecated, for removal: This API element is subject to removal in a future version.
JNBT is being removed for adventure-nbt in WorldEdit 8.
NBTOutputStream(DataOutput) - Constructor for class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
NBTOutputStream(DataOutputStream) - Constructor for class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
NBTOutputStream(OutputStream) - Constructor for class com.sk89q.jnbt.NBTOutputStream
Deprecated.
Creates a new NBTOutputStream, which will write data to the specified underlying output stream.
NBTOutputStream(OutputStream, boolean) - Constructor for class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
NBTOutputStream.LazyWrite - Interface in com.sk89q.jnbt
Deprecated.
 
NBTSchematicReader - Class in com.sk89q.worldedit.extent.clipboard.io
Base class for NBT schematic readers.
NBTSchematicReader() - Constructor for class com.sk89q.worldedit.extent.clipboard.io.NBTSchematicReader
 
NbtUtils - Class in com.fastasyncworldedit.core.util
 
NbtUtils() - Constructor for class com.fastasyncworldedit.core.util.NbtUtils
 
NBTUtils - Class in com.sk89q.jnbt
Deprecated.
JNBT is being removed for adventure-nbt in WorldEdit 8.
NbtValued - Interface in com.sk89q.worldedit.world
Indicates an object that contains extra data identified as an NBT structure.
NEAR - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
NEAR - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
NEAR() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
NEEDS_DIAMOND_TOOL - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
NEEDS_IRON_TOOL - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
NEEDS_STONE_TOOL - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
negate(Mask) - Static method in class com.sk89q.worldedit.function.mask.Masks
Negate the given mask.
negate(Mask2D) - Static method in class com.sk89q.worldedit.function.mask.Masks
Negate the given mask.
NegateMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
NegateMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.NegateMaskParser
 
NEIGHBORS - Enum constant in enum class com.sk89q.worldedit.util.SideEffect
 
NestedCommand - Annotation Interface in com.sk89q.minecraft.util.commands
Indicates a nested command.
NETHER - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
NETHER_BRICK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_BRICK_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_BRICK_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_CARVER_REPLACEABLES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
NETHER_GOLD_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_GOLD_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_PORTAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_QUARTZ_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_QUARTZ_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_SPROUTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_SPROUTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_STAR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_WART - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_WART - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_WART_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHER_WART_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHER_WASTES - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
NETHERITE_AXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHERITE_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_BOOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_CHESTPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_HELMET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_HOE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_INGOT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_LEGGINGS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_PICKAXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_SCRAP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_SHOVEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_SWORD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETHERITE_UPGRADE_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
netherPattern() - Static method in class com.sk89q.worldedit.function.generator.FloraGenerator
Get a pattern for plants to place inside a nether environment.
NETHERRACK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NETHERRACK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NETWORK - Enum constant in enum class com.sk89q.worldedit.util.SideEffect
Internal use only.
NEVER - Enum constant in enum class com.sk89q.worldedit.command.util.annotation.Preload.PreloadCheck
 
neverPreload(Actor, InjectedValueAccess) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
newBlockingExecutor() - Method in enum class com.fastasyncworldedit.core.FaweCache
Create a new blocking executor with default name and FaweCache logger
newBlockingExecutor(String) - Method in enum class com.fastasyncworldedit.core.FaweCache
Create a new blocking executor with specified name and FaweCache logger
newBlockingExecutor(String, Logger) - Method in enum class com.fastasyncworldedit.core.FaweCache
Create a new blocking executor with specified name and logger
newBoundedCachedThreadPool(int, int, int) - Static method in class com.sk89q.worldedit.util.concurrency.EvenMoreExecutors
Creates a thread pool that creates new threads as needed up to a maximum number of threads, but will reuse previously constructed threads when they are available.
newBoundedCachedThreadPool(int, int, int, String) - Static method in class com.sk89q.worldedit.util.concurrency.EvenMoreExecutors
Creates a thread pool that creates new threads as needed up to a maximum number of threads, but will reuse previously constructed threads when they are available.
newChunk(int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkCache
 
newCommand(Command, CommandParameters) - Method in interface com.sk89q.worldedit.internal.command.CommandUtil.NewCommandGenerator
 
newEditSession(A) - Method in class com.sk89q.worldedit.WorldEdit
Shorthand for newEditSessionBuilder().locatableActor(locatableActor).build().
newEditSession(World) - Method in class com.sk89q.worldedit.WorldEdit
Shorthand for newEditSessionBuilder().world(world).build().
newEditSessionBuilder() - Method in class com.sk89q.worldedit.WorldEdit
Create a builder for EditSessions.
newestFirst() - Static method in class com.sk89q.worldedit.util.io.file.MorePaths
 
newInstance() - Static method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
newInstance() - Static method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
newInstance(Filter) - Method in class com.fastasyncworldedit.core.extent.filter.LinkedFilter
 
newInstance(Filter) - Method in class com.fastasyncworldedit.core.extent.filter.MaskFilter
 
newInstance(Filter) - Method in interface com.fastasyncworldedit.core.queue.IDelegateFilter
 
newline() - Method in class com.sk89q.worldedit.util.formatting.component.TextComponentProducer
Adds a newline as a child to this Producer.
newTaskFor(Runnable, T) - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
 
newTaskFor(Callable<T>) - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
 
newThread(ForkJoinPool) - Method in class com.fastasyncworldedit.core.util.task.FaweForkJoinWorkerThreadFactory
 
newValue() - Method in record class com.fastasyncworldedit.core.limit.PropertyRemap
Returns the value of the newValue record component.
newValue(T) - Method in class com.sk89q.worldedit.util.lifecycle.SimpleLifecycled
Set the value of this lifecycled and fire the new value event.
next() - Method in class com.fastasyncworldedit.core.math.FastBitSet.IntIterator
 
next() - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
next() - Method in class com.sk89q.worldedit.regions.iterator.FlatRegion3DIterator
 
next() - Method in class com.sk89q.worldedit.regions.iterator.FlatRegionIterator
 
next() - Method in class com.sk89q.worldedit.regions.iterator.RegionIterator
 
next() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.ForwardEntryIterator
 
next() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.ReverseEntryIterator
 
next() - Method in class com.sk89q.worldedit.util.task.progress.ProgressIterator
 
next(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.FastRandomCollection
 
next(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.RandomCollection
 
next(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.SimpleRandomCollection
 
nextDouble(int, int, int) - Method in record class com.fastasyncworldedit.core.math.random.NoiseRandom
 
nextDouble(int, int, int) - Method in interface com.fastasyncworldedit.core.math.random.SimpleRandom
Generate a random double from three integer components.
nextDouble(int, int, int) - Method in class com.fastasyncworldedit.core.math.random.TrueRandom
 
nextInt(int, int, int, int) - Method in interface com.fastasyncworldedit.core.math.random.SimpleRandom
Generate a random integer from three integer components.
nextInt(int, int, int, int) - Method in class com.fastasyncworldedit.core.math.random.TrueRandom
 
nextPosition() - Method in class com.sk89q.worldedit.math.BlockVector2
 
NMSRelighter - Class in com.fastasyncworldedit.core.extent.processor.lighting
 
NMSRelighter(IQueueExtent<?>) - Constructor for class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
NMSRelighter(IQueueExtent<?>, RelightMode) - Constructor for class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
NO_COPY_ENTITY_NBT_FIELDS - Static variable in class com.sk89q.worldedit.internal.Constants
List of top level NBT fields that should not be copied to a world, such as UUIDLeast and UUIDMost.
NO_LIMITS - Static variable in class com.sk89q.worldedit.extension.platform.permission.OverridePermissions
 
NO_REGION - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
NO_REGION - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
NO_TICK_FASTMODE - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE
 
NoCapablePlatformException - Exception in com.sk89q.worldedit.extension.platform
Thrown when no capable platform is found.
NoCapablePlatformException() - Constructor for exception com.sk89q.worldedit.extension.platform.NoCapablePlatformException
 
NoCapablePlatformException(String) - Constructor for exception com.sk89q.worldedit.extension.platform.NoCapablePlatformException
 
NoCapablePlatformException(String, Throwable) - Constructor for exception com.sk89q.worldedit.extension.platform.NoCapablePlatformException
 
NoCapablePlatformException(Throwable) - Constructor for exception com.sk89q.worldedit.extension.platform.NoCapablePlatformException
 
Node - Class in com.sk89q.worldedit.math.interpolation
Represents a node for interpolation.
Node() - Constructor for class com.sk89q.worldedit.math.interpolation.Node
 
Node(int, int, int) - Constructor for class com.fastasyncworldedit.core.function.visitor.DFSVisitor.Node
 
Node(Node) - Constructor for class com.sk89q.worldedit.math.interpolation.Node
 
Node(Vector3) - Constructor for class com.sk89q.worldedit.math.interpolation.Node
 
NodePair(DFSVisitor.Node, DFSVisitor.Node, int) - Constructor for record class com.fastasyncworldedit.core.function.visitor.DFSVisitor.NodePair
Creates an instance of a NodePair record class.
noise(double, double) - Static method in class com.fastasyncworldedit.core.math.random.SimplexNoise
 
noise(double, double, double) - Static method in class com.fastasyncworldedit.core.math.random.SimplexNoise
 
noise(double, double, double, double) - Static method in class com.fastasyncworldedit.core.math.random.SimplexNoise
 
noise(Vector2) - Method in class com.fastasyncworldedit.core.math.random.SimplexNoiseGenerator
 
noise(Vector2) - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
noise(Vector2) - Method in interface com.sk89q.worldedit.math.noise.NoiseGenerator
Get the noise value for the given position.
noise(Vector2) - Method in class com.sk89q.worldedit.math.noise.RandomNoise
 
noise(Vector3) - Method in class com.fastasyncworldedit.core.math.random.SimplexNoiseGenerator
 
noise(Vector3) - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
noise(Vector3) - Method in interface com.sk89q.worldedit.math.noise.NoiseGenerator
Get the noise value for the given position.
noise(Vector3) - Method in class com.sk89q.worldedit.math.noise.RandomNoise
 
NoiseFilter - Class in com.sk89q.worldedit.function.mask
A mask that uses a noise generator and returns true whenever the noise generator returns a value above the given density.
NoiseFilter(NoiseGenerator, double) - Constructor for class com.sk89q.worldedit.function.mask.NoiseFilter
Create a new noise filter.
NoiseFilter2D - Class in com.sk89q.worldedit.function.mask
A mask that uses a noise generator and returns true whenever the noise generator returns a value above the given density.
NoiseFilter2D(NoiseGenerator, double) - Constructor for class com.sk89q.worldedit.function.mask.NoiseFilter2D
Create a new noise filter.
NoiseGenerator - Interface in com.sk89q.worldedit.math.noise
Generates noise in a deterministic or non-deterministic manner.
NoiseMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
NoiseMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.NoiseMaskParser
 
NoisePatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
NoisePatternParser(WorldEdit, String, Supplier<NoiseGenerator>) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoisePatternParser
Create a new noise parser with a defined name, e.g.
NoiseRandom - Record Class in com.fastasyncworldedit.core.math.random
 
NoiseRandom(NoiseGenerator, double) - Constructor for record class com.fastasyncworldedit.core.math.random.NoiseRandom
Create a new NoiseRandom instance using a specific NoiseGenerator and a scale.
noLeakFileList(Path) - Static method in class com.sk89q.worldedit.util.io.file.SafeFiles
A version of Files.list(Path) that won't leak resources.
NoMatchException - Exception in com.sk89q.worldedit.extension.input
Thrown when a match fails when input is parsed.
NoMatchException(Component) - Constructor for exception com.sk89q.worldedit.extension.input.NoMatchException
Create with a message.
NoMatchException(Component, Throwable) - Constructor for exception com.sk89q.worldedit.extension.input.NoMatchException
Create with a message and a cause.
NoMatchException(String) - Constructor for exception com.sk89q.worldedit.extension.input.NoMatchException
Deprecated.
NoMatchException(String, Throwable) - Constructor for exception com.sk89q.worldedit.extension.input.NoMatchException
Deprecated.
NON_FLAMMABLE_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
NonAbstractForCompatibility - Annotation Interface in com.sk89q.worldedit.internal.util
The annotated method is only non-abstract for compatibility with old subclasses, and will be made abstract in the next major version of WorldEdit.
NonCloseableInputStream - Class in com.fastasyncworldedit.core.internal.io
 
NonCloseableInputStream(InputStream) - Constructor for class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
none() - Static method in class com.sk89q.worldedit.util.SideEffectSet
 
none(Player, LocalSession) - Method in class com.sk89q.worldedit.command.ToolCommands
 
NONE - Enum constant in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
 
NONE - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.lighting.RelightMode
 
NONE - Enum constant in enum class com.sk89q.worldedit.EditSession.ReorderMode
 
NONE - Static variable in class com.fastasyncworldedit.core.extent.processor.lighting.Relighter.SkipReason
 
nonPrintableStyle - Variable in class com.fastasyncworldedit.core.configuration.file.YamlRepresenter
 
NonRisingVisitor - Class in com.sk89q.worldedit.function.visitor
A RecursiveVisitor that goes orthogonally to the side and down, but never up.
NonRisingVisitor(Mask, RegionFunction) - Constructor for class com.sk89q.worldedit.function.visitor.NonRisingVisitor
NonRisingVisitor(Mask, RegionFunction, int, int, int) - Constructor for class com.sk89q.worldedit.function.visitor.NonRisingVisitor
Create a new recursive visitor.
NonRisingVisitor(Mask, RegionFunction, int, int, int, Extent) - Constructor for class com.sk89q.worldedit.function.visitor.NonRisingVisitor
Create a new recursive visitor.
NORMAL - Enum constant in enum class com.sk89q.worldedit.extension.platform.Preference
Indicates that preference for a platform is neutral for a given capability.
NORMAL - Enum constant in enum class com.sk89q.worldedit.util.eventbus.EventHandler.Priority
 
normalize() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
normalize() - Method in class com.sk89q.worldedit.math.BlockVector2
Get the normalized vector, which is the vector divided by its length, as a new vector.
normalize() - Method in class com.sk89q.worldedit.math.BlockVector3
Get the normalized vector, which is the vector divided by its length, as a new vector.
normalize() - Method in class com.sk89q.worldedit.math.Vector2
Get the normalized vector, which is the vector divided by its length, as a new vector.
normalize() - Method in class com.sk89q.worldedit.math.Vector3
Get the normalized vector, which is the vector divided by its length, as a new vector.
NORTH - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
NORTH - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
NORTH_NORTHEAST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
NORTH_NORTHWEST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
NORTHEAST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
NORTHWEST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
NOT_EQUAL - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
NOT_EQUAL - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
NOT_EQUAL() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
NotABlockException - Exception in com.sk89q.worldedit
Raised when an item is used when a block was expected.
NotABlockException() - Constructor for exception com.sk89q.worldedit.NotABlockException
Create a new instance.
NotABlockException(int) - Constructor for exception com.sk89q.worldedit.NotABlockException
Deprecated.
NotABlockException(ItemType) - Constructor for exception com.sk89q.worldedit.NotABlockException
Create a new instance.
NotABlockException(String) - Constructor for exception com.sk89q.worldedit.NotABlockException
Deprecated.
NOTE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
NOTE_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
NOTE_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
NOTEBLOCK_TOP_INSTRUMENTS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
NoteBlockCompatibilityHandler - Class in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
NoteBlockCompatibilityHandler() - Constructor for class com.sk89q.worldedit.extent.clipboard.io.legacycompat.NoteBlockCompatibilityHandler
 
NotExprContext(ExpressionParser.UnaryExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.NotExprContext
 
notify(AtomicBoolean) - Method in class com.fastasyncworldedit.core.util.TaskManager
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated without replacement as unused internally, and poor implementation of what it's designed to do.
notifyAndLightBlock(BlockVector3, BlockState) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
notifyAndLightBlock(BlockVector3, BlockState) - Method in interface com.sk89q.worldedit.world.World
Deprecated.
notifyBlockUpdate(NC, NP, NBS, NBS) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
notifyNeighbors(NP, NBS, NBS) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
NoXPattern - Class in com.fastasyncworldedit.core.function.pattern
 
NoXPattern(Pattern) - Constructor for class com.fastasyncworldedit.core.function.pattern.NoXPattern
Create a new Pattern instance
NoXPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
NoXPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoXPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
NoYPattern - Class in com.fastasyncworldedit.core.function.pattern
 
NoYPattern(Pattern) - Constructor for class com.fastasyncworldedit.core.function.pattern.NoYPattern
Create a new Pattern instance
NoYPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
NoYPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoYPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
NoZPattern - Class in com.fastasyncworldedit.core.function.pattern
 
NoZPattern(Pattern) - Constructor for class com.fastasyncworldedit.core.function.pattern.NoZPattern
Create a new Pattern instance
NoZPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
NoZPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoZPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
NPCS - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
NULL - Enum constant in enum class com.fastasyncworldedit.core.world.block.CompoundInput
 
NULL_ROW_X - Static variable in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
NULL_ROW_Y - Static variable in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
NULL_ROW_Z - Static variable in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
NullAuthorizer - Class in com.sk89q.worldedit.util.auth
An implementation of Authorizer that always returns false for tests of permissions.
NullAuthorizer() - Constructor for class com.sk89q.worldedit.util.auth.NullAuthorizer
 
NullBiomeRegistry - Class in com.sk89q.worldedit.world.registry
A biome registry that knows nothing.
NullBiomeRegistry() - Constructor for class com.sk89q.worldedit.world.registry.NullBiomeRegistry
Create a new instance.
NullBlockCategoryRegistry - Class in com.sk89q.worldedit.world.registry
 
NullBlockCategoryRegistry() - Constructor for class com.sk89q.worldedit.world.registry.NullBlockCategoryRegistry
 
NullChangeSet - Class in com.fastasyncworldedit.core.history.changeset
 
NullChangeSet(World) - Constructor for class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
NullChunk - Class in com.fastasyncworldedit.core.queue.implementation.chunk
 
NullChunkGet - Class in com.fastasyncworldedit.core.queue.implementation.blocks
 
NullEntityRegistry - Class in com.sk89q.worldedit.world.registry
An implementation of an entity registry that knows nothing.
NullEntityRegistry() - Constructor for class com.sk89q.worldedit.world.registry.NullEntityRegistry
 
NullExtent - Class in com.fastasyncworldedit.core.extent
 
NullExtent - Class in com.sk89q.worldedit.extent
An extent that returns air blocks for all blocks and does not pass on any changes.
NullExtent() - Constructor for class com.fastasyncworldedit.core.extent.NullExtent
 
NullExtent() - Constructor for class com.sk89q.worldedit.extent.NullExtent
 
NullExtent(Extent, FaweException) - Constructor for class com.fastasyncworldedit.core.extent.NullExtent
 
NullExtent(Extent, Component) - Constructor for class com.fastasyncworldedit.core.extent.NullExtent
Create a new instance.
NullItemCategoryRegistry - Class in com.sk89q.worldedit.world.registry
 
NullItemCategoryRegistry() - Constructor for class com.sk89q.worldedit.world.registry.NullItemCategoryRegistry
 
NullProcessor - Class in com.fastasyncworldedit.core.extent.processor
 
NullRegion - Class in com.sk89q.worldedit.regions
A region that contains no points.
NullRegion() - Constructor for class com.sk89q.worldedit.regions.NullRegion
 
NullRegionFunction - Class in com.fastasyncworldedit.core.function
 
NullRegionFunction() - Constructor for class com.fastasyncworldedit.core.function.NullRegionFunction
 
NullRelighter - Class in com.fastasyncworldedit.core.extent.processor.lighting
 
NullRowX() - Constructor for class com.fastasyncworldedit.core.util.collection.MemBlockSet.NullRowX
 
NullRowY() - Constructor for class com.fastasyncworldedit.core.util.collection.MemBlockSet.NullRowY
 
NullRowZ() - Constructor for class com.fastasyncworldedit.core.util.collection.MemBlockSet.NullRowZ
 
NullWorld - Class in com.sk89q.worldedit.world
A null implementation of World that drops all changes and returns dummy data.
NullWorld() - Constructor for class com.sk89q.worldedit.world.NullWorld
 
NUMBER - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
NUMBER - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
NUMBER() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConstantExpressionContext
 
NUMBER_FORMAT - Static variable in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
NumberTag - Class in com.fastasyncworldedit.core.jnbt
A numerical Tag
NumberTag() - Constructor for class com.fastasyncworldedit.core.jnbt.NumberTag
 
NYLIUM - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 

O

OAK_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
OAK_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
OAK_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_SAPLING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OAK_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OAK_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
objectTask(Collection<T>, RunnableVal<T>, Runnable) - Method in class com.fastasyncworldedit.core.util.TaskManager
Break up a task and run it in fragments of 5ms.
- Each task will run on the main thread.
observeInstructionCount(Context, int) - Method in class com.sk89q.worldedit.scripting.RhinoContextFactory
 
OBSERVER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OBSERVER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OBSIDIAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OBSIDIAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OCCLUDES_VIBRATION_SIGNALS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
OCCLUDES_VIBRATION_SIGNALS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
Deprecated.
OCCUPIED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
OCEAN_FLOOR - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.heightmap.HeightMapType
 
OCELOT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
OCELOT_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OCHRE_FROGLIGHT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OCHRE_FROGLIGHT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
of(double) - Static method in class com.sk89q.worldedit.util.task.progress.Progress
Create a new progress object with the given percentage.
of(IBatchProcessor...) - Static method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
of(PropertyKey) - Static method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
of(PropertyKey...) - Static method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
of(InputParseException, String, Supplier<List<String>>) - Static method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
Deprecated, for removal: This API element is subject to removal in a future version.
of(InputParseException, Supplier<List<String>>) - Static method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
 
of(Extent, Region) - Static method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
of(Extent, Region, boolean, boolean) - Static method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
of(Mask...) - Static method in class com.fastasyncworldedit.core.function.mask.MaskUnion
 
of(Mask...) - Static method in class com.sk89q.worldedit.function.mask.MaskIntersection
 
of(Region) - Static method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
of(Region, boolean, boolean) - Static method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
of(String, TextColor, List<? extends Component>) - Static method in class com.fastasyncworldedit.core.configuration.Caption
 
of(String, Object...) - Static method in class com.fastasyncworldedit.core.configuration.Caption
 
of(String, List<Object>) - Static method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
 
of(Throwable, String, Supplier<List<String>>) - Static method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
Deprecated, for removal: This API element is subject to removal in a future version.
of(Throwable, Supplier<List<String>>) - Static method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
 
of(Supplier<Extent>, Region) - Static method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
of(Supplier<Extent>, Region, boolean, boolean) - Static method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
of(Map<T, Double>, SimpleRandom) - Static method in class com.fastasyncworldedit.core.util.collection.RandomCollection
Return a new RandomCollection.
ofCollection(Collection<? extends PropertyKey>) - Static method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
OFF - Enum constant in enum class com.sk89q.worldedit.util.SideEffect.State
 
OFF_HAND - Enum constant in enum class com.sk89q.worldedit.util.HandSide
 
offer(Operation) - Method in class com.sk89q.worldedit.function.operation.OperationQueue
Add a new operation to the queue.
offer(T) - Method in interface com.fastasyncworldedit.core.queue.Pool
 
offset - Variable in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
Offset - Annotation Interface in com.sk89q.worldedit.internal.annotation
Annotates a BlockVector3 parameter to inject an offset.
OFFSET - Enum constant in enum class com.sk89q.worldedit.function.factory.Deform.Mode
 
OffsetBlockVector3 - Class in com.fastasyncworldedit.core.math
 
OffsetBlockVector3(BlockVector3) - Constructor for class com.fastasyncworldedit.core.math.OffsetBlockVector3
 
OffsetConverter - Class in com.sk89q.worldedit.command.argument
 
OffsetMask - Class in com.sk89q.worldedit.function.mask
Checks whether another mask tests true for a position that is offset a given vector.
OffsetMask(Mask, BlockVector3) - Constructor for class com.sk89q.worldedit.function.mask.OffsetMask
OffsetMask(Mask, BlockVector3, int, int) - Constructor for class com.sk89q.worldedit.function.mask.OffsetMask
Create a new instance.
OffsetMask2D - Class in com.sk89q.worldedit.function.mask
Checks whether another mask tests true for a position that is offset a given vector.
OffsetMask2D(Mask2D, BlockVector2) - Constructor for class com.sk89q.worldedit.function.mask.OffsetMask2D
Create a new instance.
OffsetMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
OffsetMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.OffsetMaskParser
 
OffsetPattern - Class in com.fastasyncworldedit.core.function.pattern
 
OffsetPattern(Pattern, int, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.OffsetPattern
Create a new Pattern instance
OffsetPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
OffsetPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.OffsetPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
offsets - Variable in class com.sk89q.worldedit.world.storage.McRegionReader
 
OffsetTransform - Class in com.fastasyncworldedit.core.extent.transform
 
OffsetTransform(Extent, int, int, int) - Constructor for class com.fastasyncworldedit.core.extent.transform.OffsetTransform
New instance
OffsetTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
 
OffsetTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.OffsetTransformParser
Create a new rich parser with a defined prefix for the result, e.g.
OLD_GROWTH_BIRCH_FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
OLD_GROWTH_PINE_TAIGA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
OLD_GROWTH_SPRUCE_TAIGA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
OldChunk - Class in com.sk89q.worldedit.world.chunk
Represents an Alpha chunk.
OldChunk(CompoundTag) - Constructor for class com.sk89q.worldedit.world.chunk.OldChunk
OldChunk(CompoundBinaryTag) - Constructor for class com.sk89q.worldedit.world.chunk.OldChunk
Construct the chunk with a compound tag.
oldestFirst() - Static method in class com.sk89q.worldedit.util.io.file.MorePaths
 
oldValue() - Method in record class com.fastasyncworldedit.core.limit.PropertyRemap
Returns the value of the oldValue record component.
ON - Enum constant in enum class com.sk89q.worldedit.util.SideEffect.State
 
onBlockStateChange(NP, NBS, NBS) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
onConfigLoad(ConfigurationLoadEvent) - Method in class com.sk89q.worldedit.internal.SchematicsEventListener
 
onConfigurationLoad(ConfigurationLoadEvent) - Method in class com.sk89q.worldedit.session.SessionManager
 
onDisable() - Method in class com.fastasyncworldedit.core.Fawe
 
ONE - Static variable in class com.sk89q.worldedit.math.BlockVector2
 
ONE - Static variable in class com.sk89q.worldedit.math.BlockVector3
 
ONE - Static variable in class com.sk89q.worldedit.math.BlockVector3Imp
 
ONE - Static variable in class com.sk89q.worldedit.math.Vector2
 
ONE - Static variable in class com.sk89q.worldedit.math.Vector3
 
onFailure(Component, ExceptionConverter) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
onFailure(String, ExceptionConverter) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
onIdle() - Method in class com.sk89q.worldedit.LocalSession
Call when this session has become inactive.
onInvalidated(O, BiConsumer<O, ? super Lifecycled<T>>) - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled.Events
Add a callback for when this lifecycled is invalidated.
onInvalidated(O, BiConsumer<O, ? super Lifecycled<T>>) - Method in class com.sk89q.worldedit.util.lifecycle.LifecycledCallbackHandler
 
onNewValue(O, BiConsumer<O, ? super Lifecycled<T>>) - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled.Events
Add a callback for when this lifecycled is given a new value.
onNewValue(O, BiConsumer<O, ? super Lifecycled<T>>) - Method in class com.sk89q.worldedit.util.lifecycle.LifecycledCallbackHandler
 
onSessionIdle(SessionIdleEvent) - Method in class com.sk89q.worldedit.session.SessionManager
 
onSuccess(Component, Consumer<T>) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
onSuccess(String, Consumer<T>) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExprContext
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
op - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
OPEN - Enum constant in enum class com.sk89q.worldedit.event.platform.Interaction
Refers to secondary input usage (right click).
OPEN - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
OPEN_BRACKET - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
OPEN_BRACKET - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
OPEN_BRACKET() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BlockContext
 
OPEN_BRACKET() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
OPEN_PAREN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
OPEN_PAREN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
OPEN_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
OPEN_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
OPEN_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.FunctionCallContext
 
OPEN_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
OPEN_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
OPEN_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
OPEN_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
OPEN_PAREN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WrappedExprContext
 
openFileOpenDialog(String[]) - Method in class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
 
openFileOpenDialog(String[]) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
openFileOpenDialog(String[]) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Open a file open dialog.
openFileSaveDialog(String[]) - Method in class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
 
openFileSaveDialog(String[]) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
openFileSaveDialog(String[]) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Open a file save dialog.
openInputStream() - Method in interface com.sk89q.worldedit.world.storage.ChunkStoreHelper.ChunkDataInputSupplier
 
operate(T) - Method in class com.fastasyncworldedit.core.util.task.SingleThreadIntervalQueue
 
Operation - Interface in com.sk89q.worldedit.function.operation
An task that may be split into multiple steps to be run sequentially immediately or at a varying or fixed interval.
OperationFactoryBrush - Class in com.sk89q.worldedit.command.tool.brush
 
OperationFactoryBrush(Contextual<? extends Operation>, RegionFactory) - Constructor for class com.sk89q.worldedit.command.tool.brush.OperationFactoryBrush
 
OperationFactoryBrush(Contextual<? extends Operation>, RegionFactory, LocalSession) - Constructor for class com.sk89q.worldedit.command.tool.brush.OperationFactoryBrush
 
OperationQueue - Class in com.sk89q.worldedit.function.operation
Executes multiple queues in order.
OperationQueue() - Constructor for class com.sk89q.worldedit.function.operation.OperationQueue
Create a new queue containing no operations.
OperationQueue(Operation...) - Constructor for class com.sk89q.worldedit.function.operation.OperationQueue
Create a new queue with operations from the given array.
OperationQueue(Collection<Operation>) - Constructor for class com.sk89q.worldedit.function.operation.OperationQueue
Create a new queue with operations from the given collection.
Operations - Class in com.sk89q.worldedit.function.operation
Operation helper methods.
OPTIMAL - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.lighting.RelightMode
 
optimize() - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
optimize() - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
optimize() - Method in interface com.sk89q.worldedit.function.mask.Mask
 
optimize() - Method in class com.sk89q.worldedit.function.mask.RegionMask
 
optimize() - Method in class com.sk89q.worldedit.internal.expression.Expression
 
optimizedSpliterator(Path) - Static method in class com.sk89q.worldedit.util.io.file.MorePaths
Create an efficiently-splittable spliterator for the given path elements.
OptionalArg - Annotation Interface in com.sk89q.worldedit.internal.annotation
Annotates a parameter to indicate it as optional.
options - Variable in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
options() - Method in interface com.fastasyncworldedit.core.configuration.Configuration
options() - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
 
options() - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
options() - Method in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
or(int, boolean) - Method in class com.sk89q.worldedit.command.util.CreatureButcher
 
or(int, boolean, String) - Method in class com.sk89q.worldedit.command.util.CreatureButcher
 
or(long[], long[]) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
or(FastBitSet) - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
OR_SC - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
OR_SC - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
OR_SC() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
ORANGE_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_TULIP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_TULIP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ORANGE_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ORANGE_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
Order - Enum Class in com.fastasyncworldedit.core.function.visitor
 
ordinal - Variable in class com.fastasyncworldedit.core.history.change.MutableBlockChange
 
ORDINAL - Static variable in class com.sk89q.worldedit.util.Direction.Flag
 
ore(Actor, LocalSession, EditSession, Region, Mask, Pattern, int, int, int, int, int) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
OreGen - Class in com.fastasyncworldedit.core.function.generator
 
OreGen(Extent, Mask, Pattern, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.generator.OreGen
 
ores(Actor, LocalSession, EditSession, Region, Mask) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
ORIENTATION - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
ORIENTATION_REGION - Enum constant in enum class com.sk89q.worldedit.command.util.Logging.LogMode
Player orientation and region selection.
originalArgIndices - Variable in class com.sk89q.minecraft.util.commands.CommandContext
 
originalArgs - Variable in class com.sk89q.minecraft.util.commands.CommandContext
 
OTHER - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
OTHER - Enum constant in enum class com.sk89q.worldedit.command.UtilityCommands.URIType
 
OTHER - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
OutOfBlocksException - Exception in com.sk89q.worldedit.extent.inventory
Thrown when there are no more blocks left.
OutOfBlocksException() - Constructor for exception com.sk89q.worldedit.extent.inventory.OutOfBlocksException
 
OutOfSpaceException - Exception in com.sk89q.worldedit.extent.inventory
Thrown when the target inventory of a block bag is full.
OutOfSpaceException(BlockType) - Constructor for exception com.sk89q.worldedit.extent.inventory.OutOfSpaceException
Construct the object.
OutputExtent - Interface in com.sk89q.worldedit.extent
Accepts block and entity changes.
outset(Actor, World, LocalSession, int, boolean, boolean) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
OUTSIDE_REGION - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
OUTSIDE_REGION - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
OUTSIDE_SAFE_REGION - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
OUTSIDE_SAFE_REGION - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
overlay - Variable in class com.fastasyncworldedit.core.function.mask.AngleMask
 
overlay(Actor, EditSession, Region, Pattern) - Method in class com.sk89q.worldedit.command.RegionCommands
 
overlayCuboidBlocks(Region, B) - Method in class com.sk89q.worldedit.EditSession
overlayCuboidBlocks(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
Places a layer of blocks on top of ground blocks in the given region (as if it were a cuboid).
OverridePermissions - Class in com.sk89q.worldedit.extension.platform.permission
Standard override permissions.
OVERWORLD_CARVER_REPLACEABLES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
OVERWORLD_NATURAL_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
OVERWORLD_NATURAL_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
Deprecated.
OWNER - Enum constant in enum class com.fastasyncworldedit.core.regions.FaweMaskManager.MaskType
 
OXEYE_DAISY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXEYE_DAISY - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
OXIDIZED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
OXIDIZED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 

P

PACKED_ICE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PACKED_ICE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PACKED_MUD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PACKED_MUD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PackedIntArrayReader - Class in com.sk89q.worldedit.world.chunk
 
PackedIntArrayReader(long[]) - Constructor for class com.sk89q.worldedit.world.chunk.PackedIntArrayReader
Create a new PackedIntArrayReader instance based on an array of longs containing 4096 integers.
PackedIntArrayReader(long[], int) - Constructor for class com.sk89q.worldedit.world.chunk.PackedIntArrayReader
Create a new PackedIntArrayReader instance based on an array of longs containing a certain number of integers.
padLeft(String, int) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
padRight(String, int) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
PaginationBox - Class in com.sk89q.worldedit.util.formatting.component
 
PaginationBox(String) - Constructor for class com.sk89q.worldedit.util.formatting.component.PaginationBox
Creates a Paginated component
PaginationBox(String, String) - Constructor for class com.sk89q.worldedit.util.formatting.component.PaginationBox
Creates a Paginated component
PaginationBox.MergedPaginationBox - Class in com.sk89q.worldedit.util.formatting.component
 
Paint - Class in com.sk89q.worldedit.function.factory
 
Paint(Extent, Region, Contextual<? extends RegionFunction>, double) - Constructor for class com.sk89q.worldedit.function.factory.Paint
 
Paint(Contextual<? extends RegionFunction>, double) - Constructor for class com.sk89q.worldedit.function.factory.Paint
 
PaintBrushCommands - Class in com.sk89q.worldedit.command
 
PaintBrushCommands() - Constructor for class com.sk89q.worldedit.command.PaintBrushCommands
 
PAINTING - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PAINTING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PAINTINGS - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
pair(short, short) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
pair16(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
pair8(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
pairByte(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
pairingFunction() - Method in class com.fastasyncworldedit.core.function.mask.MaskUnion
 
pairingFunction() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
 
pairInt(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
Used to convert a set of coordinates into a packed long.
pairSearchCoords(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
Palette() - Constructor for class com.fastasyncworldedit.core.FaweCache.Palette
 
PALETTE_TO_BLOCK - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
PALETTE_TO_BLOCK_CHAR - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
paletteToBlock - Variable in class com.fastasyncworldedit.core.FaweCache.Palette
Reusable buffer array, MUST check paletteToBlockLength for actual length
paletteToBlockLength - Variable in class com.fastasyncworldedit.core.FaweCache.Palette
 
PANDA - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PANDA_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PAPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
parallel(Collection<Runnable>) - Method in class com.fastasyncworldedit.core.util.TaskManager
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated without replacement as unused internally, and poor implementation of what it's designed to do.
parallel(Collection<Runnable>, Integer) - Method in class com.fastasyncworldedit.core.util.TaskManager
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated without replacement as unused internally, and poor implementation of what it's designed to do.
PARALLEL_THREADS - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE
 
ParallelQueueExtent - Class in com.fastasyncworldedit.core.queue.implementation
 
ParallelQueueExtent(QueueHandler, World, boolean) - Constructor for class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
parallelStream() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
parent - Variable in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
parent - Variable in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
PARROT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PARROT_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PARROTS_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
parse(String) - Static method in class com.fastasyncworldedit.core.extension.factory.parser.FaweParser
Parse an input into a list of Map.Entry of FaweParser.ParseEntry and a list of the given arguments, where arguments are given in square brackets, e.g.
parse(String) - Static method in class com.sk89q.worldedit.world.block.BlockTypes
 
parse(String) - Static method in class com.sk89q.worldedit.world.entity.EntityTypes
 
parse(String) - Static method in class com.sk89q.worldedit.world.item.ItemTypes
 
parse(String, ParserContext) - Static method in class com.sk89q.worldedit.world.block.BlockTypes
 
parseArgs() - Method in class com.sk89q.worldedit.internal.command.CommandArgParser
 
parseCommand(String, Actor) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
parseCommand(String, InjectedValueAccess) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
parseConverter(String, InjectedValueAccess, Class<T>) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
parsedArgs - Variable in class com.sk89q.minecraft.util.commands.CommandContext
 
ParseEntry(String, String, boolean) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.FaweParser.ParseEntry
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.AdjacentMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.AngleMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.BesideMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.ExtremaMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.RadiusMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.RichOffsetMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.ROCAngleMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.SimplexMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.SurfaceAngleMaskParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.AngleColorPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.AverageColorPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.BiomePatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.BufferedPattern2DParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.BufferedPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.ColorPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.DesaturatePatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.Linear2DPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.Linear3DPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.LinearPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.MaskedPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoisePatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoXPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoYPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoZPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.OffsetPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.RandomFullClipboardPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.RandomOffsetPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.RelativePatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.SaturatePatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.SolidRandomOffsetPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.SurfaceRandomOffsetPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.TypeSwapPatternParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.RichParser
Parses the already split arguments.
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.Linear3DTransformParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.LinearTransformParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.OffsetTransformParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.PatternTransformParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.RotateTransformParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.ScaleTransformParser
 
parseFromInput(String[], ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.SpreadTransformParser
 
parseFromInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.RichMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.BiomePatternParser
 
parseFromInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.RichPatternParser
 
parseFromInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.RichParser
 
parseFromInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.RandomTransformParser
 
parseFromInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.transform.RichTransformParser
 
parseFromInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.TransformFactory
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.MaskFactory
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.DefaultItemParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BiomeMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BlockCategoryMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BlocksMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.BlockStateMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.ExpressionMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.NegateMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.NoiseMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.OffsetMaskParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.BlockCategoryPatternParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.ClipboardPatternParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.RandomPatternParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.RandomStatePatternParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.SingleBlockPatternParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.pattern.TypeOrStateApplyingPatternParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.PatternFactory
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.internal.registry.AbstractFactory
Parse a string and context to each InputParser added to this factory.
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.internal.registry.InputParser
 
parseFromInput(String, ParserContext) - Method in class com.sk89q.worldedit.internal.registry.SimpleInputParser
 
parseFromListInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.BlockFactory
Return a set of blocks from a comma-delimited list of blocks.
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.FalseMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.LiquidMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.SurfaceMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.TrueMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.WallMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.XAxisMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.YAxisMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.mask.ZAxisMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.DarkenPatternParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.ExistingPatternParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.ExpressionPatternParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.LightenPatternParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.AirMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.ExistingMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.LazyRegionMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.RegionMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.parser.mask.SolidMaskParser
 
parseFromSimpleInput(String, ParserContext) - Method in class com.sk89q.worldedit.internal.registry.SimpleInputParser
 
parseHeader(String) - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
parseInt(CharSequence) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
parseListInQuotes(String[], char, char, char) - Static method in class com.sk89q.util.StringUtil
 
parseListInQuotes(String[], char, char, char, boolean) - Static method in class com.sk89q.util.StringUtil
 
parseNumericInput(String) - Static method in class com.fastasyncworldedit.core.extension.platform.binding.PrimitiveBindings
Try to parse numeric input as either a number or a mathematical expression.
parseProperties(BlockType, String[], ParserContext, boolean) - Static method in class com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser
 
ParserContext - Class in com.sk89q.worldedit.extension.input
Contains contextual information that may be useful when constructing objects from a registry (such as MaskFactory).
ParserContext() - Constructor for class com.sk89q.worldedit.extension.input.ParserContext
Create a new instance.
ParserContext(ParserContext) - Constructor for class com.sk89q.worldedit.extension.input.ParserContext
Creates a copy of another instance.
ParserException - Exception in com.sk89q.worldedit.internal.expression
Thrown when the parser encounters a problem.
ParserException(int) - Constructor for exception com.sk89q.worldedit.internal.expression.ParserException
 
ParserException(int, String) - Constructor for exception com.sk89q.worldedit.internal.expression.ParserException
 
ParserException(int, String, Throwable) - Constructor for exception com.sk89q.worldedit.internal.expression.ParserException
 
ParserException(int, Throwable) - Constructor for exception com.sk89q.worldedit.internal.expression.ParserException
 
parseScale(String) - Method in class com.fastasyncworldedit.core.extension.factory.parser.pattern.NoisePatternParser
Modifies the given argument to match the requirements of the noise generator.
parseWithoutRich(String, ParserContext) - Method in class com.fastasyncworldedit.core.extension.factory.TransformFactory
Parses a transform without considering parsing through the RichTransformParser, therefore not accepting "richer" parsing where & and , are used.
parseWithoutRich(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.MaskFactory
Parses a mask without considering parsing through the RichMaskParser, therefore not accepting "richer" parsing where & and , are used.
parseWithoutRich(String, ParserContext) - Method in class com.sk89q.worldedit.extension.factory.PatternFactory
Parses a pattern without considering parsing through the RichPatternParser, therefore not accepting "richer" parsing where & and , are used.
PART - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
passes(Actor, InjectedValueAccess, double) - Method in enum class com.sk89q.worldedit.command.util.annotation.Confirm.Processor
 
PassthroughBlockMaterial - Class in com.sk89q.worldedit.world.registry
 
PassthroughBlockMaterial(BlockMaterial) - Constructor for class com.sk89q.worldedit.world.registry.PassthroughBlockMaterial
 
PassthroughExtent - Class in com.fastasyncworldedit.core.extent
 
PassthroughExtent(Extent) - Constructor for class com.fastasyncworldedit.core.extent.PassthroughExtent
Create a new instance.
passThroughForwardWall(int) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
passThroughForwardWall(int) - Method in interface com.sk89q.worldedit.entity.Player
Pass through the wall that you are looking at.
passThroughForwardWall(int) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
PassthroughItemMaterial - Class in com.sk89q.worldedit.world.registry
 
PassthroughItemMaterial(ItemMaterial) - Constructor for class com.sk89q.worldedit.world.registry.PassthroughItemMaterial
 
paste(Player, LocalSession, EditSession, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
paste(Actor, World, LocalSession, EditSession, boolean, boolean, boolean, boolean, boolean, boolean, Mask, boolean) - Method in class com.sk89q.worldedit.command.ClipboardCommands
 
paste(Extent, BlockVector3, boolean) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
paste(Extent, BlockVector3, boolean, boolean, boolean) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
paste(Extent, BlockVector3, boolean, Transform) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
paste(World, BlockVector3) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
paste(World, BlockVector3, boolean, boolean, boolean, Transform) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Paste this schematic in a world.
paste(World, BlockVector3, boolean, boolean, Transform) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
paste(String) - Method in class com.sk89q.worldedit.util.paste.EngineHubPaste
 
paste(String) - Method in interface com.sk89q.worldedit.util.paste.Paster
 
pastebin(Supervisor, Actor, String, TranslatableComponent.Builder) - Static method in class com.sk89q.worldedit.util.paste.ActorCallbackPaste
Submit data to a pastebin service and inform the sender of success or failure.
pastebin(Supervisor, Actor, String, String) - Static method in class com.sk89q.worldedit.util.paste.ActorCallbackPaste
Deprecated.
Use the Component-based version
pasteBlocks(BlockVector3, Vector3, double) - Method in class com.fastasyncworldedit.core.command.tool.sweep.ClipboardSpline
 
pasteBlocks(BlockVector3, Vector3, double) - Method in class com.fastasyncworldedit.core.command.tool.sweep.Spline
 
PasteBuilder - Class in com.sk89q.worldedit.session
Builds an operation to paste the contents of a clipboard.
PasteEvent - Class in com.fastasyncworldedit.core.event.extent
 
PasteEvent(Actor, Clipboard, URI, Extent, BlockVector3) - Constructor for class com.fastasyncworldedit.core.event.extent.PasteEvent
 
pastePosition(double) - Method in class com.fastasyncworldedit.core.command.tool.sweep.Spline
Paste the structure at the provided position on the curve.
pastePositionDirect(double) - Method in class com.fastasyncworldedit.core.command.tool.sweep.Spline
Paste structure at the provided position on the curve.
Paster - Interface in com.sk89q.worldedit.util.paste
 
path - Variable in class com.sk89q.worldedit.util.PropertiesConfiguration
 
PATHS - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
PATHS() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.PATHS
 
pathSeparator() - Method in class com.fastasyncworldedit.core.configuration.ConfigurationOptions
Gets the char that will be used to separate ConfigurationSections
pathSeparator(char) - Method in class com.fastasyncworldedit.core.configuration.ConfigurationOptions
Sets the char that will be used to separate ConfigurationSections
pathSeparator(char) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfigurationOptions
 
pathSeparator(char) - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfigurationOptions
 
pathSeparator(char) - Method in class com.fastasyncworldedit.core.configuration.MemoryConfigurationOptions
 
pattern - Variable in class com.fastasyncworldedit.core.function.pattern.BufferedPattern
 
Pattern - Interface in com.sk89q.worldedit.function.pattern
Returns a BaseBlock for a given position.
PATTERN - Enum constant in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
 
PatternFactory - Class in com.sk89q.worldedit.extension.factory
A registry of known Patterns.
PatternFactory(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.PatternFactory
Create a new instance.
PatternList - Annotation Interface in com.sk89q.worldedit.command.util.annotation
Annotates a List<BlockState> parameter to inject a list of BlockStates.
PatternTransform - Class in com.fastasyncworldedit.core.extent.transform
 
PatternTransform(Extent, Pattern) - Constructor for class com.fastasyncworldedit.core.extent.transform.PatternTransform
New instance
PatternTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
 
PatternTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.PatternTransformParser
Create a new rich parser with a defined prefix for the result, e.g.
PatternTraverser - Class in com.fastasyncworldedit.core.function.pattern
 
PatternTraverser(Object) - Constructor for class com.fastasyncworldedit.core.function.pattern.PatternTraverser
 
PEARLESCENT_FROGLIGHT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PEARLESCENT_FROGLIGHT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
peekBlock(BlockState) - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Checks to see if a block exists without removing it.
PEONY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PEONY - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PER_PLAYER_FILE_NUM_LIMIT - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
PER_PLAYER_FILE_SIZE_LIMIT - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
PER_PLAYER_SCHEMATICS - Variable in class com.fastasyncworldedit.core.configuration.Settings.PATHS
 
perform(EditSession, Mask, BlockVector3, int, int, double, boolean, boolean, boolean) - Method in interface com.fastasyncworldedit.core.math.heightmap.HeightMap
 
perform(Player, LocalSession, boolean) - Method in class com.fastasyncworldedit.core.command.tool.brush.InspectBrush
 
perform(Change, UndoContext) - Method in enum class com.sk89q.worldedit.function.operation.ChangeSetExecutor.Type
 
PerlinNoise - Class in com.sk89q.worldedit.math.noise
Generates Perlin noise.
PerlinNoise() - Constructor for class com.sk89q.worldedit.math.noise.PerlinNoise
 
PerlinPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
PerlinPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.PerlinPatternParser
Create a new perlin noise parser.
permission - Variable in enum class com.fastasyncworldedit.core.util.Permission
 
Permission - Enum Class in com.fastasyncworldedit.core.util
 
PermissionCondition - Class in com.sk89q.worldedit.command.util
 
PermissionCondition(Set<String>) - Constructor for class com.sk89q.worldedit.command.util.PermissionCondition
 
PermissionCondition(Set<String>, boolean) - Constructor for class com.sk89q.worldedit.command.util.PermissionCondition
 
PERMISSIONS - Enum constant in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
 
PERMISSIONS - Enum constant in enum class com.sk89q.worldedit.extension.platform.Capability
The capability of a platform to assess whether a given Actor has sufficient authorization to perform a task.
PermissiveSelectorLimits - Class in com.sk89q.worldedit.regions.selector.limit
No limits at all.
PERSISTENT - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
PERSISTENT_BRUSHES - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
PETRIFIED_OAK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PETRIFIED_OAK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PETS - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
PHANTOM - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PHANTOM_MEMBRANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PHANTOM_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PHYSICS_MS - Variable in class com.fastasyncworldedit.core.configuration.Settings.TICK_LIMITER
Deprecated.
 
PICKAXES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
PICKLES - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
PIG - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PIG_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PIGLIN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PIGLIN_BANNER_PATTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PIGLIN_BRUTE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PIGLIN_BRUTE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PIGLIN_FOOD - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
PIGLIN_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PIGLIN_HEAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PIGLIN_LOVED - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
PIGLIN_REPELLENTS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
PIGLIN_REPELLENTS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
PIGLIN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PIGLIN_WALL_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PILLAGER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PILLAGER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
PINK_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_PETALS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_PETALS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_TULIP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_TULIP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PINK_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PINK_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PISTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PISTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PISTON_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PITCHER_CROP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PITCHER_PLANT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PITCHER_PLANT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PITCHER_POD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
place(Actor, World, LocalSession, EditSession, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.sk89q.worldedit.command.ClipboardCommands
 
PLACEMENT - Enum constant in enum class com.sk89q.worldedit.command.util.Logging.LogMode
Either the player position or pos1, depending on the placeAtPos1 flag.
PLAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
PlaneMask - Class in com.fastasyncworldedit.core.function.mask
 
PlaneMask() - Constructor for class com.fastasyncworldedit.core.function.mask.PlaneMask
 
PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
platform() - Static method in class com.fastasyncworldedit.core.Fawe
Get the implementation specific class.
Platform - Interface in com.sk89q.worldedit.extension.platform
Represents a platform that WorldEdit has been implemented for.
PLATFORM - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
PlatformCommandManager - Class in com.sk89q.worldedit.extension.platform
Handles the registration and invocation of commands.
PlatformCommandManager(WorldEdit, PlatformManager) - Constructor for class com.sk89q.worldedit.extension.platform.PlatformCommandManager
Create a new instance.
PlatformEvent - Class in com.sk89q.worldedit.event.platform
 
PlatformEvent(Platform) - Constructor for class com.sk89q.worldedit.event.platform.PlatformEvent
 
PlatformInitializeEvent - Class in com.sk89q.worldedit.event.platform
Fired when configuration has been loaded and the platform is in the initialization stage.
PlatformInitializeEvent() - Constructor for class com.sk89q.worldedit.event.platform.PlatformInitializeEvent
 
PlatformManager - Class in com.sk89q.worldedit.extension.platform
Manages registered Platforms for WorldEdit.
PlatformManager(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.platform.PlatformManager
Create a new platform manager.
PlatformReadyEvent - Class in com.sk89q.worldedit.event.platform
Raised when a platform has finished loading its data.
PlatformReadyEvent(Platform) - Constructor for class com.sk89q.worldedit.event.platform.PlatformReadyEvent
 
PlatformsRegisteredEvent - Class in com.sk89q.worldedit.event.platform
Fired by a platform when it believes all available platforms should be registered.
PlatformsRegisteredEvent() - Constructor for class com.sk89q.worldedit.event.platform.PlatformsRegisteredEvent
 
PlatformUnreadyEvent - Class in com.sk89q.worldedit.event.platform
Raised when a platform needs to retract all registered data, e.g.
PlatformUnreadyEvent(Platform) - Constructor for class com.sk89q.worldedit.event.platform.PlatformUnreadyEvent
 
playBlockBreakEffect(Vector3, BlockType) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
playBlockBreakEffect(Vector3, BlockType) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
playBlockBreakEffect(Vector3, BlockType) - Method in interface com.sk89q.worldedit.world.World
Play a block break effect.
playEffect(BlockVector3, int, int) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
playEffect(Vector3, int, int) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
playEffect(Vector3, int, int) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
playEffect(Vector3, int, int) - Method in interface com.sk89q.worldedit.world.World
Play the given effect.
player - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
 
Player - Interface in com.sk89q.worldedit.entity
Represents a player.
PLAYER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PLAYER_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PLAYER_HEAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PLAYER_ONLY - Enum constant in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
 
PLAYER_ONLY - Static variable in enum class com.fastasyncworldedit.core.FaweCache
 
PLAYER_WALL_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PlayerInputEvent - Class in com.sk89q.worldedit.event.platform
Raised whenever a player sends input.
PlayerInputEvent(Player, InputType) - Constructor for class com.sk89q.worldedit.event.platform.PlayerInputEvent
Create a new event.
PlayerProxy - Class in com.sk89q.worldedit.extension.platform
 
PlayerProxy(Player) - Constructor for class com.sk89q.worldedit.extension.platform.PlayerProxy
 
PlayerProxy(Player, Actor, Actor, World) - Constructor for class com.sk89q.worldedit.extension.platform.PlayerProxy
 
playerUUID(Actor, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
PLENTY_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PLUGIN - Enum constant in enum class com.sk89q.worldedit.WorldEditManifest.Kind
 
plus(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
plus(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
 
PLUS - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
PLUS - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
PLUS() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
PLUS() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
PLUS_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
PLUS_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
PLUS_ASSIGN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
PlusMinusExprContext(ExpressionParser.UnaryExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
PNG - Enum constant in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
Isometric PNG writer.
PNGWriter - Class in com.fastasyncworldedit.core.extent.clipboard.io.schematic
 
PNGWriter(OutputStream) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.io.schematic.PNGWriter
 
PODZOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PODZOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PoFallthroughContext(ExpressionParser.PostfixExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PoFallthroughContext
 
POI_UPDATE - Enum constant in enum class com.sk89q.worldedit.util.SideEffect
Internal use only.
POINTED_DRIPSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POINTED_DRIPSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POISONOUS_POTATO - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLAR_BEAR - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
POLAR_BEAR_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLAR_BEARS_SPAWNABLE_ON_ALTERNATE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
POLISHED_ANDESITE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_ANDESITE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_ANDESITE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_ANDESITE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_ANDESITE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_ANDESITE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BASALT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BASALT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_BLACKSTONE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_BLACKSTONE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_DEEPSLATE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_DEEPSLATE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_DEEPSLATE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_DEEPSLATE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_DEEPSLATE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_DEEPSLATE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_DIORITE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_DIORITE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_DIORITE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_DIORITE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_DIORITE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_DIORITE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_GRANITE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_GRANITE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_GRANITE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_GRANITE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_GRANITE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_GRANITE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_TUFF - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_TUFF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_TUFF_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_TUFF_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_TUFF_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_TUFF_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POLISHED_TUFF_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POLISHED_TUFF_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
poll() - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
poll() - Method in class com.fastasyncworldedit.core.queue.implementation.QueuePool
 
poll() - Method in interface com.fastasyncworldedit.core.queue.Pool
 
POLY - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
POLYGON - Enum constant in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
 
Polygonal2DRegion - Class in com.sk89q.worldedit.regions
Represents a 2D polygonal region.
Polygonal2DRegion() - Constructor for class com.sk89q.worldedit.regions.Polygonal2DRegion
Construct the region.
Polygonal2DRegion(Polygonal2DRegion) - Constructor for class com.sk89q.worldedit.regions.Polygonal2DRegion
Make a copy of another region.
Polygonal2DRegion(World) - Constructor for class com.sk89q.worldedit.regions.Polygonal2DRegion
Construct the region.
Polygonal2DRegion(World, List<BlockVector2>, int, int) - Constructor for class com.sk89q.worldedit.regions.Polygonal2DRegion
Construct the region.
Polygonal2DRegionSelector - Class in com.sk89q.worldedit.regions.selector
Creates a Polygonal2DRegion from a user's selections.
Polygonal2DRegionSelector() - Constructor for class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
Create a new selector with a null world.
Polygonal2DRegionSelector(Polygonal2DRegion) - Constructor for class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
Polygonal2DRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
Create a new selector from another one.
Polygonal2DRegionSelector(World) - Constructor for class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
Create a new selector with the given world.
Polygonal2DRegionSelector(World, List<BlockVector2>, int, int) - Constructor for class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
Create a new selector.
polygonize(int) - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
polygonize(int) - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
polygonize(int) - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
polygonize(int) - Method in class com.sk89q.worldedit.regions.NullRegion
 
polygonize(int) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
polygonize(int) - Method in interface com.sk89q.worldedit.regions.Region
Polygonizes a cross-section or a 2D projection of the region orthogonal to the Y axis.
polygonize(int) - Method in class com.sk89q.worldedit.regions.TransformRegion
 
polygonize(int) - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
polygonizeCylinder(BlockVector2, Vector2, int) - Static method in class com.sk89q.worldedit.math.geom.Polygons
Calculates the polygon shape of a cylinder which can then be used for e.g.
Polygons - Class in com.sk89q.worldedit.math.geom
Helper method for anything related to polygons.
POLYHEDRAL - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
PolyhedralRegion - Class in com.fastasyncworldedit.core.regions
 
PolyhedralRegion(PolyhedralRegion) - Constructor for class com.fastasyncworldedit.core.regions.PolyhedralRegion
Constructs an independent copy of the given region.
PolyhedralRegion(World) - Constructor for class com.fastasyncworldedit.core.regions.PolyhedralRegion
Constructs an empty mesh, containing no vertices or triangles.
PolyhedralRegionSelector - Class in com.fastasyncworldedit.core.regions.selector
Creates a PolyhedralRegion from a user's selections.
PolyhedralRegionSelector() - Constructor for class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
Create a new selector with a null world.
PolyhedralRegionSelector(World) - Constructor for class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
Create a new selector.
POLYHEDRON - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
Pool<T> - Interface in com.fastasyncworldedit.core.queue
 
POOL - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE
 
popAll() - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
popFirst() - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
popMissing() - Method in class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
Gets the list of missing blocks and clears the list for the next operation.
popMissing() - Method in class com.sk89q.worldedit.extent.inventory.BlockBagExtent
Gets the list of missing blocks and clears the list for the next operation.
popMissingBlocks() - Method in class com.sk89q.worldedit.EditSession
Gets the list of missing blocks and clears the list for the next operation.
POPPED_CHORUS_FRUIT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POPPY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POPPY - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PopulateSchem - Record Class in com.fastasyncworldedit.core.command.tool.brush
 
PopulateSchem(Mask, List<ClipboardHolder>, int, boolean) - Constructor for record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
Creates an instance of a PopulateSchem record class.
PORKCHOP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PORTALS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
pos - Variable in class com.sk89q.worldedit.internal.cui.SelectionCylinderEvent
 
pos - Variable in class com.sk89q.worldedit.internal.cui.SelectionEllipsoidPointEvent
 
pos - Variable in class com.sk89q.worldedit.internal.cui.SelectionPointEvent
 
pos1(Actor, World, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
pos2(Actor, World, LocalSession, BlockVector3) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
posDel - Variable in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
position - Variable in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
POSITION - Enum constant in enum class com.sk89q.worldedit.command.util.Logging.LogMode
Player position.
position1 - Variable in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
position2 - Variable in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
PositionTransformExtent - Class in com.fastasyncworldedit.core.extent
 
PositionTransformExtent(Extent, Transform) - Constructor for class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
post(Object) - Method in class com.sk89q.worldedit.util.eventbus.EventBus
Posts an event to all registered handlers.
post(URL) - Static method in class com.sk89q.worldedit.util.net.HttpRequest
Perform a POST request.
PostCrementExprContext(ExpressionParser.PostfixExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
PostfixExprContext(ExpressionParser.PostfixExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExprContext
 
postfixExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExprContext
 
postfixExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
postfixExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.UaFallthroughContext
 
PostfixExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExpressionContext
 
PostfixExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PostfixExpressionContext
 
postLoad() - Method in class com.sk89q.worldedit.LocalSession
Called on post load of the session from persistent storage.
postProcess(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.MultiRegionExtent
 
postProcess(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
postProcess(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
postProcess(IChunk, IChunkGet, IChunkSet) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
postProcess(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
postProcess(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.SingleRegionExtent
 
postProcess(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
postProcess(IChunk, IChunkGet, IChunkSet) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Post-process a chunk that has been edited.
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.MultiRegionExtent
 
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.SingleRegionExtent
 
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Post-process a chunk that has been edited.
postProcessSet(IChunk, IChunkGet, IChunkSet) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
POTATO - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POTATOES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTION - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
POTION - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POTTED_ACACIA_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_ALLIUM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_AZALEA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_AZALEA_BUSH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
Deprecated.
POTTED_AZURE_BLUET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_BAMBOO - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_BIRCH_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_BLUE_ORCHID - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_BROWN_MUSHROOM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_CACTUS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_CHERRY_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_CORNFLOWER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_CRIMSON_FUNGUS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_CRIMSON_ROOTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_DANDELION - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_DARK_OAK_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_DEAD_BUSH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_FERN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_FLOWERING_AZALEA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_FLOWERING_AZALEA_BUSH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
Deprecated.
POTTED_JUNGLE_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_LILY_OF_THE_VALLEY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_MANGROVE_PROPAGULE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_OAK_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_ORANGE_TULIP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_OXEYE_DAISY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_PINK_TULIP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_POPPY - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_RED_MUSHROOM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_RED_TULIP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_SPRUCE_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_TORCHFLOWER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_WARPED_FUNGUS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_WARPED_ROOTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_WHITE_TULIP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POTTED_WITHER_ROSE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POWDER_SNOW - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POWDER_SNOW_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
POWDER_SNOW_CAULDRON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POWER - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
POWER - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
POWER - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
POWER() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
POWER_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
POWER_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
POWER_ASSIGN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
POWERED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
POWERED_RAIL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
POWERED_RAIL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PowerExprContext(ExpressionParser.PowerExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
powerExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MuFallthroughContext
 
powerExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
powerExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
powerExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
PowerExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PowerExpressionContext
 
PowerExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PowerExpressionContext
 
Pre13HangingCompatibilityHandler - Class in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
Pre13HangingCompatibilityHandler() - Constructor for class com.sk89q.worldedit.extent.clipboard.io.legacycompat.Pre13HangingCompatibilityHandler
 
preConcatenate(AffineTransform) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
Return the affine transform created by applying first this affine transform, then the affine transform given by that.
PreCrementExprContext(ExpressionParser.UnaryExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
PREFER_OTHERS - Enum constant in enum class com.sk89q.worldedit.extension.platform.Preference
Indicates that there should not be a preference for the platform for a given capability.
Preference - Enum Class in com.sk89q.worldedit.extension.platform
Indicates the preference of a platform for a particular Capability.
PREFERRED - Enum constant in enum class com.sk89q.worldedit.extension.platform.Preference
Indicates that the platform should be preferred for a given capability.
preload(Actor, InjectedValueAccess) - Method in enum class com.sk89q.worldedit.command.util.annotation.Preload.PreloadCheck
 
preload(Region) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
Define a region to be "preloaded" to the number of chunks provided by Settings.QUEUE.PRELOAD_CHUNK_COUNT
Preload - Annotation Interface in com.sk89q.worldedit.command.util.annotation
Indicates how the affected blocks should be hinted at in the log.
PRELOAD - Enum constant in enum class com.sk89q.worldedit.command.util.annotation.Preload.PreloadCheck
 
PRELOAD_CHUNK_COUNT - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE
 
Preload.PreloadCheck - Enum Class in com.sk89q.worldedit.command.util.annotation
 
Preloader - Interface in com.fastasyncworldedit.core.queue.implementation.preloader
 
PreloadHandler - Class in com.sk89q.worldedit.command.util.annotation
Logs called commands to a logger.
PreloadHandler() - Constructor for class com.sk89q.worldedit.command.util.annotation.PreloadHandler
 
prepend(String) - Method in exception com.fastasyncworldedit.core.command.SuggestInputParseException
Deprecated, for removal: This API element is subject to removal in a future version.
Unused
prependStack(String) - Method in exception com.sk89q.minecraft.util.commands.CommandException
 
PRESSURE_PLATES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
prettyFormat(double) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
PREVENT_MOB_SPAWNING_INSIDE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
previous() - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
primary(Player, LocalSession, List<String>) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
PRIMARY - Enum constant in enum class com.sk89q.worldedit.event.platform.InputType
Left click.
PrimitiveBindings - Class in com.fastasyncworldedit.core.extension.platform.binding
 
PrimitiveBindings(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.platform.binding.PrimitiveBindings
 
print(Actor, long) - Method in class com.fastasyncworldedit.core.extent.filter.DistrFilter
 
print(Component) - Method in class com.fastasyncworldedit.core.wrappers.SilentPlayerWrapper
 
print(Component) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Print a Component.
print(Component) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
print(String) - Method in class com.fastasyncworldedit.core.wrappers.SilentPlayerWrapper
 
print(String) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Deprecated.
Use component-based functions (printInfo)
print(String) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
print(String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Print a regular message to the user.
PrintCommandHelp - Class in com.sk89q.worldedit.command.util
Implementation of the //help command.
printDebug(Component) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Print a WorldEdit message.
printDebug(String) - Method in class com.fastasyncworldedit.core.wrappers.SilentPlayerWrapper
 
printDebug(String) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Deprecated.
Use component-based functions (printDebug)
printDebug(String) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
printError(Component) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Print a WorldEdit error.
printError(String) - Method in class com.fastasyncworldedit.core.wrappers.SilentPlayerWrapper
 
printError(String) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Deprecated.
Use component-based functions (printError)
printError(String) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
printInfo(Component) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Print a WorldEdit message.
printRaw(String) - Method in class com.fastasyncworldedit.core.wrappers.SilentPlayerWrapper
 
printRaw(String) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Deprecated.
Use component-based functions (print)
printRaw(String) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
printRaw(String) - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Print a raw message to the user.
priority() - Element in annotation interface com.sk89q.worldedit.util.eventbus.Subscribe
The priority as far as order of dispatching is concerned.
PRISMARINE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PRISMARINE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRISMARINE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PRISMARINE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRISMARINE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PRISMARINE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRISMARINE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PRISMARINE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRISMARINE_CRYSTALS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRISMARINE_SHARD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRISMARINE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PRISMARINE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRISMARINE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PRISMARINE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRISMARINE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PRISMARINE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PRIZE_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
process(Player, Arguments, BrushSettings) - Method in class com.sk89q.worldedit.command.BrushCommands
 
ProcessedWEExtent - Class in com.fastasyncworldedit.core.extent
 
ProcessedWEExtent(Extent, FaweLimit) - Constructor for class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
processGet(int, int) - Method in class com.fastasyncworldedit.core.extent.MultiRegionExtent
 
processGet(int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
processGet(int, int) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
processGet(int, int) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
processGet(int, int) - Method in class com.fastasyncworldedit.core.extent.SingleRegionExtent
 
processGet(int, int) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
 
ProcessorScope - Enum Class in com.fastasyncworldedit.core.extent.processor
The scope of a processor.
ProcessorTraverser<T extends IBatchProcessor> - Class in com.fastasyncworldedit.core.util
 
ProcessorTraverser(T) - Constructor for class com.fastasyncworldedit.core.util.ProcessorTraverser
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.DisallowedBlocksExtent
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.HeightBoundExtent
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.MultiRegionExtent
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.EmptyBatchProcessor
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.EntityInBlockRemovingProcessor
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.heightmap.HeightmapProcessor
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.RelightProcessor
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.processor.NullProcessor
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.SingleRegionExtent
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Process a chunk that has been set.
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.sk89q.worldedit.extent.MaskingExtent
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in interface com.sk89q.worldedit.regions.Region
 
processSet(IChunk, IChunkGet, IChunkSet) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
processSet(IChunk, IChunkGet, IChunkSet, boolean) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
processSet(IChunk, IChunkGet, IChunkSet, boolean) - Method in interface com.sk89q.worldedit.regions.Region
Process the chunk, with the option to process as if the region is a blacklisted region, and thus any contained blocks should be removed, rather than uncontained blocks being removed.
processSet(IChunk, IChunkGet, IChunkSet, boolean) - Method in class com.sk89q.worldedit.regions.RegionIntersection
 
profile - Variable in class com.sk89q.worldedit.LocalConfiguration
 
Progress - Class in com.sk89q.worldedit.util.task.progress
A progress object describes the progress of an operation, specifying either a percentage of completion or a status of indeterminacy.
PROGRESS - Static variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE
 
PROGRESS() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.QUEUE.PROGRESS
 
ProgressIterator<V> - Class in com.sk89q.worldedit.util.task.progress
An iterator that keeps track of how many entries have been visited and calculates a "percent completed" using a provided total count.
ProgressObservable - Interface in com.sk89q.worldedit.util.task.progress
An object that is able to report on its progress.
PROJECTILES - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
properties - Variable in class com.sk89q.worldedit.util.PropertiesConfiguration
 
PropertiesConfiguration - Class in com.sk89q.worldedit.util
Simple LocalConfiguration that loads settings using java.util.Properties.
PropertiesConfiguration(File) - Constructor for class com.sk89q.worldedit.util.PropertiesConfiguration
PropertiesConfiguration(Path) - Constructor for class com.sk89q.worldedit.util.PropertiesConfiguration
Construct the object.
property - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.DeletionPredicate
 
property() - Method in record class com.fastasyncworldedit.core.limit.PropertyRemap
Returns the value of the property record component.
Property<T> - Interface in com.sk89q.worldedit.registry.state
Describes a state property of a block.
PropertyGroup<G,A> - Class in com.fastasyncworldedit.core.registry.state
 
PropertyGroup.PropertyGroupBuilder<G,A> - Class in com.fastasyncworldedit.core.registry.state
 
PropertyGroupBuilder() - Constructor for class com.fastasyncworldedit.core.registry.state.PropertyGroup.PropertyGroupBuilder
 
PropertyKey - Class in com.fastasyncworldedit.core.registry.state
This class will be generated at runtime - these are just example values.
PropertyKeySet - Class in com.fastasyncworldedit.core.registry.state
 
PropertyKeySet() - Constructor for class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
PropertyRemap<T> - Record Class in com.fastasyncworldedit.core.limit
 
PropertyRemap(Property<T>, T, T) - Constructor for record class com.fastasyncworldedit.core.limit.PropertyRemap
New instance
PROTOCOL_SUPPORT_FIX - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
ProvideBindings - Class in com.fastasyncworldedit.core.extension.platform.binding
 
ProvideBindings(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
ProvideBindings.ImageUri - Class in com.fastasyncworldedit.core.extension.platform.binding
 
publish(LogRecord) - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
PUFFERFISH - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
PUFFERFISH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PUFFERFISH_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PUFFERFISH_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
pullBrush(InjectedValueAccess, Expression, int, int, int, int) - Method in class com.sk89q.worldedit.command.BrushCommands
 
PUMPKIN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PUMPKIN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PUMPKIN_PIE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PUMPKIN_SEEDS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PUMPKIN_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
pumpkins(Actor, LocalSession, EditSession, int, double) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
purge(int) - Method in class com.fastasyncworldedit.core.database.RollbackDatabase
 
PURPLE_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPLE_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPLE_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPUR_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPUR_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPUR_PILLAR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPUR_PILLAR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPUR_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPUR_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
PURPUR_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
PURPUR_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
put(int, int, int, T) - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
put(A, B) - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList
Add an item.
put(BlockVector3, V) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
put(Object, Object) - Method in class com.sk89q.minecraft.util.commands.CommandLocals
 
put(String, Tag) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and tag into the compound tag.
put(String, T) - Method in class com.fastasyncworldedit.core.configuration.Config.ConfigBlock
 
put(K, V) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
putAll(Map<? extends BlockVector3, ? extends V>) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
putAll(Map<? extends K, ? extends V>) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
putAll(Map<String, ? extends Tag>) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put all the entries from the given map into this map.
putByte(String, byte) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a ByteTag.
putByteArray(String, byte[]) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a ByteArrayTag.
putDouble(String, double) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a DoubleTag.
putFloat(String, float) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a FloatTag.
putIfAbsent(BlockVector3, V) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
putIfAbsent(String, Object) - Method in interface com.fastasyncworldedit.core.entity.MapMetadatable
 
putInt(String, int) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as an IntTag.
putIntArray(String, int[]) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a IntArrayTag.
putLong(String, long) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a LongTag.
putLongArray(String, long[]) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a LongArrayTag.
putShort(String, short) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a ShortTag.
putSlot(String, LocalSlot) - Method in class com.sk89q.worldedit.internal.expression.SlotTable
 
putString(String, String) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Put the given key and value into the compound tag as a StringTag.
PwFallthroughContext(ExpressionParser.PowerExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.PwFallthroughContext
 
pyramid(Actor, LocalSession, EditSession, Pattern, int, boolean) - Method in class com.sk89q.worldedit.command.GenerationCommands
 

Q

QuadFunction<T,U,V,W,R> - Interface in com.fastasyncworldedit.core.function
 
QUARTZ - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
QUARTZ_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
QUARTZ_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
QUARTZ_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
QUARTZ_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
QUARTZ_PILLAR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
QUARTZ_PILLAR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
QUARTZ_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
QUARTZ_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
QUARTZ_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
QUARTZ_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
queryCapability(Capability) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Get the preferred platform for handling a certain capability.
QueryTool - Class in com.sk89q.worldedit.command.tool
Looks up information about a block.
QueryTool() - Constructor for class com.sk89q.worldedit.command.tool.QueryTool
 
QUESTION_MARK - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
QUESTION_MARK - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
QUESTION_MARK() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
queue(T) - Method in class com.fastasyncworldedit.core.util.task.SingleThreadIntervalQueue
 
QUEUE - Enum constant in enum class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker.ProgressType
 
QUEUE - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
QUEUE() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.QUEUE
 
queueAction(Runnable) - Method in interface com.sk89q.worldedit.extension.platform.Actor
Queue an action to run async.
queueBlockBreakEffect(Platform, BlockVector3, BlockType, double) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
queueBlockBreakEffect(Platform, BlockVector3, BlockType, double) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
queueBlockBreakEffect(Platform, BlockVector3, BlockType, double) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
queueBlockBreakEffect(Platform, BlockVector3, BlockType, double) - Method in interface com.sk89q.worldedit.world.World
Queue a block break effect.
queued() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
Should the command be queued
queued() - Element in annotation interface com.sk89q.worldedit.command.util.CommandPermissions
 
QueueHandler - Class in com.fastasyncworldedit.core.queue.implementation
Class which handles all the queues IQueueExtent
QueueHandler() - Constructor for class com.fastasyncworldedit.core.queue.implementation.QueueHandler
 
QueuePool<T> - Class in com.fastasyncworldedit.core.queue.implementation
 
QueuePool(Supplier<T>) - Constructor for class com.fastasyncworldedit.core.queue.implementation.QueuePool
 

R

RABBIT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
RABBIT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RABBIT_FOOT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RABBIT_HIDE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RABBIT_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RABBIT_STEW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RABBITS_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
Radii - Annotation Interface in com.sk89q.worldedit.internal.annotation
Annotates a double parameter to inject multiple radii values.
radius - Variable in class com.sk89q.worldedit.internal.cui.SelectionCylinderEvent
 
radius() - Method in record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
Returns the value of the radius record component.
radius() - Method in record class com.fastasyncworldedit.core.command.tool.brush.RockBrush
Returns the value of the radius record component.
RADIUS - Enum constant in enum class com.sk89q.worldedit.command.util.annotation.Confirm.Processor
 
RADIUS - Static variable in class com.fastasyncworldedit.core.regions.Triangle
 
radiusDouble(Actor, InjectedValueAccess, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
radiusInteger(Actor, InjectedValueAccess, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
RadiusMask - Class in com.fastasyncworldedit.core.function.mask
 
RadiusMask(int, int) - Constructor for class com.fastasyncworldedit.core.function.mask.RadiusMask
 
RadiusMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
RadiusMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.RadiusMaskParser
 
radiusVec2(Actor, InjectedValueAccess, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
radiusVec3(Actor, InjectedValueAccess, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
RAIL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RAIL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RAILS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
RAILS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
RAIN - Static variable in class com.sk89q.worldedit.world.weather.WeatherTypes
 
rainfall - Variable in class com.fastasyncworldedit.core.util.TextureUtil.BiomeColor
 
raise(Player, LocalSession, RegionFactory, Expression) - Method in class com.sk89q.worldedit.command.BrushCommands
 
RaiseBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
RaiseBrush() - Constructor for class com.fastasyncworldedit.core.command.tool.brush.RaiseBrush
 
RaiseBrush(int, int, int, int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.RaiseBrush
 
RAISER_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RANDOM - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
RANDOM_BIRCH - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
RANDOM_JUNGLE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
RANDOM_MUSHROOM - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
RANDOM_REDWOOD - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
RandomCollection<T> - Class in com.fastasyncworldedit.core.util.collection
A RandomCollection holds multiple values that can be accessed by using RandomCollection.next(int, int, int).
RandomCollection(SimpleRandom) - Constructor for class com.fastasyncworldedit.core.util.collection.RandomCollection
 
RandomFullClipboardPattern - Class in com.fastasyncworldedit.core.function.pattern
 
RandomFullClipboardPattern(List<ClipboardHolder>, boolean, boolean) - Constructor for class com.fastasyncworldedit.core.function.pattern.RandomFullClipboardPattern
Create a new Pattern instance
RandomFullClipboardPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
RandomFullClipboardPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.RandomFullClipboardPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
RandomMask - Class in com.fastasyncworldedit.core.function.mask
 
RandomMask(double) - Constructor for class com.fastasyncworldedit.core.function.mask.RandomMask
 
RandomNoise - Class in com.sk89q.worldedit.math.noise
Generates noise using Random.
RandomNoise() - Constructor for class com.sk89q.worldedit.math.noise.RandomNoise
Create a new noise generator with a newly constructed Random instance.
RandomNoise(Random) - Constructor for class com.sk89q.worldedit.math.noise.RandomNoise
Create a new noise generator using the given Random.
RandomOffsetPattern - Class in com.fastasyncworldedit.core.function.pattern
 
RandomOffsetPattern(Pattern, int, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.RandomOffsetPattern
Create a new Pattern instance
RandomOffsetPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
RandomOffsetPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.RandomOffsetPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
RandomOffsetTransform - Class in com.fastasyncworldedit.core.extent.transform
 
RandomOffsetTransform(Extent, int, int, int) - Constructor for class com.fastasyncworldedit.core.extent.transform.RandomOffsetTransform
New instance
RandomPattern - Class in com.sk89q.worldedit.function.pattern
Uses a random pattern of a weighted list of patterns.
RandomPattern() - Constructor for class com.sk89q.worldedit.function.pattern.RandomPattern
 
RandomPattern(SimpleRandom) - Constructor for class com.sk89q.worldedit.function.pattern.RandomPattern
 
RandomPattern(SimpleRandom, RandomPattern) - Constructor for class com.sk89q.worldedit.function.pattern.RandomPattern
Create a random pattern from an existing one but with a different random.
RandomPatternParser - Class in com.sk89q.worldedit.extension.factory.parser.pattern
 
RandomPatternParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.pattern.RandomPatternParser
Create a new input parser.
randomRotate - Variable in class com.fastasyncworldedit.core.command.tool.brush.CopyPastaBrush
 
randomRotate() - Method in record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
Returns the value of the randomRotate record component.
RandomStatePattern - Class in com.sk89q.worldedit.function.pattern
 
RandomStatePattern(FuzzyBlockState) - Constructor for class com.sk89q.worldedit.function.pattern.RandomStatePattern
 
RandomStatePatternParser - Class in com.sk89q.worldedit.extension.factory.parser.pattern
 
RandomStatePatternParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.pattern.RandomStatePatternParser
 
RandomTextureUtil - Class in com.fastasyncworldedit.core.util
 
RandomTextureUtil(TextureUtil) - Constructor for class com.fastasyncworldedit.core.util.RandomTextureUtil
 
RandomTransform - Class in com.fastasyncworldedit.core.extent.transform
Uses a random pattern of a weighted list of patterns.
RandomTransform() - Constructor for class com.fastasyncworldedit.core.extent.transform.RandomTransform
 
RandomTransform(SimpleRandom) - Constructor for class com.fastasyncworldedit.core.extent.transform.RandomTransform
New instance
RandomTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
 
RandomTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.RandomTransformParser
Create a new rich parser with a defined prefix for the result, e.g.
range - Variable in class com.sk89q.worldedit.command.tool.BrushTool
 
range(Player, LocalSession, int) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
RANGE - Enum constant in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
 
rarity() - Method in record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
Returns the value of the rarity record component.
RAVAGER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
RAVAGER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RAW_COORD - Enum constant in enum class com.sk89q.worldedit.function.factory.Deform.Mode
 
RAW_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RAW_COPPER_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RAW_COPPER_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RAW_GOLD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RAW_GOLD_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RAW_GOLD_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RAW_IRON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RAW_IRON_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RAW_IRON_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
rawSetBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.EditSession
Deprecated.
Deprecated as may perform differently in FAWE.
read() - Method in class com.fastasyncworldedit.core.extent.clipboard.io.schematic.MinecraftStructure
 
read() - Method in class com.fastasyncworldedit.core.internal.io.ByteBufferInputStream
 
read() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
read() - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
read() - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardReader
Read a Clipboard.
read() - Method in class com.sk89q.worldedit.extent.clipboard.io.MCEditSchematicReader
 
read() - Method in class com.sk89q.worldedit.extent.clipboard.io.SpongeSchematicReader
Deprecated.
 
read() - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
read(byte[]) - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
read(byte[]) - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
read(byte[], int, int) - Method in class com.fastasyncworldedit.core.internal.io.ByteBufferInputStream
 
read(byte[], int, int) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
read(byte[], int, int) - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
read(byte[], int, int) - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
read(UUID) - Method in class com.fastasyncworldedit.core.extent.clipboard.io.schematic.MinecraftStructure
 
read(UUID) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardReader
 
read(UUID, Function<BlockVector3, Clipboard>) - Method in class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicReader
 
read(UUID, Function<BlockVector3, Clipboard>) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardReader
 
readBiomes(BiomeType[], long[], BiomeType[]) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk18
 
readBlockStates(BlockState[], long[], BlockState[]) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk13
 
readBlockStates(BlockState[], long[], BlockState[]) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk16
 
readBlockStates(BlockState[], long[], BlockState[]) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk17
 
readBlockStates(BlockState[], long[], BlockState[]) - Method in class com.sk89q.worldedit.world.chunk.AnvilChunk18
 
readCombined(FaweInputStream, MutableBlockChange, boolean) - Method in interface com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet.FaweStreamIdDelegate
 
readCombined(FaweInputStream, MutableFullBlockChange) - Method in interface com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet.FaweStreamIdDelegate
 
readCompoundTag(ChunkStoreHelper.ChunkDataInputSupplier) - Static method in class com.sk89q.worldedit.world.storage.ChunkStoreHelper
 
readHeader() - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
readHeader(InputStream) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
readImage(File) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
readImage(InputStream) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
readImage(URL) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
readInfo(Path) - Static method in class com.sk89q.worldedit.internal.anvil.ChunkDeleter
 
READING_SET_BLOCKS - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
 
readInt(InputStream) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
readMedium() - Method in class com.fastasyncworldedit.core.internal.io.FaweInputStream
 
readNamedTag() - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
Reads an NBT tag from the stream.
readNamedTagLazy(StreamDelegate) - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
readNamedTagName(int) - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
readNBT() - Method in class com.fastasyncworldedit.core.internal.io.FaweInputStream
 
ReadOnlyClipboard - Class in com.fastasyncworldedit.core.extent.clipboard
 
ReadOnlyClipboard(Region) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
readPrimitive(Class<?>) - Method in class com.fastasyncworldedit.core.internal.io.FaweInputStream
 
readTag() - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
readTagPayloadLazy(int, int) - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
readTagPayloadLazy(int, int, StreamDelegate) - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
readTagPayloadRaw(int, int) - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
readVarInt() - Method in class com.fastasyncworldedit.core.internal.io.FaweInputStream
 
readVarInt(InputStream) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
readX(FaweInputStream) - Method in interface com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet.FaweStreamPositionDelegate
 
readY(FaweInputStream) - Method in interface com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet.FaweStreamPositionDelegate
 
readZ(FaweInputStream) - Method in interface com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet.FaweStreamPositionDelegate
 
recalculate() - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
recalculate() - Method in class com.sk89q.worldedit.regions.CuboidRegion
Sets the cached min and max x/y/z and clamps Y to world y min/max
recalculate() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
Recalculate the bounding box of this polygonal region.
recalculateNoClamp() - Method in class com.sk89q.worldedit.regions.CuboidRegion
Sets the cached min and max x/y/z
ReceiveTask<T> - Interface in com.fastasyncworldedit.core.util.task
 
RECOVERY_COMPASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RecurseBrush - Record Class in com.fastasyncworldedit.core.command.tool.brush
 
RecurseBrush(boolean) - Constructor for record class com.fastasyncworldedit.core.command.tool.brush.RecurseBrush
Creates an instance of a RecurseBrush record class.
recursive(Player, LocalSession, double) - Method in class com.sk89q.worldedit.command.SuperPickaxeCommands
 
recursiveBrush(InjectedValueAccess, EditSession, Pattern, Expression, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
RecursivePickaxe - Class in com.sk89q.worldedit.command.tool
A pickaxe mode that recursively finds adjacent blocks within range of an initial block and of the same type.
RecursivePickaxe(double) - Constructor for class com.sk89q.worldedit.command.tool.RecursivePickaxe
 
RecursiveVisitor - Class in com.sk89q.worldedit.function.visitor
An implementation of an BreadthFirstSearch that uses a mask to determine where a block should be visited.
RecursiveVisitor(Mask, RegionFunction) - Constructor for class com.sk89q.worldedit.function.visitor.RecursiveVisitor
Create a new recursive visitor.
RecursiveVisitor(Mask, RegionFunction, int, int, int) - Constructor for class com.sk89q.worldedit.function.visitor.RecursiveVisitor
Create a new recursive visitor.
RecursiveVisitor(Mask, RegionFunction, int, int, int, Extent) - Constructor for class com.sk89q.worldedit.function.visitor.RecursiveVisitor
Create a new recursive visitor.
recycle() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
recycle() - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
recycle() - Method in interface com.fastasyncworldedit.core.queue.Trimable
 
RED_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_MUSHROOM - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
RED_MUSHROOM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_MUSHROOM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_MUSHROOM_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_MUSHROOM_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_NETHER_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_NETHER_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_NETHER_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_NETHER_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_NETHER_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_NETHER_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_NETHER_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_NETHER_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_SAND - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_SAND - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_SANDSTONE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_SANDSTONE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_TULIP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_TULIP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RED_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RED_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
redo(EditSession) - Method in class com.sk89q.worldedit.EditSession
Sets to new state.
redo(Actor) - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
redo(Actor, LocalSession, int, String) - Method in class com.sk89q.worldedit.command.HistoryCommands
 
redo(Actor, Region[]) - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
redo(BlockBag, Actor) - Method in class com.sk89q.worldedit.LocalSession
Performs a redo
redo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableBiomeChange
 
redo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableBlockChange
 
redo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableEntityChange
 
redo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
redo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableTileChange
 
redo(UndoContext) - Method in class com.sk89q.worldedit.history.change.BiomeChange
Deprecated.
 
redo(UndoContext) - Method in class com.sk89q.worldedit.history.change.BiomeChange3D
 
redo(UndoContext) - Method in class com.sk89q.worldedit.history.change.BlockChange
 
redo(UndoContext) - Method in interface com.sk89q.worldedit.history.change.Change
Perform an redo.
redo(UndoContext) - Method in class com.sk89q.worldedit.history.change.EntityCreate
 
redo(UndoContext) - Method in class com.sk89q.worldedit.history.change.EntityRemove
 
REDO - Enum constant in enum class com.sk89q.worldedit.function.operation.ChangeSetExecutor.Type
 
redoChanges(FaweInputStream) - Method in interface com.fastasyncworldedit.core.history.change.StreamChange
 
redoChanges(File) - Method in interface com.fastasyncworldedit.core.history.change.StreamChange
 
REDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
REDSTONE_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
REDSTONE_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
REDSTONE_LAMP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
REDSTONE_LAMP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
REDSTONE_ORE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
REDSTONE_ORE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
REDSTONE_ORES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
REDSTONE_ORES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
REDSTONE_TORCH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
REDSTONE_TORCH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
REDSTONE_WALL_TORCH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
REDSTONE_WIRE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
reduceToText(Component, Locale) - Static method in class com.sk89q.worldedit.util.formatting.WorldEditText
 
REDWOOD - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
ReFallthroughContext(ExpressionParser.RelationalExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ReFallthroughContext
 
Reflect() - Constructor for class com.sk89q.worldedit.command.util.annotation.Confirm.Reflect
 
ReflectionUtil - Class in com.sk89q.util
 
ReflectionUtils - Class in com.fastasyncworldedit.core.util
This is an internal class not meant to be used outside the FAWE internals.
ReflectionUtils() - Constructor for class com.fastasyncworldedit.core.util.ReflectionUtils
 
refreshChunk(int, int) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
refreshChunk(int, int) - Method in class com.sk89q.worldedit.world.NullWorld
 
refreshChunk(int, int) - Method in interface com.sk89q.worldedit.world.World
Refresh a specific chunk.
regenBiomes(boolean) - Method in class com.sk89q.worldedit.world.RegenOptions.Builder
Turn on or off applying the biomes from the regenerated chunk.
regenerate(Region) - Method in class com.sk89q.worldedit.EditSession
 
regenerate(Region, EditSession) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
regenerate(Region, EditSession) - Method in class com.sk89q.worldedit.EditSession
 
regenerate(Region, EditSession) - Method in class com.sk89q.worldedit.world.NullWorld
 
regenerate(Region, EditSession) - Method in interface com.sk89q.worldedit.world.World
Regenerate an area.
regenerate(Region, Extent) - Method in interface com.sk89q.worldedit.world.World
Regenerate an area.
regenerate(Region, Extent, RegenOptions) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
regenerate(Region, Extent, RegenOptions) - Method in class com.sk89q.worldedit.world.NullWorld
 
regenerate(Region, Extent, RegenOptions) - Method in interface com.sk89q.worldedit.world.World
Regenerate an area.
regenerate(Region, BiomeType, Long) - Method in class com.sk89q.worldedit.EditSession
 
regenerateChunk(int, int, BiomeType, Long) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
regenerateChunk(int, int, BiomeType, Long) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
regenerateChunk(int, int, BiomeType, Long) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
regenerateChunk(int, int, BiomeType, Long) - Method in interface com.sk89q.worldedit.extent.Extent
 
RegenOptions - Class in com.sk89q.worldedit.world
RegenOptions.Builder - Class in com.sk89q.worldedit.world
 
region - Variable in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
region - Variable in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
region - Variable in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
region - Variable in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
Region - Interface in com.sk89q.worldedit.regions
Represents a physical shape.
REGION - Enum constant in enum class com.sk89q.worldedit.command.util.annotation.Confirm.Processor
 
REGION - Enum constant in enum class com.sk89q.worldedit.command.util.Logging.LogMode
Region selection.
REGION_RESTRICTIONS - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
REGION_RESTRICTIONS_OPTIONS - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
REGION_RESTRICTIONS_OPTIONS() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.REGION_RESTRICTIONS_OPTIONS
 
RegionCommands - Class in com.sk89q.worldedit.command
Commands that operate on regions.
RegionCommands() - Constructor for class com.sk89q.worldedit.command.RegionCommands
Create a new instance.
regionContains(Region, HashSet<Region>) - Method in class com.fastasyncworldedit.core.util.WEManager
 
RegionFactory - Interface in com.sk89q.worldedit.regions.factory
 
RegionFactoryConverter - Class in com.sk89q.worldedit.command.argument
 
RegionFilter - Interface in com.fastasyncworldedit.core.regions.filter
 
RegionFunction - Interface in com.sk89q.worldedit.function
Performs a function on points in a region.
RegionIntersection - Class in com.sk89q.worldedit.regions
An intersection of several other regions.
RegionIntersection(Region...) - Constructor for class com.sk89q.worldedit.regions.RegionIntersection
Create a new instance with the included list of regions.
RegionIntersection(World, Region...) - Constructor for class com.sk89q.worldedit.regions.RegionIntersection
Create a new instance with the included list of regions.
RegionIntersection(World, Collection<Region>) - Constructor for class com.sk89q.worldedit.regions.RegionIntersection
Create a new instance with the included list of regions.
RegionIntersection(List<Region>) - Constructor for class com.sk89q.worldedit.regions.RegionIntersection
Create a new instance with the included list of regions.
RegionIterator - Class in com.sk89q.worldedit.regions.iterator
 
RegionIterator(Region) - Constructor for class com.sk89q.worldedit.regions.iterator.RegionIterator
 
RegionMask - Class in com.sk89q.worldedit.function.mask
A mask that tests whether given positions are contained within a region.
RegionMask(Region) - Constructor for class com.sk89q.worldedit.function.mask.RegionMask
Create a new region mask.
RegionMaskingFilter - Class in com.sk89q.worldedit.function
Passes calls to RegionMaskingFilter.apply(BlockVector3) to the delegate RegionFunction if they match the given mask.
RegionMaskingFilter(Extent, Mask, RegionFunction) - Constructor for class com.sk89q.worldedit.function.RegionMaskingFilter
Create a new masking filter.
RegionMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
RegionMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.RegionMaskParser
 
RegionMaskTestFunction - Class in com.fastasyncworldedit.core.function
Passes calls to RegionMaskTestFunction.apply(BlockVector3) to the delegate RegionFunction if they match the given mask.
RegionMaskTestFunction(Mask, RegionFunction, RegionFunction) - Constructor for class com.fastasyncworldedit.core.function.RegionMaskTestFunction
Create a new masking filter.
regionMultiple(Actor, InjectedValueAccess, Region, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
regionNameToCoords(String) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
RegionOffset - Class in com.sk89q.worldedit.function.util
Offsets the position parameter by adding a given offset vector.
RegionOffset(BlockVector3, RegionFunction) - Constructor for class com.sk89q.worldedit.function.util.RegionOffset
Create a new instance.
RegionOperationException - Exception in com.sk89q.worldedit.regions
 
RegionOperationException(Component) - Constructor for exception com.sk89q.worldedit.regions.RegionOperationException
 
RegionOperationException(String) - Constructor for exception com.sk89q.worldedit.regions.RegionOperationException
Deprecated.
RegionOptimizedChunkComparator - Class in com.sk89q.worldedit.math
Sort block positions by region, then chunk.
RegionOptimizedComparator - Class in com.sk89q.worldedit.math
Sort block positions by region, chunk, and finally Y-Z-X.
RegionOptimizedVectorSorter - Class in com.sk89q.worldedit.internal.util
Uses a radix sort to order vectors by region, then chunk, then Y value (max -> min).
Regions - Class in com.sk89q.worldedit.regions
Utility methods relating to Regions.
RegionSelector - Interface in com.sk89q.worldedit.regions
Region selectors create Regions from a series of "selected points." They are used, for example, to allow users to create a CuboidRegion by selecting two corners of the cuboid.
RegionSelectorType - Enum Class in com.sk89q.worldedit.regions.selector
An enum of default region selector types.
RegionShape - Class in com.sk89q.worldedit.regions.shape
Generates solid and hollow shapes according to materials returned by the RegionShape.getMaterial(int, int, int, com.sk89q.worldedit.world.block.BaseBlock) method.
RegionShape(Region) - Constructor for class com.sk89q.worldedit.regions.shape.RegionShape
 
regionsMember(Player) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
regionsOwner(Player) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
RegionVisitor - Class in com.sk89q.worldedit.function.visitor
Deprecated.
- FAWE deprecation: Let the queue iterate, not the region function which lacks any kind of optimizations / parallelism
RegionVisitor(Region, RegionFunction) - Constructor for class com.sk89q.worldedit.function.visitor.RegionVisitor
Deprecated.
Use other constructors which will preload chunks during iteration
RegionVisitor(Iterable<BlockVector3>, RegionFunction, Extent) - Constructor for class com.sk89q.worldedit.function.visitor.RegionVisitor
Deprecated.
Allows for preloading chunks, and non-specific "regions" to be visited.
RegionWrapper - Class in com.fastasyncworldedit.core.regions
Deprecated.
RegionWrapper(int, int, int, int) - Constructor for class com.fastasyncworldedit.core.regions.RegionWrapper
RegionWrapper(int, int, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
RegionWrapper(BlockVector3, BlockVector3) - Constructor for class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
register(int, int, BlockStateHolder) - Method in class com.sk89q.worldedit.world.registry.LegacyMapper
 
register(C) - Method in class com.sk89q.worldedit.util.io.Closer
Registers the given closeable to be closed when this Closer is closed.
register(Platform) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Register a platform with WorldEdit.
register(CommandRegistrationHandler, CommandManager, CommandManagerService) - Static method in class com.sk89q.worldedit.command.ExpandCommands
 
register(CommandRegistrationHandler, CommandManager, CommandManagerService, WorldEdit) - Static method in class com.sk89q.worldedit.command.GeneralCommands
 
register(CommandRegistrationHandler, CommandManager, CommandManagerService, WorldEdit) - Static method in class com.sk89q.worldedit.command.ToolCommands
 
register(InputParser<E>) - Method in class com.sk89q.worldedit.internal.registry.AbstractFactory
Registers an InputParser to this factory.
register(BiomeType) - Static method in class com.sk89q.worldedit.world.biome.BiomeTypes
 
register(FluidCategory) - Static method in class com.sk89q.worldedit.world.fluid.FluidCategories
 
register(FluidType) - Static method in class com.sk89q.worldedit.world.fluid.FluidTypes
 
register(GameMode) - Static method in class com.sk89q.worldedit.world.gamemode.GameModes
 
register(WeatherType) - Static method in class com.sk89q.worldedit.world.weather.WeatherTypes
 
register(WorldEdit, CommandManager) - Static method in class com.sk89q.worldedit.command.argument.DirectionConverter
 
register(WorldEdit, CommandManager) - Static method in class com.sk89q.worldedit.command.argument.DirectionVectorConverter
 
register(WorldEdit, CommandManager) - Static method in class com.sk89q.worldedit.command.argument.FactoryConverter
 
register(WorldEdit, CommandManager) - Static method in class com.sk89q.worldedit.command.argument.OffsetConverter
 
register(Class<?>) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Register an class that contains commands (denoted by Command.
register(Object) - Method in class com.sk89q.worldedit.util.eventbus.EventBus
Registers all handler methods on object to receive events.
register(String, V) - Method in class com.sk89q.worldedit.registry.NamespacedRegistry
 
register(String, V) - Method in class com.sk89q.worldedit.registry.Registry
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.BooleanConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.Chunk3dVectorConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.EntityRemoverConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.EnumConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.ExpressionConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.HeightConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.LocationConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.RegionFactoryConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.RegistryConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.SideEffectConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.VectorConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.WorldConverter
 
register(CommandManager) - Static method in class com.sk89q.worldedit.command.argument.ZonedDateTimeConverter
 
register(CommandManager, AbstractDirectionConverter<D>, Class<D>, boolean) - Static method in class com.sk89q.worldedit.command.argument.AbstractDirectionConverter
 
register(CommandManager, CommandRegistration<CI>, CI) - Method in class com.sk89q.worldedit.internal.command.CommandRegistrationHandler
 
register(CommandManagerService, CommandManager, CommandRegistrationHandler) - Static method in class com.sk89q.worldedit.command.ApplyBrushCommands
 
register(CommandManagerService, CommandManager, CommandRegistrationHandler) - Static method in class com.sk89q.worldedit.command.PaintBrushCommands
 
register(InjectedValueStore, CommandManager) - Method in class com.fastasyncworldedit.core.extension.platform.binding.Bindings
 
register(Z) - Method in class com.sk89q.worldedit.util.io.Closer
Registers the given zipFile to be closed when this Closer is closed.
registerAllCommands() - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
registerAndReturn(Class<?>) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Register an class that contains commands (denoted by Command.
registerClass(Class<? extends ConfigurationSerializable>) - Static method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
Registers the given ConfigurationSerializable class by its alias.
registerClass(Class<? extends ConfigurationSerializable>, String) - Static method in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
Registers the given alias to the specified ConfigurationSerializable class.
registerClipboardFormat(ClipboardFormat) - Static method in class com.sk89q.worldedit.extent.clipboard.io.ClipboardFormats
 
registerCommands(CommandManager) - Method in interface com.sk89q.worldedit.extension.platform.Platform
Register the commands contained within the given command manager.
registerGameHooks() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Deprecated.
registerHelp - Variable in class com.sk89q.worldedit.LocalConfiguration
 
registerMethods(Class<?>, Method) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Register the methods of a class.
registerPool(Class<T>, Supplier<T>, boolean) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
registerSubCommands(String, List<String>, String, CommandRegistration<CI>, CI) - Method in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
Internal use only.
registerWithSupervisor(Supervisor, String) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
registration - Variable in class com.sk89q.worldedit.extension.platform.PlatformCommandManager
 
Registries - Interface in com.sk89q.worldedit.world.registry
Contains getters for the various registries.
Registry<V extends Keyed> - Class in com.sk89q.worldedit.registry
 
Registry(String) - Constructor for class com.sk89q.worldedit.registry.Registry
 
Registry(String, boolean) - Constructor for class com.sk89q.worldedit.registry.Registry
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.biome.BiomeType
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.block.BlockCategory
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.block.BlockType
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.entity.EntityType
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.fluid.FluidCategory
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.fluid.FluidType
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.gamemode.GameMode
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.item.ItemCategory
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.item.ItemType
 
REGISTRY - Static variable in class com.sk89q.worldedit.world.weather.WeatherType
 
RegistryConverter<V extends Keyed> - Class in com.sk89q.worldedit.command.argument
 
RegistryItem - Interface in com.fastasyncworldedit.core.registry
 
REINFORCED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
REINFORCED_DEEPSLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RelationalExprContext(ExpressionParser.RelationalExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
relationalExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqFallthroughContext
 
relationalExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
relationalExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
relationalExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
RelationalExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExpressionContext
 
RelationalExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExpressionContext
 
RelativePattern - Class in com.fastasyncworldedit.core.function.pattern
 
RelativePattern(Pattern, int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.RelativePattern
Create a new Pattern instance
RelativePatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
RelativePatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.RelativePatternParser
Create a new rich parser with a defined prefix for the result, e.g.
relativize(String) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
relight(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
relight(int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
 
relightBlock(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
relightBlock(int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
 
Relighter - Interface in com.fastasyncworldedit.core.extent.processor.lighting
 
Relighter.SkipReason - Class in com.fastasyncworldedit.core.extent.processor.lighting
 
RelighterFactory - Interface in com.fastasyncworldedit.core.extent.processor.lighting
This abstracts the creation of Relighters to allow more modular code.
relightMode(RelightMode) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the RelightMode
RelightMode - Enum Class in com.fastasyncworldedit.core.extent.processor.lighting
 
RelightProcessor - Class in com.fastasyncworldedit.core.extent.processor.lighting
 
RelightProcessor(Relighter) - Constructor for class com.fastasyncworldedit.core.extent.processor.lighting.RelightProcessor
 
relightSky(int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
relightSky(int, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
 
reload() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Reload WorldEdit configuration.
reload(Actor) - Method in class com.sk89q.worldedit.command.WorldEditCommands
 
reload(File) - Method in class com.fastasyncworldedit.core.configuration.Settings
 
REMAP_PROPERTIES - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
REMAP_PROPERTIES - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
remapall(Player, String) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
remember() - Method in class com.sk89q.worldedit.scripting.CraftScriptContext
Get an edit session.
remember(EditSession) - Method in class com.sk89q.worldedit.LocalSession
Remember an edit session for the undo history.
remember(EditSession, boolean, int) - Method in class com.sk89q.worldedit.LocalSession
 
remember(Identifiable, World, ChangeSet, FaweLimit) - Method in class com.sk89q.worldedit.LocalSession
 
remove() - Method in class com.fastasyncworldedit.core.extent.HistoryExtent.TrackedEntity
 
remove() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
 
remove() - Method in interface com.sk89q.worldedit.entity.Entity
Remove this entity from it container.
remove() - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
remove() - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard.ClipboardEntity
 
remove() - Method in class com.sk89q.worldedit.regions.iterator.FlatRegion3DIterator
 
remove() - Method in class com.sk89q.worldedit.regions.iterator.RegionIterator
 
remove() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.ForwardEntryIterator
 
remove() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.ReverseEntryIterator
 
remove() - Method in class com.sk89q.worldedit.util.task.progress.ProgressIterator
 
remove(int) - Method in class com.sk89q.worldedit.util.report.ReportList
 
remove(int, int) - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
remove(int, int, int) - Method in class com.fastasyncworldedit.core.math.BlockVector3ChunkMap
 
remove(int, int, int) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
remove(int, int, int) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
Remove a position from the set.
remove(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
remove(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
remove(long) - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
remove(MemBlockSet.IRow[], int, int, int) - Method in interface com.fastasyncworldedit.core.util.collection.MemBlockSet.IRow
 
remove(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowX
 
remove(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowY
 
remove(MemBlockSet.IRow[], int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
remove(Actor, EntityRemover, int) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
remove(BlockVector3) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
remove(SessionOwner) - Method in class com.sk89q.worldedit.session.SessionManager
Remove the session for the given owner if one exists.
remove(BlockState...) - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
remove(BlockStateHolder<T>) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
remove(BlockType) - Method in class com.fastasyncworldedit.core.function.mask.BlockMaskBuilder
 
remove(Class<T>) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
remove(Class<T>) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
remove(Class<T>) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Return a new processor after removing all are instances of a specified class.
remove(Object) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
remove(Object) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
remove(Object) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
remove(Object) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
remove(Object) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
remove(Object) - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
remove(Object) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
remove(Object) - Method in class com.sk89q.worldedit.util.report.ReportList
 
remove(Object, Object) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
remove(String) - Method in class com.fastasyncworldedit.core.configuration.Config.ConfigBlock
 
remove(String) - Method in class com.sk89q.jnbt.CompoundTagBuilder
Deprecated.
Remove the given key from the compound tag.
remove(URI) - Method in class com.fastasyncworldedit.core.extent.clipboard.MultiClipboardHolder
 
REMOVE_ENTITY_FROM_WORLD_ON_CHUNK_FAIL - Variable in class com.fastasyncworldedit.core.configuration.Settings.EXPERIMENTAL
 
REMOVE_FIRST - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIGHTING
 
removeAbove(Actor, World, LocalSession, EditSession, int, Integer) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
removeAbove(BlockVector3, int, int) - Method in class com.sk89q.worldedit.EditSession
Remove a cuboid above the given position with a given apothem and a given height.
removeAll(Collection<?>) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
removeAll(Collection<?>) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
removeAll(Collection<?>) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
removeAll(Collection<?>) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
removeAll(Collection<?>) - Method in class com.sk89q.worldedit.util.report.ReportList
 
removeAndRelight(boolean) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
removeAndRelight(boolean) - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Remove lighting and then relight safely.
removeBatchProcessor(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
removeBelow(Actor, World, LocalSession, EditSession, int, Integer) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
removeBelow(BlockVector3, int, int) - Method in class com.sk89q.worldedit.EditSession
Remove a cuboid below the given position with a given apothem and a given height.
removeEntity(int, int, int, UUID) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
removeEntity(int, int, int, UUID) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
removeEntity(int, int, int, UUID) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
removeEntity(int, int, int, UUID) - Method in class com.sk89q.worldedit.EditSession
 
removeEntity(int, int, int, UUID) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
removeEntity(int, int, int, UUID) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
removeEntity(int, int, int, UUID) - Method in interface com.sk89q.worldedit.extent.Extent
Create an entity at the given location.
removeEntity(Entity) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
removeEntity(Entity) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
removeEntity(Entity) - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
removeEntity(Entity) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
removeEntity(Entity) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Remove entity from clipboard.
removeEntity(UUID) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
removeEntity(UUID) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
removeEntity(UUID) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
removeEntity(UUID) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
removeEntity(UUID) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
removeEntity(UUID) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
removeFromSet(String, Collection<String>) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
removeIf(Predicate<? super V>) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
removeLayers(Player, EditSession, Region, int) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
removeLighting() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
removeLighting() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter
 
removeLighting() - Method in interface com.fastasyncworldedit.core.extent.processor.lighting.Relighter
Remove all block and sky light values (set to 0 light) in all chunks added to relighter.
removeLighting(Actor, LocalSession, Region) - Method in class com.sk89q.worldedit.command.RegionCommands
 
removeNear(Actor, LocalSession, EditSession, Mask, int) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
removeNear(BlockVector3, Mask, int) - Method in class com.sk89q.worldedit.EditSession
Remove blocks of a certain type nearby a given position.
removeProperty(String) - Method in class com.sk89q.util.yaml.YAMLNode
Remove the property at a location.
removeSectionLighting(int, boolean) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
removeSectionLighting(int, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
removeSectionLighting(int, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
removeSectionLighting(int, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
removeSectionLighting(int, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
removeSectionLighting(int, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
removeSectionLighting(int, boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
removeSectionLighting(ChunkHolder, int, boolean) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
REMOVING_BLOCKS - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
 
ReorderingExtent - Interface in com.sk89q.worldedit.extent.reorder
An interface for Extents that are meant to reorder changes so that they are more successful.
reorderMode(Actor, LocalSession, EditSession.ReorderMode) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
ReparametrisingInterpolation - Class in com.sk89q.worldedit.math.interpolation
Reparametrises another interpolation function by arc length.
ReparametrisingInterpolation(Interpolation) - Constructor for class com.sk89q.worldedit.math.interpolation.ReparametrisingInterpolation
 
repeat(Runnable, int) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a repeating task on the main thread.
repeat(String, int) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
repeatAsync(Runnable, int) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a repeating task asynchronously.
REPEATER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
REPEATER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
REPEATING_COMMAND_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
REPEATING_COMMAND_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RepeatingExtentPattern - Class in com.sk89q.worldedit.function.pattern
Returns the blocks from Extent, repeating when out of bounds.
RepeatingExtentPattern(Extent, BlockVector3, BlockVector3) - Constructor for class com.sk89q.worldedit.function.pattern.RepeatingExtentPattern
Create a new instance.
repl(Player, LocalSession, Pattern) - Method in class com.sk89q.worldedit.command.ToolCommands
 
replace(Player, EditSession, Region, String, String, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
replace(Actor, EditSession, Region, Mask, Pattern) - Method in class com.sk89q.worldedit.command.RegionCommands
 
replace(BlockVector3, V) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
replace(BlockVector3, V, V) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
REPLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
REPLACEABLE_BY_TREES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
REPLACEABLE_PLANTS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
Deprecated.
replaceAll(Player, String, String, String, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
replaceAll(String, Object...) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
replaceAll(BiFunction<? super BlockVector3, ? super V, ? extends V>) - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
replaceAllPattern(Player, String, String, Pattern, boolean, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
replaceBlocks(Region, Mask, Pattern) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
replaceBlocks(Region, Mask, Pattern) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
replaceBlocks(Region, Mask, Pattern) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
replaceBlocks(Region, Mask, Pattern) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
replaceBlocks(Region, Mask, Pattern) - Method in class com.sk89q.worldedit.EditSession
 
replaceBlocks(Region, Mask, Pattern) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
replaceBlocks(Region, Mask, Pattern) - Method in interface com.sk89q.worldedit.extent.Extent
Replaces all the blocks matching a given mask, within a given region, to a block returned by a given pattern.
replaceBlocks(Region, Set<BaseBlock>, B) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
replaceBlocks(Region, Set<BaseBlock>, B) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
replaceBlocks(Region, Set<BaseBlock>, B) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
replaceBlocks(Region, Set<BaseBlock>, B) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
Replaces all the blocks matching a given filter, within a given region, to a block returned by a given pattern.
replaceBlocks(Region, Set<BaseBlock>, B) - Method in class com.sk89q.worldedit.EditSession
 
replaceBlocks(Region, Set<BaseBlock>, B) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
replaceBlocks(Region, Set<BaseBlock>, B) - Method in interface com.sk89q.worldedit.extent.Extent
Replaces all the blocks matching a given filter, within a given region, to a block returned by a given pattern.
replaceBlocks(Region, Set<BaseBlock>, Pattern) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
replaceBlocks(Region, Set<BaseBlock>, Pattern) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
replaceBlocks(Region, Set<BaseBlock>, Pattern) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
replaceBlocks(Region, Set<BaseBlock>, Pattern) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
Replaces all the blocks matching a given filter, within a given region, to a block returned by a given pattern.
replaceBlocks(Region, Set<BaseBlock>, Pattern) - Method in class com.sk89q.worldedit.EditSession
 
replaceBlocks(Region, Set<BaseBlock>, Pattern) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
replaceBlocks(Region, Set<BaseBlock>, Pattern) - Method in interface com.sk89q.worldedit.extent.Extent
Replaces all the blocks matching a given filter, within a given region, to a block returned by a given pattern.
ReplaceFactory - Class in com.sk89q.worldedit.command.factory
 
ReplaceFactory(Pattern) - Constructor for class com.sk89q.worldedit.command.factory.ReplaceFactory
 
replaceFirst(char, String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
replaceNear(Actor, World, LocalSession, EditSession, int, Mask, Pattern) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
replacePattern(Player, EditSession, Region, String, Pattern, boolean, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
replacesAir() - Method in class com.fastasyncworldedit.core.function.mask.AirMask
 
replacesAir() - Method in class com.fastasyncworldedit.core.function.mask.IdMask
 
replacesAir() - Method in class com.fastasyncworldedit.core.function.mask.InverseMask
 
replacesAir() - Method in class com.fastasyncworldedit.core.function.mask.MaskUnion
 
replacesAir() - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockStateMask
 
replacesAir() - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockTypeMask
 
replacesAir() - Method in class com.sk89q.worldedit.function.mask.BlockCategoryMask
 
replacesAir() - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
replacesAir() - Method in class com.sk89q.worldedit.function.mask.BlockStateMask
Deprecated.
 
replacesAir() - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
 
replacesAir() - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockTypeMask
 
replacesAir() - Method in interface com.sk89q.worldedit.function.mask.Mask
 
replacesAir() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
 
report(Actor) - Method in class com.sk89q.worldedit.command.WorldEditCommands
 
Report - Interface in com.sk89q.worldedit.util.report
 
ReportList - Class in com.sk89q.worldedit.util.report
 
ReportList(String) - Constructor for class com.sk89q.worldedit.util.report.ReportList
 
request() - Static method in class com.sk89q.worldedit.session.request.Request
Get the current request, which is specific to the current thread.
request(String, URL) - Static method in class com.sk89q.worldedit.util.net.HttpRequest
Perform a request.
Request - Class in com.sk89q.worldedit.session.request
Describes the current request using a ThreadLocal.
RequestExtent - Class in com.sk89q.worldedit.session.request
 
RequestExtent() - Constructor for class com.sk89q.worldedit.session.request.RequestExtent
 
RequestSelection - Class in com.sk89q.worldedit.session.request
A region that mirrors the current selection according to the current LocalSession and World set on the current Request.
RequestSelection() - Constructor for class com.sk89q.worldedit.session.request.RequestSelection
 
requireActor() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get the Actor set on this context.
requireExtent() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get the Extent set on this context.
requireIV(Key<T>, String, InjectedValueAccess) - Static method in class com.sk89q.worldedit.internal.command.CommandUtil
 
requireSession() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get the LocalSession.
requireTag(Map<String, Tag>, String, Class<T>) - Static method in class com.sk89q.worldedit.extent.clipboard.io.NBTSchematicReader
 
requireWorld() - Method in class com.sk89q.worldedit.extension.input.ParserContext
Get the World set on this context.
rerun(Player, World, RollbackDatabase, UUID, int, long) - Method in class com.sk89q.worldedit.command.HistorySubCommands
 
ReservedIDs() - Constructor for class com.sk89q.worldedit.world.block.BlockTypesCache.ReservedIDs
 
reset() - Method in class com.fastasyncworldedit.core.command.tool.brush.CatenaryBrush
 
reset() - Method in class com.fastasyncworldedit.core.command.tool.brush.CopyPastaBrush
 
reset() - Method in class com.fastasyncworldedit.core.command.tool.brush.LineBrush
 
reset() - Method in class com.fastasyncworldedit.core.command.tool.brush.SplineBrush
 
reset() - Method in interface com.fastasyncworldedit.core.command.tool.ResettableTool
 
reset() - Method in class com.fastasyncworldedit.core.command.tool.sweep.SweepBrush
 
reset() - Method in class com.fastasyncworldedit.core.extent.ExtentHeightCacher
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.AdjacentAnyMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.AngleMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.CachedMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.DataMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.IdMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.PlaneMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.RadiusMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.RandomMask
 
reset() - Method in interface com.fastasyncworldedit.core.function.mask.ResettableMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.XAxisMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.YAxisMask
 
reset() - Method in class com.fastasyncworldedit.core.function.mask.ZAxisMask
 
reset() - Method in class com.fastasyncworldedit.core.function.pattern.BufferedPattern
 
reset() - Method in class com.fastasyncworldedit.core.function.pattern.LinearBlockPattern
 
reset() - Method in class com.fastasyncworldedit.core.function.pattern.RelativePattern
 
reset() - Method in interface com.fastasyncworldedit.core.function.pattern.ResettablePattern
 
reset() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
reset() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
reset() - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
reset() - Method in class com.fastasyncworldedit.core.internal.io.ResettableFileInputStream
 
reset() - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
reset() - Method in interface com.fastasyncworldedit.core.queue.IChunk
 
reset() - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
reset() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
reset() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
reset() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharGetBlocks
 
reset() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
reset() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
reset() - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
reset() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
Resets the queue.
reset() - Method in interface com.fastasyncworldedit.core.queue.IQueueChunk
Reset (defaults to just calling init)
reset() - Method in interface com.fastasyncworldedit.core.Resettable
 
reset() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
reset() - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
reset() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
reset() - Static method in class com.sk89q.worldedit.session.request.Request
Reset the current request and clear all fields.
reset() - Method in class com.sk89q.worldedit.util.formatting.component.TextComponentProducer
Reset the producer to a clean slate.
reset() - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
reset() - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState.Builder
Resets the builder.
reset(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
reset(int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
reset(Extent) - Method in class com.fastasyncworldedit.core.function.pattern.PatternTraverser
 
reset(Extent) - Method in class com.fastasyncworldedit.core.util.MaskTraverser
 
resetLimit() - Method in class com.sk89q.worldedit.EditSession
 
Resettable - Interface in com.fastasyncworldedit.core
 
ResettableExtent - Class in com.fastasyncworldedit.core.extent
 
ResettableExtent(Extent) - Constructor for class com.fastasyncworldedit.core.extent.ResettableExtent
 
ResettableFileInputStream - Class in com.fastasyncworldedit.core.internal.io
 
ResettableFileInputStream(FileInputStream) - Constructor for class com.fastasyncworldedit.core.internal.io.ResettableFileInputStream
 
ResettableMask - Interface in com.fastasyncworldedit.core.function.mask
 
ResettablePattern - Interface in com.fastasyncworldedit.core.function.pattern
 
ResettableTool - Interface in com.fastasyncworldedit.core.command.tool
 
ResizableClipboardBuilder - Class in com.fastasyncworldedit.core.extent.clipboard
 
ResizableClipboardBuilder(World) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.ResizableClipboardBuilder
 
resolve(File, String, ClipboardFormat, boolean) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
resolveFunction(Functions, ExpressionParser.FunctionCallContext) - Static method in class com.sk89q.worldedit.internal.expression.ExpressionHelper
 
resolveProperties(Map<String, String>, BlockType) - Static method in class com.sk89q.worldedit.blocks.Blocks
Parses a string->string map to find the matching Property and values for the given BlockType.
resolveRelative(File) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
Resource - Interface in com.fastasyncworldedit.core.function.generator
 
ResourceLoader - Interface in com.sk89q.worldedit.util.io
An abstract loader that handles loading resources from bundled URLs or local files.
RESPAWN_ANCHOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
RESPAWN_ANCHOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
restore() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotRestore
Restores to world.
restore() - Method in class com.sk89q.worldedit.world.snapshot.SnapshotRestore
Restores to world.
restore(Actor, World, LocalSession, EditSession, String, boolean, boolean) - Method in class com.sk89q.worldedit.command.SnapshotUtilCommands
 
RESTRICT_HISTORY_TO_REGIONS - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
RESTRICT_HISTORY_TO_REGIONS - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
RESTRICT_TO_SAFE_RANGE - Variable in class com.fastasyncworldedit.core.configuration.Settings.REGION_RESTRICTIONS_OPTIONS
 
resume(RunContext) - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.operation.BackwardsExtentBlockCopy
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.operation.ChangeSetExecutor
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.operation.DelegateOperation
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
 
resume(RunContext) - Method in interface com.sk89q.worldedit.function.operation.Operation
Complete the next step.
resume(RunContext) - Method in class com.sk89q.worldedit.function.operation.OperationQueue
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.operation.SetBlockMap
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.operation.SetLocatedBlocks
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.visitor.EntityVisitor
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.visitor.FlatRegionVisitor
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.visitor.LayerVisitor
 
resume(RunContext) - Method in class com.sk89q.worldedit.function.visitor.RegionVisitor
Deprecated.
 
retainAll(Collection<?>) - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
retainAll(Collection<?>) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
retainAll(Collection<?>) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
retainAll(Collection<?>) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
retainAll(Collection<?>) - Method in class com.sk89q.worldedit.util.report.ReportList
 
rethrow(Throwable) - Method in class com.sk89q.worldedit.util.io.Closer
Stores the given throwable and rethrows it.
rethrow(Throwable, Class<X>) - Method in class com.sk89q.worldedit.util.io.Closer
Stores the given throwable and rethrows it.
rethrow(Throwable, Class<X1>, Class<X2>) - Method in class com.sk89q.worldedit.util.io.Closer
Stores the given throwable and rethrows it.
rethrowAndClose(Throwable) - Method in class com.sk89q.worldedit.util.io.Closer
Call Closer.rethrow(Throwable) with the given exception, but before throwing the exception, also close this Closer.
RETURN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
RETURN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RETURN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReturnStatementContext
 
returnContent() - Method in class com.sk89q.worldedit.util.net.HttpRequest
Buffer the returned response.
ReturnException - Exception in com.sk89q.worldedit.internal.expression.invoke
Thrown when a return is encountered, to pop the stack frames and return the value easily.
ReturnException(Double) - Constructor for exception com.sk89q.worldedit.internal.expression.invoke.ReturnException
 
returnStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
returnStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
ReturnStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ReturnStatementContext
 
ReturnTask<T> - Interface in com.fastasyncworldedit.core.util.task
 
ReverseEntryIterator(ListIterator<A>, ListIterator<B>) - Constructor for class com.sk89q.worldedit.util.collection.DoubleArrayList.ReverseEntryIterator
 
reverseIterator() - Method in class com.sk89q.worldedit.util.collection.LocatedBlockList
 
RhinoContextFactory - Class in com.sk89q.worldedit.scripting
 
RhinoContextFactory(int) - Constructor for class com.sk89q.worldedit.scripting.RhinoContextFactory
 
RhinoCraftScriptEngine - Class in com.sk89q.worldedit.scripting
 
RhinoCraftScriptEngine() - Constructor for class com.sk89q.worldedit.scripting.RhinoCraftScriptEngine
 
RIB_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
RichMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
Attempts to parse masks given rich inputs, allowing for & and ,.
RichMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.RichMaskParser
New instance
RichOffsetMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
RichOffsetMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.RichOffsetMaskParser
Create a new rich parser with a defined prefix for the result, e.g.
RichParser<E> - Class in com.fastasyncworldedit.core.extension.factory.parser
A rich parser allows parsing of patterns and masks with extra arguments, e.g.
RichParser(WorldEdit, String...) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.RichParser
Create a new rich parser with a defined prefix for the result, e.g.
RichPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
RichPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.RichPatternParser
Create a new rich pattern-parser.
RichTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
Attempts to parse transforms given rich inputs, allowing for & and ,.
RichTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.RichTransformParser
New instance
RidgedMultiFractalNoise - Class in com.sk89q.worldedit.math.noise
Generates ridged multi-fractal noise.
RidgedMultiFractalNoise() - Constructor for class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
RidgedMultiFractalPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
RidgedMultiFractalPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.RidgedMultiFractalPatternParser
Create a new ridged multi fractal noise parser.
right - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.AddExprContext
 
right - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalAndExprContext
 
right - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ConditionalOrExprContext
 
right - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.EqualityExprContext
 
right - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
right - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
right - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
right - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
RIGHT_SHIFT - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
RIGHT_SHIFT - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RIGHT_SHIFT() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
RIVER - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
ROCAngleMask - Class in com.fastasyncworldedit.core.function.mask
 
ROCAngleMask(Extent, double, double, boolean, int) - Constructor for class com.fastasyncworldedit.core.function.mask.ROCAngleMask
 
ROCAngleMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
ROCAngleMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.ROCAngleMaskParser
 
RockBrush - Record Class in com.fastasyncworldedit.core.command.tool.brush
 
RockBrush(double, double, Vector3) - Constructor for record class com.fastasyncworldedit.core.command.tool.brush.RockBrush
Creates an instance of a RockBrush record class.
rollback(Player, World, RollbackDatabase, UUID, int, long, boolean) - Method in class com.sk89q.worldedit.command.HistorySubCommands
 
ROLLBACK - Static variable in class com.fastasyncworldedit.core.entity.Metadatable.METADATA_KEYS
 
RollbackDatabase - Class in com.fastasyncworldedit.core.database
 
RollbackOptimizedHistory - Class in com.fastasyncworldedit.core.history
 
RollbackOptimizedHistory(World, UUID) - Constructor for class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
RollbackOptimizedHistory(World, UUID, int) - Constructor for class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
RollbackOptimizedHistory(World, UUID, int, long, long, CuboidRegion, String) - Constructor for class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
root - Variable in class com.sk89q.util.yaml.YAMLNode
 
ROOTED_DIRT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ROOTED_DIRT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
rootTag - Variable in class com.sk89q.worldedit.world.chunk.AnvilChunk13
 
ROSE_BUSH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ROSE_BUSH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ROSE_RED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
Deprecated.
RotatableHeightMap - Class in com.fastasyncworldedit.core.math.heightmap
 
RotatableHeightMap(HeightMap) - Constructor for class com.fastasyncworldedit.core.math.heightmap.RotatableHeightMap
 
rotate(double) - Method in class com.fastasyncworldedit.core.math.heightmap.RotatableHeightMap
 
rotate(Actor, LocalSession, double, double, double) - Method in class com.sk89q.worldedit.command.ClipboardCommands
 
RotateTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
 
RotateTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.RotateTransformParser
Create a new rich parser with a defined prefix for the result, e.g.
rotateX(double) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
rotateY(double) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
rotateZ(double) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
rotation - Variable in class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
ROTATION - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
ROTTEN_FLESH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
round() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
round() - Method in class com.sk89q.worldedit.math.BlockVector2
Rounds all components to the closest integer.
round() - Method in class com.sk89q.worldedit.math.BlockVector3
Rounds all components to the closest integer.
round() - Method in class com.sk89q.worldedit.math.Vector2
Rounds all components to the closest integer.
round() - Method in class com.sk89q.worldedit.math.Vector3
Rounds all components to the closest integer.
RoundedTransform - Record Class in com.fastasyncworldedit.core.math.transform
 
RoundedTransform(Transform) - Constructor for record class com.fastasyncworldedit.core.math.transform.RoundedTransform
Creates an instance of a RoundedTransform record class.
roundHalfUp() - Method in class com.sk89q.worldedit.math.Vector3
Rounds all components using MathUtils.roundHalfUp(double)
roundHalfUp(double) - Static method in class com.sk89q.worldedit.math.MathUtils
Returns the rounded double of the given value, rounding to the nearest integer value away from zero on ties.
roundInt(double) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
rows - Variable in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
rows - Variable in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
RowX(int) - Constructor for class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowX
 
RowY() - Constructor for class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowY
 
RowZ(int, int) - Constructor for class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
RULE_additiveExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_allStatements - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_assignment - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_assignmentExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_assignmentOperator - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_block - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_breakStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_conditionalAndExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_conditionalExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_conditionalOrExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_constantExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_continueStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_doStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_emptyStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_equalityExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_expression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_expressionStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_forStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_functionCall - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_ifStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_multiplicativeExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_postfixExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_powerExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_relationalExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_returnStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_shiftExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_simpleForStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_statement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_statements - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_switchLabel - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_switchStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_unaryExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_unprioritizedExpression - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
RULE_whileStatement - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
ruleNames - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
ruleNames - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
run() - Method in class com.fastasyncworldedit.core.queue.implementation.preloader.AsyncPreloader
 
run() - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
 
run() - Method in class com.fastasyncworldedit.core.util.FaweTimer
 
run() - Method in interface com.fastasyncworldedit.core.util.task.ReturnTask
 
run() - Method in class com.fastasyncworldedit.core.util.task.RunnableVal
 
run() - Method in class com.fastasyncworldedit.core.util.task.RunnableVal2
 
run() - Method in class com.fastasyncworldedit.core.util.task.RunnableVal3
 
run() - Method in class com.fastasyncworldedit.core.util.task.RunnableVal4
 
run() - Method in class com.sk89q.worldedit.command.util.FutureProgressListener
 
run() - Method in class com.sk89q.worldedit.command.util.MessageTimerTask
 
run() - Method in interface com.sk89q.worldedit.util.function.IORunnable
 
run(int, int, int, int) - Method in interface com.fastasyncworldedit.core.math.LocalBlockVectorSet.BlockVectorSetVisitor
 
run(World) - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
run(Runnable) - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyKeyedQueue
 
run(Runnable) - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyQueue
 
run(T) - Method in interface com.fastasyncworldedit.core.util.task.ReceiveTask
 
run(T) - Method in class com.fastasyncworldedit.core.util.task.RunnableVal
 
run(T, U) - Method in class com.fastasyncworldedit.core.util.task.RunnableVal2
 
run(T, U, V) - Method in class com.fastasyncworldedit.core.util.task.RunnableVal3
 
run(T, U, V, W) - Method in class com.fastasyncworldedit.core.util.task.RunnableVal4
 
run(V) - Method in interface com.fastasyncworldedit.core.util.task.Task
 
runAction(Runnable, boolean, boolean) - Method in class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
Run a task either async, or on the current thread.
runAction(Runnable, boolean, boolean) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
Run a task either async, or on the current thread.
runAction(Runnable, boolean, boolean) - Method in interface com.sk89q.worldedit.extension.platform.Actor
 
runAction(Runnable, boolean, boolean) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
runAndGet() - Method in class com.fastasyncworldedit.core.util.task.RunnableVal
 
runAndGet(T, U) - Method in class com.fastasyncworldedit.core.util.task.RunnableVal2
 
runAsyncIfFree(Runnable) - Method in interface com.sk89q.worldedit.extension.platform.Actor
 
RunContext - Class in com.sk89q.worldedit.function.operation
Describes the current run.
RunContext() - Constructor for class com.sk89q.worldedit.function.operation.RunContext
 
runFromFile(Path, boolean) - Static method in class com.sk89q.worldedit.internal.anvil.ChunkDeleter
 
runIfFree(Runnable) - Method in interface com.sk89q.worldedit.extension.platform.Actor
 
RunnableVal<T> - Class in com.fastasyncworldedit.core.util.task
 
RunnableVal() - Constructor for class com.fastasyncworldedit.core.util.task.RunnableVal
 
RunnableVal(T) - Constructor for class com.fastasyncworldedit.core.util.task.RunnableVal
 
RunnableVal2<T,U> - Class in com.fastasyncworldedit.core.util.task
 
RunnableVal2() - Constructor for class com.fastasyncworldedit.core.util.task.RunnableVal2
 
RunnableVal2(T, U) - Constructor for class com.fastasyncworldedit.core.util.task.RunnableVal2
 
RunnableVal3<T,U,V> - Class in com.fastasyncworldedit.core.util.task
 
RunnableVal3() - Constructor for class com.fastasyncworldedit.core.util.task.RunnableVal3
 
RunnableVal3(T, U, V) - Constructor for class com.fastasyncworldedit.core.util.task.RunnableVal3
 
RunnableVal4<T,U,V,W> - Class in com.fastasyncworldedit.core.util.task
 
RunnableVal4() - Constructor for class com.fastasyncworldedit.core.util.task.RunnableVal4
 
RunnableVal4(T, U, V, W) - Constructor for class com.fastasyncworldedit.core.util.task.RunnableVal4
 
RUNNING - Enum constant in enum class com.sk89q.worldedit.util.task.Task.State
The task is currently running.
runScript(Player, File, String[]) - Method in class com.sk89q.worldedit.WorldEdit
Executes a WorldEdit script.
runUnsafe(Runnable) - Method in class com.fastasyncworldedit.core.util.TaskManager
Disable async catching for a specific task.

S

SADDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SAFE_MIN - Static variable in class com.sk89q.worldedit.math.MathUtils
Safe minimum, such that 1 / SAFE_MIN does not overflow.
SafeFiles - Class in com.sk89q.worldedit.util.io.file
 
SALMON - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SALMON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SALMON_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SALMON_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SAND - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SAND - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SAND - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
SAND - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SANDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SANDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SANDSTONE_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SANDSTONE_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SAPLINGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SAPLINGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
satisfied(InjectedValueAccess) - Method in class com.sk89q.worldedit.command.util.PermissionCondition
 
satisfied(InjectedValueAccess) - Method in class com.sk89q.worldedit.command.util.SubCommandPermissionCondition
 
SaturatePattern - Class in com.fastasyncworldedit.core.function.pattern
 
SaturatePattern(Extent, TextureHolder, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.SaturatePattern
Create a new Pattern instance
SaturatePatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
SaturatePatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.SaturatePatternParser
Create a new rich parser with a defined prefix for the result, e.g.
SAVANNA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SAVANNA_PLATEAU - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
save() - Method in class com.sk89q.util.yaml.YAMLProcessor
Saves the configuration to disk.
save() - Method in class com.sk89q.worldedit.LocalSession
 
save(Actor, LocalSession, String, String, boolean, boolean) - Method in class com.sk89q.worldedit.command.SchematicCommands
 
save(File) - Method in class com.fastasyncworldedit.core.configuration.Config
Set all values in the file (load first to avoid overwriting).
save(File) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Saves this FileConfiguration to the specified location.
save(File, ClipboardFormat) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
 
save(OutputStream, ClipboardFormat) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Save this schematic to a stream.
save(String) - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Saves this FileConfiguration to the specified location.
save(UUID, LocalSession) - Method in class com.sk89q.worldedit.session.storage.JsonFileSessionStore
 
save(UUID, LocalSession) - Method in interface com.sk89q.worldedit.session.storage.SessionStore
Save the given session identified by the given UUID.
save(UUID, LocalSession) - Method in class com.sk89q.worldedit.session.storage.VoidStore
 
SAVE_CLIPBOARD_NBT_TO_DISK - Variable in class com.fastasyncworldedit.core.configuration.Settings.CLIPBOARD
 
saveBrush(Player, LocalSession, String, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
saveContent(File) - Method in class com.sk89q.worldedit.util.net.HttpRequest.BufferedResponse
Save the result to a file.
saveContent(File) - Method in class com.sk89q.worldedit.util.net.HttpRequest
Save the result to a file.
saveContent(OutputStream) - Method in class com.sk89q.worldedit.util.net.HttpRequest.BufferedResponse
Save the result to an output stream.
saveContent(OutputStream) - Method in class com.sk89q.worldedit.util.net.HttpRequest
Save the result to an output stream.
saveDir - Variable in class com.sk89q.worldedit.LocalConfiguration
 
saveToString() - Method in class com.fastasyncworldedit.core.configuration.file.FileConfiguration
Saves this FileConfiguration to a string, and returns it.
saveToString() - Method in class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
SCAFFOLDING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SCAFFOLDING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ScalableHeightMap - Class in com.fastasyncworldedit.core.math.heightmap
 
ScalableHeightMap() - Constructor for class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap
New height map.
ScalableHeightMap.Shape - Enum Class in com.fastasyncworldedit.core.math.heightmap
 
scale() - Method in record class com.fastasyncworldedit.core.math.random.NoiseRandom
Returns the value of the scale record component.
scale(double) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
scale(double, double, double) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
scale(Vector3) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
scaleAlpha(BufferedImage, double) - Static method in class com.fastasyncworldedit.core.util.image.ImageUtil
 
ScaleTransform - Class in com.fastasyncworldedit.core.extent.transform
 
ScaleTransform(Extent, double, double, double) - Constructor for class com.fastasyncworldedit.core.extent.transform.ScaleTransform
New instance
ScaleTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
 
ScaleTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.ScaleTransformParser
Create a new rich parser with a defined prefix for the result, e.g.
scatterBrush(InjectedValueAccess, Pattern, Expression, double, double, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
ScatterBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
ScatterBrush(int, int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.ScatterBrush
 
ScatterCommand - Class in com.fastasyncworldedit.core.command.tool.brush
 
ScatterCommand(int, int, String, boolean) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.ScatterCommand
 
scatterCommandBrush(Player, InjectedValueAccess, Expression, double, double, List<String>, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
ScatterOverlayBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
ScatterOverlayBrush(int, int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.ScatterOverlayBrush
 
scatterSchemBrush(Player, InjectedValueAccess, Mask, String, Expression, double, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
schedule(long, long, Runnable) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlatform
 
schedule(long, long, Runnable) - Method in interface com.sk89q.worldedit.extension.platform.Platform
Schedules the given task to be invoked once every period ticks after an initial delay of delay ticks.
SCHEDULED - Enum constant in enum class com.sk89q.worldedit.util.task.Task.State
The task has been scheduled to run but is not running yet.
SchematicCommands - Class in com.sk89q.worldedit.command
Commands that work with schematic files.
SchematicCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.SchematicCommands
Create a new instance.
SchematicLoadException - Exception in com.sk89q.worldedit.extent.clipboard.io
Raised when a known exception occurs during schematic load.
SchematicLoadException(Component) - Constructor for exception com.sk89q.worldedit.extent.clipboard.io.SchematicLoadException
 
SchematicsEventListener - Class in com.sk89q.worldedit.internal
 
SchematicsEventListener() - Constructor for class com.sk89q.worldedit.internal.SchematicsEventListener
 
SchemGen - Class in com.fastasyncworldedit.core.function.generator
 
SchemGen(Mask, Extent, List<ClipboardHolder>, boolean) - Constructor for class com.fastasyncworldedit.core.function.generator.SchemGen
 
ScriptingCommands - Class in com.sk89q.worldedit.command
Commands related to scripting.
ScriptingCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.ScriptingCommands
Create a new instance.
scriptsDir - Variable in class com.sk89q.worldedit.LocalConfiguration
 
scriptTimeout - Variable in class com.sk89q.worldedit.LocalConfiguration
 
scroll(Player, EditSession, LocalSession, boolean, Scroll.Action, List<String>) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
Scroll - Class in com.fastasyncworldedit.core.command.tool.scroll
 
Scroll(BrushTool) - Constructor for class com.fastasyncworldedit.core.command.tool.scroll.Scroll
 
SCROLL_ACTION - Enum constant in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
 
Scroll.Action - Enum Class in com.fastasyncworldedit.core.command.tool.scroll
 
ScrollClipboard - Class in com.fastasyncworldedit.core.command.tool.scroll
 
ScrollClipboard(BrushTool, LocalSession, List<ClipboardHolder>) - Constructor for class com.fastasyncworldedit.core.command.tool.scroll.ScrollClipboard
 
ScrollMask - Class in com.fastasyncworldedit.core.command.tool.scroll
 
ScrollMask(BrushTool, Mask...) - Constructor for class com.fastasyncworldedit.core.command.tool.scroll.ScrollMask
 
ScrollPattern - Class in com.fastasyncworldedit.core.command.tool.scroll
 
ScrollPattern(BrushTool, Pattern...) - Constructor for class com.fastasyncworldedit.core.command.tool.scroll.ScrollPattern
 
ScrollRange - Class in com.fastasyncworldedit.core.command.tool.scroll
 
ScrollRange(BrushTool) - Constructor for class com.fastasyncworldedit.core.command.tool.scroll.ScrollRange
 
ScrollSize - Class in com.fastasyncworldedit.core.command.tool.scroll
 
ScrollSize(BrushTool) - Constructor for class com.fastasyncworldedit.core.command.tool.scroll.ScrollSize
 
ScrollTarget - Class in com.fastasyncworldedit.core.command.tool.scroll
 
ScrollTarget(BrushTool) - Constructor for class com.fastasyncworldedit.core.command.tool.scroll.ScrollTarget
 
ScrollTargetOffset - Class in com.fastasyncworldedit.core.command.tool.scroll
 
ScrollTargetOffset(BrushTool) - Constructor for class com.fastasyncworldedit.core.command.tool.scroll.ScrollTargetOffset
 
ScrollTool - Interface in com.fastasyncworldedit.core.command.tool.scroll
 
SCULK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SCULK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SCULK_CATALYST - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SCULK_CATALYST - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SCULK_REPLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SCULK_REPLACEABLE_WORLD_GEN - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SCULK_SENSOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SCULK_SENSOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SCULK_SENSOR_PHASE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
SCULK_SHRIEKER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SCULK_SHRIEKER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SCULK_VEIN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SCULK_VEIN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SCUTE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SEA_LANTERN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SEA_LANTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SEA_PICKLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SEA_PICKLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SEAGRASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SEAGRASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
searchItem(Actor, boolean, boolean, int, List<String>) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
secondary(Player, LocalSession, List<String>) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
SECONDARY - Enum constant in enum class com.sk89q.worldedit.event.platform.InputType
Right click.
SECONDARY_ORDINAL - Static variable in class com.sk89q.worldedit.util.Direction.Flag
 
Section() - Constructor for class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks.Section
 
SECTION_BITS_TO_CHAR - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
SECTION_BLOCKS - Variable in enum class com.fastasyncworldedit.core.FaweCache
 
sectionCount - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
sectionLocks - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
sections - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
SECTOR_BYTES - Static variable in class com.sk89q.worldedit.world.storage.McRegionReader
 
SECTOR_INTS - Static variable in class com.sk89q.worldedit.world.storage.McRegionReader
 
secToTime(long) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
seed(Long) - Method in class com.sk89q.worldedit.world.RegenOptions.Builder
Sets the seed to regenerate with.
seek(long) - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
select(Actor, World, LocalSession, SelectorChoice, boolean) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
select(BlockVector3) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
Add to the selection from the given position.
selectedCenter - Variable in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
selectedRadius - Variable in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
selectedRadius - Variable in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
selection(LocalSession) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings
 
Selection - Annotation Interface in com.sk89q.worldedit.internal.annotation
Indicates that this value should come from the current selection.
SelectionCommands - Class in com.sk89q.worldedit.command
Selection commands.
SelectionCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.SelectionCommands
 
SelectionCommands.BlockDistributionResult - Class in com.sk89q.worldedit.command
 
SelectionCylinderEvent - Class in com.sk89q.worldedit.internal.cui
 
SelectionCylinderEvent(BlockVector3, Vector2) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionCylinderEvent
 
SelectionEllipsoidPointEvent - Class in com.sk89q.worldedit.internal.cui
 
SelectionEllipsoidPointEvent(int, BlockVector3) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionEllipsoidPointEvent
 
SelectionMinMaxEvent - Class in com.sk89q.worldedit.internal.cui
 
SelectionMinMaxEvent(int, int) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionMinMaxEvent
 
SelectionPoint2DEvent - Class in com.sk89q.worldedit.internal.cui
 
SelectionPoint2DEvent(int, BlockVector2, int) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
Deprecated.
SelectionPoint2DEvent(int, BlockVector2, long) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
 
SelectionPoint2DEvent(int, BlockVector3, int) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
Deprecated.
SelectionPoint2DEvent(int, BlockVector3, long) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
 
SelectionPointEvent - Class in com.sk89q.worldedit.internal.cui
 
SelectionPointEvent(int, BlockVector3, int) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionPointEvent
Deprecated.
SelectionPointEvent(int, BlockVector3, long) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionPointEvent
 
SelectionPolygonEvent - Class in com.sk89q.worldedit.internal.cui
 
SelectionPolygonEvent(int...) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionPolygonEvent
 
SelectionShapeEvent - Class in com.sk89q.worldedit.internal.cui
 
SelectionShapeEvent(String) - Constructor for class com.sk89q.worldedit.internal.cui.SelectionShapeEvent
 
SelectionWand - Enum Class in com.sk89q.worldedit.command.tool
 
SelectorChoice - Enum Class in com.sk89q.worldedit.command.argument
 
SelectorLimits - Interface in com.sk89q.worldedit.regions.selector.limit
Defines limits for selections.
selectPrimary(BlockVector3, SelectorLimits) - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
selectPrimary(BlockVector3, SelectorLimits) - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
selectPrimary(BlockVector3, SelectorLimits) - Method in interface com.sk89q.worldedit.regions.RegionSelector
Called when the first point is selected.
selectPrimary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
selectPrimary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
selectPrimary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
selectPrimary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
selectPrimary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.ExtendingCuboidRegionSelector
 
selectPrimary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in interface com.sk89q.worldedit.regions.RegionSelector
Called when the second point is selected.
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.ExtendingCuboidRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
selectSecondary(BlockVector3, SelectorLimits) - Method in class com.sk89q.worldedit.regions.selector.SphereRegionSelector
 
SelectTransform - Class in com.fastasyncworldedit.core.extent.transform
 
SelectTransform() - Constructor for class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
selwand(Player, LocalSession) - Method in class com.sk89q.worldedit.command.ToolCommands
 
SEMI_COLON - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
SEMI_COLON - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
SEMI_COLON() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.EmptyStatementContext
 
SEMI_COLON() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
SEMI_COLON() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
SEMI_COLON(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
sempred(RuleContext, int, int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
semver - Variable in class com.fastasyncworldedit.core.FaweVersion
 
SEND_BEFORE_HISTORY - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
sendAnnouncements() - Method in interface com.sk89q.worldedit.extension.platform.Actor
Sends any relevant notices to the user when they first use WorldEdit in a session.
sendAnnouncements() - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
sendChunk(IChunkGet, int, boolean) - Method in interface com.fastasyncworldedit.core.FAWEPlatformAdapterImpl
 
sendChunks() - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
sendFakeBlock(BlockVector3, B) - Method in interface com.sk89q.worldedit.entity.Player
Sends a fake block to the client.
sendFakeBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
sendFakeBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
sendFakeChunk(Player, ChunkPacket) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
sendFakeChunk(Player, ChunkPacket) - Method in class com.sk89q.worldedit.world.NullWorld
 
sendFakeChunk(Player, ChunkPacket) - Method in interface com.sk89q.worldedit.world.World
Send a fake chunk to a player.
sendMessageAfterDelay(Component) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
Deprecated.
sendMessageAfterDelay(String) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
Deprecated.
sendTask() - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
sendTile(Component, Component) - Method in class com.fastasyncworldedit.core.util.progress.ChatProgressTracker
 
sendTile(Component, Component) - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
sendTitle(Component, Component) - Method in interface com.sk89q.worldedit.entity.Player
 
sendTitle(Component, Component) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SerializableAs - Annotation Interface in com.fastasyncworldedit.core.configuration.serialization
Represents an "alias" that a ConfigurationSerializable may be stored as.
serialize() - Method in interface com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerializable
Creates a Map representation of this class.
SERIALIZED_TYPE_KEY - Static variable in class com.fastasyncworldedit.core.configuration.serialization.ConfigurationSerialization
 
server - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
 
ServerCUIHandler - Class in com.sk89q.worldedit.internal.cui
Handles creation of server-side CUI systems.
serverSideCUI - Variable in class com.sk89q.worldedit.LocalConfiguration
 
session - Variable in class com.sk89q.worldedit.scripting.CraftScriptEnvironment
 
SessionIdleEvent - Class in com.sk89q.worldedit.event.platform
An event fired when a session becomes idle.
SessionIdleEvent(SessionKey) - Constructor for class com.sk89q.worldedit.event.platform.SessionIdleEvent
 
SessionKey - Interface in com.sk89q.worldedit.session
Provides information about a session.
SessionManager - Class in com.sk89q.worldedit.session
Session manager for WorldEdit.
SessionManager(WorldEdit) - Constructor for class com.sk89q.worldedit.session.SessionManager
Create a new session manager.
SessionOwner - Interface in com.sk89q.worldedit.session
An object that owns a session.
SessionStore - Interface in com.sk89q.worldedit.session.storage
Commits sessions to disk.
set - Variable in class com.fastasyncworldedit.core.function.pattern.BufferedPattern
 
set(int) - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
set(int, boolean) - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
set(int, int) - Method in class com.fastasyncworldedit.core.math.BitArray
 
set(int, int) - Method in class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
set(int, int, char) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
set(int, int, int) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
set(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.BlockSet
 
set(int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
set(int, int, int, char) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
set(int, int, int, char) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
set(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.TemporalExtent
 
set(int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.TemporalExtent
 
set(int, Report) - Method in class com.sk89q.worldedit.util.report.ReportList
 
set(long[], int) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
set(long[], int) - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
set(long[], int, boolean) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
set(IFawe) - Static method in class com.fastasyncworldedit.core.Fawe
This method is not for public use.
set(FaweLimit) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
set(CharBlocks, int, int, char) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks.Section
 
set(ChunkHolder) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
set(MemBlockSet.IRow[], int, int, int, int, int) - Method in interface com.fastasyncworldedit.core.util.collection.MemBlockSet.IRow
 
set(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.NullRowX
 
set(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.NullRowY
 
set(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.NullRowZ
 
set(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowX
 
set(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowY
 
set(MemBlockSet.IRow[], int, int, int, int, int) - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet.RowZ
 
set(Player, EditSession, Region, Pattern) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
set(Player, LocalSession, RegionFactory, Expression, Pattern) - Method in class com.sk89q.worldedit.command.BrushCommands
 
set(Actor, EditSession, Region, Pattern) - Method in class com.sk89q.worldedit.command.RegionCommands
 
set(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.BufferedPattern
 
set(BlockVector3) - Method in class com.fastasyncworldedit.core.function.pattern.BufferedPattern2D
 
set(BlockStateHolder<B>, A) - Method in class com.fastasyncworldedit.core.registry.state.PropertyGroup
 
set(String, Object) - Method in interface com.fastasyncworldedit.core.configuration.ConfigurationSection
Sets the specified path to the given value.
set(String, Object) - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
set(CommandParameters, Player, LocalSession, Pattern) - Method in class com.sk89q.worldedit.command.ApplyBrushCommands
 
set(CommandParameters, Player, LocalSession, Pattern) - Method in class com.sk89q.worldedit.command.PaintBrushCommands
 
set(InjectedValueAccess, Brush, String) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SET_BIOME - Enum constant in enum class com.sk89q.worldedit.extent.TracingExtent.Action
 
SET_BLOCK - Enum constant in enum class com.sk89q.worldedit.extent.TracingExtent.Action
 
setAccessible(T) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
setAccessibleNonFinal(Field) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
setActor(Actor) - Method in class com.sk89q.worldedit.extension.input.ParserContext
Set the actor.
setActor(Actor) - Method in class com.sk89q.worldedit.session.request.Request
 
setAll(long[]) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
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.util.Countable
 
setBatchingChunks(boolean) - Method in class com.sk89q.worldedit.EditSession
Enable or disable chunk batching.
setBias(double) - Method in class com.sk89q.worldedit.math.interpolation.Node
 
setBiome(int, int, int, int, int) - Method in class com.fastasyncworldedit.core.history.change.MutableBiomeChange
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.MultiTransform
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.OffsetTransform
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.RandomOffsetTransform
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.ScaleTransform
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
setBiome(int, int, int, BiomeType) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
setBiome(int, int, int, BiomeType) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setBiome(int, int, int, BiomeType) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
setBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.EditSession
 
setBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
 
setBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
setBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.extent.MaskingExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.extent.NullExtent
 
setBiome(int, int, int, BiomeType) - Method in interface com.sk89q.worldedit.extent.OutputExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
setBiome(int, int, int, BiomeType) - Method in class com.sk89q.worldedit.world.NullWorld
 
setBiome(int, int, int, BiomeType) - Method in interface com.sk89q.worldedit.world.World
 
setBiome(int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
setBiome(int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
setBiome(int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
setBiome(int, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
setBiome(ChunkHolder, int, int, int, BiomeType) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setBiome(Actor, World, LocalSession, EditSession, BiomeType, boolean) - Method in class com.sk89q.worldedit.command.BiomeCommands
 
setBiome(Extent, BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setBiome(Extent, BiomeType) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
setBiome(Extent, BiomeType) - Method in class com.sk89q.worldedit.math.BlockVector3
 
setBiome(BlockVector2, BiomeType) - Method in interface com.sk89q.worldedit.extent.OutputExtent
Deprecated.
Biomes in Minecraft are 3D now, use OutputExtent.setBiome(BlockVector3, BiomeType)
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.MultiTransform
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.OffsetTransform
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.RandomOffsetTransform
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.ScaleTransform
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
setBiome(BlockVector3, BiomeType) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
setBiome(BlockVector3, BiomeType) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setBiome(BlockVector3, BiomeType) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.EditSession
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.ChangeSetExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.NullExtent
 
setBiome(BlockVector3, BiomeType) - Method in interface com.sk89q.worldedit.extent.OutputExtent
Set the biome.
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.TracingExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.validation.DataValidatorExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.world.BiomeQuirkExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.world.ChunkLoadingExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.extent.world.WatchdogTickingExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
setBiome(BlockVector3, BiomeType) - Method in class com.sk89q.worldedit.world.NullWorld
 
setBiome(BlockVector3, BiomeType) - Method in interface com.sk89q.worldedit.world.World
 
setBiome(BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
setBiome(BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
setBiome(BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
setBiome(BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
setBiome(BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock
 
setBiome(BiomeType) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setBiomeAware(boolean) - Method in class com.sk89q.worldedit.function.generator.FloraGenerator
Set whether the generator is biome aware.
setBitMask(int) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setBitMask(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setBitMask(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setBitMask(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.DisallowedBlocksExtent
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.FaweRegionExtent
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.transform.PatternTransform
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.extent.transform.ScaleTransform
 
setBlock(int, int, int, B) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
setBlock(int, int, int, B) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setBlock(int, int, int, B) - Method in class com.sk89q.worldedit.EditSession
 
setBlock(int, int, int, B) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
setBlock(int, int, int, B) - Method in class com.sk89q.worldedit.extent.inventory.BlockBagExtent
 
setBlock(int, int, int, B) - Method in interface com.sk89q.worldedit.extent.OutputExtent
 
setBlock(int, int, int, Pattern) - Method in class com.sk89q.worldedit.EditSession
Sets the block at a position, subject to both history and block re-ordering.
setBlock(int, int, int, BlockStateHolder) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.SlowExtent
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.SourceMaskExtent
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.transform.MultiTransform
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.transform.OffsetTransform
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.transform.RandomOffsetTransform
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
setBlock(int, int, int, T) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setBlock(int, int, int, T) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
setBlock(int, int, int, T) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setBlock(int, int, int, T) - Method in class com.sk89q.worldedit.extent.NullExtent
 
setBlock(int, int, int, T) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
setBlock(int, int, int, T) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
setBlock(int, int, int, T) - Method in class com.sk89q.worldedit.world.NullWorld
 
setBlock(int, B) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
setBlock(int, B) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
setBlock(int, B) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
 
setBlock(int, B) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
setBlock(ChunkHolder, int, int, int, T) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setBlock(Extent, BlockState) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setBlock(Extent, BlockState) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
setBlock(Extent, BlockState) - Method in class com.sk89q.worldedit.math.BlockVector3
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.DisallowedBlocksExtent
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.transform.PatternTransform
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.transform.ScaleTransform
 
setBlock(BlockVector3, B) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
setBlock(BlockVector3, B) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.EditSession
Deprecated.
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.buffer.ForgetfulExtentBuffer
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.ChangeSetExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.inventory.BlockBagExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.MaskingExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.NullExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.reorder.MultiStageReorder
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.validation.BlockChangeLimiter
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.validation.DataValidatorExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.world.BlockQuirkExtent
Deprecated.
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.world.ChunkLoadingExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.world.SideEffectExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.extent.world.SurvivalModeExtent
 
setBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
setBlock(BlockVector3, B, boolean) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
setBlock(BlockVector3, B, boolean) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
setBlock(BlockVector3, B, boolean) - Method in interface com.sk89q.worldedit.world.World
Deprecated.
setBlock(BlockVector3, B, EditSession.Stage) - Method in class com.sk89q.worldedit.EditSession
Deprecated.
Deprecated as may perform differently in FAWE.
setBlock(BlockVector3, B, SideEffectSet) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
setBlock(BlockVector3, B, SideEffectSet) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
setBlock(BlockVector3, B, SideEffectSet) - Method in class com.sk89q.worldedit.world.NullWorld
 
setBlock(BlockVector3, B, SideEffectSet) - Method in interface com.sk89q.worldedit.world.World
Similar to OutputExtent.setBlock(BlockVector3, BlockStateHolder) but a sideEffects parameter indicates which side effects should be applied to the block.
setBlock(BlockVector3, Pattern) - Method in class com.sk89q.worldedit.EditSession
Sets the block at a position, subject to both history and block re-ordering.
setBlock(BlockVector3, BlockStateHolder) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.extent.BlockTranslateExtent
 
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
Deprecated.
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
Deprecated.
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.extent.SourceMaskExtent
 
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.extent.transform.MultiTransform
 
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.extent.transform.OffsetTransform
 
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.extent.transform.RandomOffsetTransform
 
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.extent.transform.SelectTransform
 
setBlock(BlockVector3, T) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setBlock(BlockVector3, T) - Method in class com.sk89q.worldedit.extent.AbstractBufferingExtent
 
setBlock(BlockVector3, T) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setBlock(BlockVector3, T) - Method in class com.sk89q.worldedit.extent.buffer.ExtentBuffer
 
setBlock(BlockVector3, T) - Method in class com.sk89q.worldedit.extent.cache.LastAccessExtentCache
 
setBlock(BlockVector3, T) - Method in interface com.sk89q.worldedit.extent.OutputExtent
Deprecated.
It is recommended that you use OutputExtent.setBlock(int, int, int, BlockStateHolder) in FAWE
setBlock(BlockVector3, T) - Method in class com.sk89q.worldedit.extent.TracingExtent
 
setBlock(BlockVector3, T) - Method in class com.sk89q.worldedit.extent.world.WatchdogTickingExtent
 
setBlock(BlockVector3, T) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
setBlock(BlockState) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
setBlock(BlockState) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
setBlock(BlockState) - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
setBlock(BlockState) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
setBlock(BlockState) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setBlock(BlockStateHolder<?>) - Method in class com.sk89q.worldedit.function.pattern.BlockPattern
Deprecated.
Set the block that is returned.
setBlockBag(BlockBag) - Method in class com.fastasyncworldedit.core.history.changeset.BlockBagChangeSet
Set the block bag.
setBlockBag(BlockBag) - Method in class com.sk89q.worldedit.EditSession
Set a BlockBag to use.
setBlockBag(BlockBag) - Method in class com.sk89q.worldedit.extent.inventory.BlockBagExtent
Set the block bag.
setBlockChangeLimit(int) - Method in class com.sk89q.worldedit.LocalSession
Set the maximum number of blocks that can be changed.
setBlockChangeLimit(long) - Method in class com.sk89q.worldedit.EditSession
Set the maximum number of blocks that can be changed.
setBlockLight(int, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
setBlockLight(int, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setBlockLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setBlockLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setBlockLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setBlockLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setBlockLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setBlockLight(int, int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setBlockLight(int, int, int, int) - Method in interface com.sk89q.worldedit.extent.OutputExtent
 
setBlockLight(ChunkHolder, int, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setBlockLight(BlockVector3, int) - Method in interface com.sk89q.worldedit.extent.OutputExtent
Set the light value.
SetBlockMap - Class in com.sk89q.worldedit.function.operation
 
SetBlockMap(Extent, BlockMap<BaseBlock>) - Constructor for class com.sk89q.worldedit.function.operation.SetBlockMap
 
setBlocks(int, char[]) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setBlocks(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setBlocks(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setBlocks(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setBlocks(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setBlocks(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setBlocks(ChangeSet, ChangeSetExecutor.Type) - Method in class com.sk89q.worldedit.EditSession
 
setBlocks(Region, B) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
setBlocks(Region, B) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setBlocks(Region, B) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
setBlocks(Region, B) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
setBlocks(Region, B) - Method in class com.sk89q.worldedit.EditSession
 
setBlocks(Region, B) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setBlocks(Region, B) - Method in interface com.sk89q.worldedit.extent.Extent
Sets all the blocks inside a region to a given block type.
setBlocks(Region, Pattern) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
setBlocks(Region, Pattern) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setBlocks(Region, Pattern) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
setBlocks(Region, Pattern) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
setBlocks(Region, Pattern) - Method in class com.sk89q.worldedit.EditSession
 
setBlocks(Region, Pattern) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setBlocks(Region, Pattern) - Method in interface com.sk89q.worldedit.extent.Extent
Sets all the blocks inside a region to a given pattern.
setBlocks(Set<BlockVector3>, Pattern) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
setBlocks(Set<BlockVector3>, Pattern) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setBlocks(Set<BlockVector3>, Pattern) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
setBlocks(Set<BlockVector3>, Pattern) - Method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
 
setBlocks(Set<BlockVector3>, Pattern) - Method in class com.sk89q.worldedit.EditSession
 
setBlocks(Set<BlockVector3>, Pattern) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setBlocks(Set<BlockVector3>, Pattern) - Method in interface com.sk89q.worldedit.extent.Extent
 
setBlockState(NC, NP, NBS) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
setBrokenEntities(boolean) - Method in class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicReader
 
setBrokenEntities(boolean) - Method in class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter
 
setBrush(Brush) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
setBrush(Brush, String) - Method in class com.sk89q.worldedit.command.tool.BrushTool
Set the brush.
setCancelled(boolean) - Method in class com.fastasyncworldedit.core.event.extent.ActorSaveClipboardEvent
 
setCancelled(boolean) - Method in class com.fastasyncworldedit.core.event.extent.PasteEvent
 
setCancelled(boolean) - Method in class com.sk89q.worldedit.event.AbstractCancellable
 
setCancelled(boolean) - Method in interface com.sk89q.worldedit.event.Cancellable
Set whether the event has been cancelled.
setCancelled(boolean) - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
 
setCancelled(boolean) - Method in class com.sk89q.worldedit.event.platform.BlockInteractEvent
 
setCancelled(boolean) - Method in class com.sk89q.worldedit.event.platform.PlayerInputEvent
 
setCenter(BlockVector2) - Method in class com.sk89q.worldedit.regions.CylinderRegion
Sets the main center point of the region.
setCenter(BlockVector3) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
Set the center.
setChangeSet(AbstractChangeSet) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent
 
setChangeSet(AbstractChangeSet) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setClipboard(ClipboardHolder) - Method in class com.sk89q.worldedit.LocalSession
Sets the clipboard.
setCommand(String) - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
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.
setComponents(double, double, double) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
setComponents(double, double, double) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
setComponents(double, double, double) - Method in class com.sk89q.worldedit.math.BlockVector3
 
setComponents(double, double, double) - Method in class com.sk89q.worldedit.math.Vector3
 
setComponents(int, int) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector2
 
setComponents(int, int) - Method in class com.sk89q.worldedit.math.BlockVector2
 
setComponents(int, int, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
setComponents(int, int, int) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
setComponents(int, int, int) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
setComponents(int, int, int) - Method in class com.sk89q.worldedit.math.BlockVector3
 
setComponents(int, int, int) - Method in class com.sk89q.worldedit.math.Vector3
 
setComponents(BlockVector3) - Method in class com.fastasyncworldedit.core.math.MutableBlockVector3
 
setComponents(Vector3) - Method in class com.fastasyncworldedit.core.math.MutableVector3
 
setComponents(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
 
setComponentsPerPage(int) - Method in class com.sk89q.worldedit.util.formatting.component.PaginationBox
 
setConfiguration(LocalConfiguration) - Method in class com.sk89q.worldedit.LocalSession
Set the configuration.
setContext(BrushSettings) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
setContinuity(double) - Method in class com.sk89q.worldedit.math.interpolation.Node
 
setCopyingBiomes(boolean) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Set whether biomes should be copies along with blocks.
setCopyingEntities(boolean) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Set whether entities should be copied along with blocks.
setCreateCopy(boolean) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
Not for external API use.
setCreateCopy(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
setCreateCopy(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setCreateCopy(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
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(int, int, int) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
setCurrentBlock(Vector3) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
setCurrentExtent(Extent) - Static method in class com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent
Sets the extent associated with the calling thread.
setCurrentSideEffectSet(SideEffectSet) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
Receive the current side-effect set from the high level call.
setDate(ZonedDateTime) - Method in class com.sk89q.worldedit.world.snapshot.Snapshot
Set the date of the snapshot.
setDefault(G) - Method in class com.fastasyncworldedit.core.registry.state.PropertyGroup.PropertyGroupBuilder
 
setDefaultLocale(Locale) - Method in class com.sk89q.worldedit.util.translation.TranslationManager
 
setDefaultLocaleName(String) - Method in class com.sk89q.worldedit.LocalConfiguration
 
setDefaultRegionSelector(RegionSelectorType) - Method in class com.sk89q.worldedit.LocalSession
Set the default region selector.
setDefaults(Configuration) - Method in interface com.fastasyncworldedit.core.configuration.Configuration
Sets the source of all default values for this Configuration.
setDefaults(Configuration) - Method in class com.fastasyncworldedit.core.configuration.MemoryConfiguration
 
setDefaultTask(T) - Method in class com.fastasyncworldedit.core.world.block.BlockTypeSwitchBuilder
 
setDelay(int) - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
setDelay(short) - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
Set the spawn delay.
setDelayMessage(Component) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
setDelegateBlock(BlockVector3, T) - Method in class com.sk89q.worldedit.extent.AbstractBufferingExtent
 
setDensity(double) - Method in class com.sk89q.worldedit.function.mask.NoiseFilter
Set the probability of passing as a number between 0 and 1 (inclusive).
setDensity(double) - Method in class com.sk89q.worldedit.function.mask.NoiseFilter2D
Set the probability of passing as a number between 0 and 1 (inclusive).
setDestination(Extent) - Method in class com.sk89q.worldedit.function.EditContext
 
setDestination(Extent) - Method in class com.sk89q.worldedit.function.factory.Deform
 
setDimensions(BlockVector3, BlockVector3) - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
setDirection(float, float) - Method in class com.sk89q.worldedit.util.Location
Create a clone of this object with the given yaw and pitch.
setDirection(Vector2) - Method in class com.fastasyncworldedit.core.command.tool.sweep.Spline
Set the forward direction of the structure.
This direction is used to determine the rotation of the clipboard to align to the curve.
setDirection(Vector3) - Method in class com.sk89q.worldedit.util.Location
Create a clone of this object with the given direction.
setDirections(BlockVector3...) - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
setDirections(Collection<BlockVector3>) - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
setEditSession(EditSession) - Method in class com.sk89q.worldedit.session.request.Request
Set the EditSession.
setEnabled(boolean) - Method in class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
 
setEnabled(boolean) - Method in class com.sk89q.worldedit.extent.reorder.MultiStageReorder
Set whether re-ordering is enabled.
setEnabled(boolean) - Method in class com.sk89q.worldedit.extent.world.WatchdogTickingExtent
 
setEncoding(String) - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
setEntity(CompoundTag) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setEntity(CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setEntity(CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setEntity(CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setEntity(CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setEntity(CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setEntityInfo(CompoundTag, Entity) - Static method in class com.fastasyncworldedit.core.util.MainUtil
Create a copy of the tag and modify the entity inf
setEnvironment(ExpressionEnvironment) - Method in class com.sk89q.worldedit.internal.expression.Expression
 
setEnvironment(ExpressionEnvironment) - Method in class com.sk89q.worldedit.internal.expression.Functions
 
setExpression(String) - Method in class com.sk89q.worldedit.function.factory.Deform
 
setExtent(EditSession) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
setExtent(AbstractDelegateExtent) - Method in class com.sk89q.worldedit.EditSession
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.ResettableExtent
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.transform.Linear3DTransform
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.transform.LinearTransform
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.transform.RandomOffsetTransform
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.transform.RandomTransform
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.transform.ScaleTransform
 
setExtent(Extent) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
setExtent(Extent) - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Set a new extent that should be used.
setExtent(Extent) - Method in class com.sk89q.worldedit.extension.input.ParserContext
Set the extent.
setExtent(Extent) - Method in class com.sk89q.worldedit.function.mask.AbstractExtentMask
Set the extent.
setExtent(Extent) - Method in class com.sk89q.worldedit.history.UndoContext
Set the extent on this context.
setExtent(Extent) - Method in class com.sk89q.worldedit.session.request.Request
 
setExtent(Extent) - Method in class com.sk89q.worldedit.util.Location
Create a clone of this object with the given extent.
setFailsafeFieldValue(Field, Object, Object) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
setFastMode(boolean) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setFastMode(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setFastMode(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setFastMode(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setFastMode(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
setFastMode(boolean) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
 
setFastMode(boolean) - Method in class com.sk89q.worldedit.EditSession
Deprecated.
setFastMode(boolean) - Method in class com.sk89q.worldedit.LocalSession
Deprecated.
setFaweExceptionArray(boolean[]) - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
Sets the cached boolean array of length FaweException.Type.values().length that determines if a thrown FaweException of type FaweException.Type should be output to console, rethrown to attempt to be visible to the player, etc.
setFaweExceptionArray(boolean[]) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
Sets the cached boolean array of length FaweException.Type.values().length that determines if a thrown FaweException of type FaweException.Type should be output to console, rethrown to attempt to be visible to the player, etc.
setFill(Pattern) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
setFill(Pattern) - Method in class com.sk89q.worldedit.command.tool.BrushTool
Set the material.
setFill(Pattern) - Method in class com.sk89q.worldedit.function.EditContext
 
setFilter(Filter) - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
setFilterFunction(RegionFunction) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
 
setFlying(boolean) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
Set whether the player is currently flying.
setFormatter(Formatter) - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
setFrequency(double) - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
setFrequency(double) - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
setFrequency(double) - Method in class com.sk89q.worldedit.math.noise.VoronoiNoise
 
setFullBlock(Extent, BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setFullBlock(Extent, BaseBlock) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
setFullBlock(Extent, BaseBlock) - Method in class com.sk89q.worldedit.math.BlockVector3
 
setFullBlock(BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
setFullBlock(BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
setFullBlock(BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
setFullBlock(BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
setFullBlock(BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock
 
setFullBlock(BaseBlock) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setFullBright(int) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setFullBright(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setFullBright(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setFullBright(int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setFullBright(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setFullBright(int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setFullBright(ChunkHolder, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setFuture(Future<?>) - Method in class com.fastasyncworldedit.core.util.collection.YieldIterable
 
setGameHooksEnabled(boolean) - Method in interface com.sk89q.worldedit.extension.platform.Platform
Set if the game hooks are enabled for this platform.
setGameMode(GameMode) - Method in interface com.sk89q.worldedit.entity.Player
Sets the player to the given game mode.
setGameMode(GameMode) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
setGameMode(GameMode) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
setHandler(StreamHandler) - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
Set the handler.
setHeader(String) - Method in class com.sk89q.util.yaml.YAMLProcessor
Set the header for the file.
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.
setHeightMap(HeightMapType, int[]) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setHeightMap(HeightMapType, int[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setHeightMap(HeightMapType, int[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setHeightMap(HeightMapType, int[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setHeightMap(HeightMapType, int[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setHeightMap(HeightMapType, int[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setHeightMap(HeightMapType, int[]) - Method in interface com.sk89q.worldedit.extent.OutputExtent
 
setHeightMap(ChunkHolder, HeightMapType, int[]) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setHeightmapToGet(HeightMapType, int[]) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
 
setHeightmapToGet(HeightMapType, int[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
setHeightmapToGet(HeightMapType, int[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setHeightmapToGet(HeightMapType, int[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setHeightmapToGet(ChunkHolder, HeightMapType, int[]) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setHidingHelp(boolean) - Method in class com.sk89q.worldedit.util.formatting.component.CommandListBox
 
setHolder(BaseItem) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
setID(T) - Method in class com.sk89q.worldedit.util.Countable
 
setInjected(InjectedValueAccess) - Method in class com.sk89q.worldedit.extension.input.ParserContext
 
setInjector(Injector) - Method in class com.sk89q.minecraft.util.commands.CommandsManager
Deprecated.
Set the injector for creating new instances.
setInternalId(int) - Method in interface com.fastasyncworldedit.core.registry.RegistryItem
 
setInternalId(int) - Method in class com.sk89q.worldedit.registry.Category
 
setInternalId(int) - Method in class com.sk89q.worldedit.world.biome.BiomeType
 
setInternalId(int) - Method in class com.sk89q.worldedit.world.entity.EntityType
 
setInternalId(int) - Method in class com.sk89q.worldedit.world.fluid.FluidType
 
setInternalId(int) - Method in class com.sk89q.worldedit.world.item.ItemType
 
setInterval(int) - Method in class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker
 
setItem(int, BaseItem) - Method in interface com.fastasyncworldedit.core.extent.inventory.SlottableBlockBag
 
setKernel(Kernel) - Method in class com.sk89q.worldedit.math.convolution.HeightMapFilter
Set the kernel.
setKey(K) - Method in class com.fastasyncworldedit.core.util.collection.MutablePair
 
setLacunarity(double) - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
setLacunarity(double) - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
setLastDistribution(List<Countable<BlockState>>) - Method in class com.sk89q.worldedit.LocalSession
Store a block distribution in this session.
setLastInteraction(Identifiable, boolean) - Method in class com.sk89q.worldedit.internal.event.InteractionDebouncer
 
setLastScript(String) - Method in class com.sk89q.worldedit.LocalSession
Set the last script used.
setLegacyId(int) - Method in class com.sk89q.worldedit.world.biome.BiomeType
 
setLevel(Level) - Method in class com.sk89q.worldedit.util.logging.DynamicStreamHandler
 
setlighting(Actor, EditSession, Region) - Method in class com.sk89q.worldedit.command.RegionCommands
Deprecated, for removal: This API element is subject to removal in a future version.
setLightingToGet(char[][], int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
Flush the block lighting array (section*blocks) to the chunk GET between the given section indices.
setLightingToGet(char[][], int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
setLightingToGet(char[][], int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setLightingToGet(char[][], int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setLightingToGet(ChunkHolder, char[][]) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setLightLayer(int, char[]) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setLightLayer(ChunkHolder, int, char[]) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setLimit(int) - Method in class com.sk89q.worldedit.extent.validation.BlockChangeLimiter
Set the limit.
setLimit(FaweLimit) - Method in class com.fastasyncworldedit.core.extent.ProcessedWEExtent
 
SetLocatedBlocks - Class in com.sk89q.worldedit.function.operation
 
SetLocatedBlocks(Extent, Iterable<LocatedBlock>) - Constructor for class com.sk89q.worldedit.function.operation.SetLocatedBlocks
 
setLocation(Location) - Method in class com.fastasyncworldedit.core.extent.HistoryExtent.TrackedEntity
 
setLocation(Location) - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
 
setLocation(Location) - Method in class com.sk89q.worldedit.extension.platform.AbstractCommandBlockActor
 
setLocation(Location) - Method in interface com.sk89q.worldedit.extension.platform.Locatable
Sets the location of this actor.
setLocation(Location) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
setLocation(Location) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard.ClipboardEntity
 
setMainThread() - Method in class com.fastasyncworldedit.core.Fawe
Sets the main thread to the current thread.
setMask(Mask) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
setMask(Mask) - Method in class com.fastasyncworldedit.core.extent.SourceMaskExtent
Set a mask.
setMask(Mask) - Method in class com.sk89q.worldedit.command.tool.BrushTool
Set the block filter used for identifying blocks to replace.
setMask(Mask) - Method in class com.sk89q.worldedit.EditSession
Set a mask.
setMask(Mask) - Method in class com.sk89q.worldedit.extent.MaskingExtent
Set a mask.
setMask(Mask) - Method in class com.sk89q.worldedit.function.GroundFunction
Set the mask that determines what the ground consists of.
setMask(Mask) - Method in class com.sk89q.worldedit.function.mask.OffsetMask
Set the mask.
setMask(Mask) - Method in class com.sk89q.worldedit.LocalSession
Set a mask.
setMask(Mask2D) - Method in class com.sk89q.worldedit.function.mask.OffsetMask2D
Set the mask.
setMask(Mask2D) - Method in class com.sk89q.worldedit.function.visitor.LayerVisitor
Set the mask that determines which columns within the flat region will be visited.
setMaxBranch(int) - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
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.
setMeta(String, Object) - Method in interface com.fastasyncworldedit.core.entity.MapMetadatable
Set some session only metadata for the player
setMeta(String, Object) - Method in interface com.fastasyncworldedit.core.entity.Metadatable
Set some session only metadata for the player
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
Deprecated.
Set the mob type.
setMode(Deform.Mode) - Method in class com.sk89q.worldedit.function.factory.Deform
 
setName(String) - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
Internal method for name setting post-deserialise.
setNativePacket(Object) - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
setNbt(CompoundBinaryTag) - Method in interface com.sk89q.worldedit.world.NbtValued
Set the object's NBT data (tile entity data).
setNbtData(CompoundTag) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
setNbtData(CompoundTag) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
setNbtData(CompoundTag) - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
setNbtData(CompoundTag) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
setNbtData(CompoundTag) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.MobSpawnerBlock
Deprecated.
 
setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.SignBlock
 
setNbtData(CompoundTag) - Method in class com.sk89q.worldedit.blocks.SkullBlock
Deprecated.
 
setNbtData(CompoundTag) - Method in interface com.sk89q.worldedit.world.NbtValued
setNbtReference(LazyReference<CompoundBinaryTag>) - Method in class com.sk89q.worldedit.blocks.BaseItem
 
setNbtReference(LazyReference<CompoundBinaryTag>) - Method in class com.sk89q.worldedit.entity.BaseEntity
 
setNbtReference(LazyReference<CompoundBinaryTag>) - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
setNbtReference(LazyReference<CompoundBinaryTag>) - Method in interface com.sk89q.worldedit.world.NbtValued
Set the object's NBT data (tile entity data).
setNewExtent(Extent) - Method in class com.fastasyncworldedit.core.util.MaskTraverser
 
setNext(T) - Method in class com.fastasyncworldedit.core.util.ExtentTraverser
 
setNodes(List<Node>) - Method in interface com.sk89q.worldedit.math.interpolation.Interpolation
Sets nodes to be used by subsequent calls to Interpolation.getPosition(double) and the other methods.
setNodes(List<Node>) - Method in class com.sk89q.worldedit.math.interpolation.KochanekBartelsInterpolation
 
setNodes(List<Node>) - Method in class com.sk89q.worldedit.math.interpolation.LinearInterpolation
 
setNodes(List<Node>) - Method in class com.sk89q.worldedit.math.interpolation.ReparametrisingInterpolation
 
setNoiseGenerator(NoiseGenerator) - Method in class com.sk89q.worldedit.function.mask.NoiseFilter
Set the noise generator.
setNoiseGenerator(NoiseGenerator) - Method in class com.sk89q.worldedit.function.mask.NoiseFilter2D
Set the noise generator.
setOctaveCount(int) - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
setOctaveCount(int) - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
setOffset(int, int) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
Set the offset applied to values when storing and reading to keep the values within -1024 to 1023.
setOffset(int, int, int) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
Set the offset applied to values when storing and reading to keep the x and z values within -1024 to 1023.
setOffset(BlockVector2) - Method in class com.sk89q.worldedit.function.mask.OffsetMask2D
Set the offset.
setOffset(BlockVector2) - Method in class com.sk89q.worldedit.function.util.FlatRegionOffset
Set the offset that is added to the position.
setOffset(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
setOffset(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
setOffset(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.OffsetMask
Set the offset.
setOffset(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.RepeatingExtentPattern
Set the offset.
setOffset(BlockVector3) - Method in class com.sk89q.worldedit.function.util.RegionOffset
Set the offset that is added to the position.
setOffset(Vector3) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
setOffset(Vector3) - Method in class com.sk89q.worldedit.function.factory.Deform
 
setOnGround(Location) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
setOnGround(Location) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
setOnGround(Location) - Method in interface com.sk89q.worldedit.entity.Player
Set the actor on the ground.
setOnGround(Location) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
setOnGround(Location) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
setOrdinal(int) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractFilterBlock
 
setOrdinal(int) - Method in class com.fastasyncworldedit.core.extent.filter.block.AbstractSingleFilterBlock
 
setOrdinal(int) - Method in class com.fastasyncworldedit.core.extent.filter.block.ArrayFilterBlock
Deprecated.
 
setOrdinal(int) - Method in class com.fastasyncworldedit.core.extent.filter.block.CharFilterBlock
 
setOrdinal(int) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setOrdinal(Extent, int) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setOrdinal(Extent, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
setOrdinal(Extent, int) - Method in class com.sk89q.worldedit.math.BlockVector3
 
setOrigin(int, int) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
setOrigin(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
setOrigin(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
setOrigin(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard
 
setOrigin(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
setOrigin(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.ResettableExtent
 
setOrigin(BlockVector3) - Method in class com.fastasyncworldedit.core.extent.TransformExtent
 
setOrigin(BlockVector3) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
setOrigin(BlockVector3) - Method in interface com.sk89q.worldedit.extent.clipboard.Clipboard
Set the origin point from which the copy was made from.
setOrigin(BlockVector3) - Method in class com.sk89q.worldedit.function.pattern.RepeatingExtentPattern
Set the origin.
setOwner(String) - Method in class com.sk89q.worldedit.blocks.SkullBlock
Deprecated.
Set the skull's owner.
setPermission(String, boolean) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
setPermission(String, boolean) - Method in interface com.sk89q.worldedit.util.auth.Subject
 
setPersistence(double) - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
setPitch(float) - Method in class com.sk89q.worldedit.util.Location
Create a clone of this object with the given pitch.
setPlaceAtPos1(boolean) - Method in class com.sk89q.worldedit.LocalSession
 
setPlant(Pattern) - Method in class com.sk89q.worldedit.function.generator.GardenPatchGenerator
Set the plant pattern that is placed.
setPos1(BlockVector3) - Method in class com.sk89q.worldedit.regions.CuboidRegion
Set the first cuboid-defining corner.
setPos2(BlockVector3) - Method in class com.sk89q.worldedit.regions.CuboidRegion
Set the second cuboid-defining corner.
setPosition(int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket
 
setPosition(CompoundTag, int, int, int) - Static method in class com.fastasyncworldedit.core.util.MainUtil
Create a copy of the tag and modify the (x, y, z) coordinates
setPosition(Vector3) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
setPosition(Vector3) - Method in interface com.sk89q.worldedit.extension.platform.Locatable
Deprecated.
This method may fail without indication. Use Locatable.trySetPosition(Vector3) instead
setPosition(Vector3) - Method in class com.sk89q.worldedit.math.interpolation.Node
 
setPosition(Vector3) - Method in class com.sk89q.worldedit.util.Location
Return a copy of this object with the position set to the given value.
setPosition(Vector3, float, float) - Method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
setPosition(Vector3, float, float) - Method in class com.fastasyncworldedit.core.wrappers.LocationMaskedPlayerWrapper
 
setPosition(Vector3, float, float) - Method in interface com.sk89q.worldedit.entity.Player
Deprecated.
This method may fail without indication. Use Player.trySetPosition(Vector3, float, float) instead
setPostEditSimulationEnabled(boolean) - Method in class com.sk89q.worldedit.extent.world.SideEffectExtent
 
setPostProcessor(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
setPostProcessor(IBatchProcessor) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
 
setPreferringWildcard(boolean) - Method in class com.sk89q.worldedit.extension.input.ParserContext
Set whether wildcards are preferred.
setPrimary(BrushSettings) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
setProcessor(IBatchProcessor) - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
setProcessor(IBatchProcessor) - Method in interface com.fastasyncworldedit.core.extent.processor.IBatchProcessorHolder
Set the held processor
setProperty(String, Object) - Method in class com.sk89q.util.yaml.YAMLNode
Set the property at a location.
setRadius(Vector2) - Method in class com.sk89q.worldedit.regions.CylinderRegion
Sets the radius of the cylinder.
setRadius(Vector3) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
Set the radii.
setRandom(SimpleRandom) - Method in class com.fastasyncworldedit.core.util.collection.RandomCollection
 
setRandomRotate(boolean) - Method in class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
setRange(int) - Method in class com.sk89q.worldedit.command.tool.BrushTool
Set the set brush range.
setRange(int, int) - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
setRange(long[], int, int) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
setRawChangeSet(AbstractChangeSet) - Method in class com.sk89q.worldedit.EditSession
Set the ChangeSet without hooking into any recording mechanism or triggering any actions.
Used internally to set the ChangeSet during completion to record custom changes which aren't normally recorded
setRecordChanges(boolean) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
setRecordChanges(boolean) - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
setRecordChanges(boolean) - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
setRecordChanges(boolean) - Method in class com.fastasyncworldedit.core.history.MemoryOptimizedHistory
 
setRecordChanges(boolean) - Method in class com.sk89q.worldedit.history.changeset.ArrayListHistory
 
setRecordChanges(boolean) - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Tell the change set whether to record changes or not.
setRegion(Region) - Method in class com.sk89q.worldedit.function.EditContext
 
setRegion(Region) - Method in class com.sk89q.worldedit.function.factory.Deform
 
setRegion(Region) - Method in class com.sk89q.worldedit.function.mask.RegionMask
Set the region that positions must be contained within.
setRegionSelector(World, RegionSelector) - Method in class com.sk89q.worldedit.LocalSession
Set the region selector.
setRemoving(boolean) - Method in class com.sk89q.worldedit.function.entity.ExtentEntityCopy
Set whether entities that are copied should be removed.
setRemovingEntities(boolean) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Set whether entities that are copied should be removed.
setReorderMode(EditSession.ReorderMode) - Method in class com.sk89q.worldedit.EditSession
Sets the EditSession.ReorderMode of this EditSession, and flushes the session.
setReorderMode(EditSession.ReorderMode) - Method in class com.sk89q.worldedit.LocalSession
Sets the reorder mode of the session.
setRepetitions(int) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Set the number of repetitions left.
setRestricted(boolean) - Method in class com.sk89q.worldedit.extension.input.ParserContext
Set whether there should be restrictions (as a result of limits or permissions) considered when parsing the input.
setScrollAction(Scroll) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
setScrollAction(Scroll) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
setSecondary(BrushSettings) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
setSeed(int) - Method in class com.sk89q.worldedit.math.noise.PerlinNoise
 
setSeed(int) - Method in class com.sk89q.worldedit.math.noise.RidgedMultiFractalNoise
 
setSeed(int) - Method in class com.sk89q.worldedit.math.noise.VoronoiNoise
 
setSelection(Region) - Method in interface com.sk89q.worldedit.entity.Player
Set a players selection and selector type to the given region
setSelection(Region) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
setSelection(RegionSelector) - Method in interface com.sk89q.worldedit.entity.Player
Set the player's WorldEdit selection.
setSession(LocalSession) - Method in class com.sk89q.worldedit.extension.input.ParserContext
Set the session.
setSession(LocalSession) - Method in class com.sk89q.worldedit.function.EditContext
 
setSession(LocalSession) - Method in class com.sk89q.worldedit.session.request.Request
Get the request session.
setSideEffectApplier(SideEffectSet) - Method in class com.sk89q.worldedit.EditSession
Set which block updates should occur.
setSideEffectSet(SideEffectSet) - Method in class com.sk89q.worldedit.extent.world.SideEffectExtent
 
setSideEffectSet(SideEffectSet) - Method in class com.sk89q.worldedit.LocalSession
Sets the side effect applier for this session
setSize(double) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
setSize(double) - Method in class com.sk89q.worldedit.command.tool.BrushTool
Set the set brush size.
setSize(int) - Method in class com.fastasyncworldedit.core.math.heightmap.AbstractDelegateHeightMap
 
setSize(int) - Method in class com.fastasyncworldedit.core.math.heightmap.ArrayHeightMap
 
setSize(int) - Method in interface com.fastasyncworldedit.core.math.heightmap.HeightMap
 
setSize(int) - Method in class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap
 
setSize(int) - Method in class com.sk89q.worldedit.EditSession
 
setSize(Expression) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
setSize(Expression) - Method in class com.sk89q.worldedit.command.tool.BrushTool
Set the set brush size.
setSkyLight(int, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
setSkyLight(int, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setSkyLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setSkyLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setSkyLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setSkyLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setSkyLight(int, int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setSkyLight(int, int, int, int) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setSkyLight(int, int, int, int) - Method in interface com.sk89q.worldedit.extent.OutputExtent
 
setSkyLight(ChunkHolder, int, int, int, int) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setSkyLight(BlockVector3, int) - Method in interface com.sk89q.worldedit.extent.OutputExtent
Set the sky light value.
setskylighting(Actor, Region) - Method in class com.sk89q.worldedit.command.RegionCommands
Deprecated, for removal: This API element is subject to removal in a future version.
setSkyLightingToGet(char[][], int, int) - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
Flush the sky lighting array (section*blocks) to the chunk GET between the given section indices.
setSkyLightingToGet(char[][], int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
setSkyLightingToGet(char[][], int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setSkyLightingToGet(char[][], int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setSkyLightingToGet(ChunkHolder, char[][]) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setSkyLightLayer(int, char[]) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setSkyLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setSkyLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setSkyLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setSkyLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setSkyLightLayer(int, char[]) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setSkyLightLayer(ChunkHolder, int, char[]) - Method in interface com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder.IBlockDelegate
 
setSnapshot(Snapshot) - Method in class com.sk89q.worldedit.LocalSession
Select a legacy snapshot.
setSnapshotExperimental(Snapshot) - Method in class com.sk89q.worldedit.LocalSession
Select a snapshot.
setSolidMask(Mask) - Method in class com.sk89q.worldedit.util.TargetBlock
Set the mask used for determine where to stop solid block traces.
setSourceFunction(RegionFunction) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Set the function that gets applied to all source blocks after the copy has been made.
setSourceMask(Mask) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
setSourceMask(Mask) - Method in class com.sk89q.worldedit.command.tool.BrushTool
Set the block filter used for identifying blocks to replace.
setSourceMask(Mask) - Method in class com.sk89q.worldedit.EditSession
Set a mask.
setSourceMask(Mask) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Set a mask that gets applied to the source extent.
setSourceMask(Mask) - Method in class com.sk89q.worldedit.LocalSession
Set a mask.
setStopMask(Mask) - Method in class com.sk89q.worldedit.util.TargetBlock
Set the mask used for determine where to stop traces.
setString(String) - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
setStripNbt(boolean) - Method in class com.sk89q.worldedit.extent.world.SurvivalModeExtent
 
setSubstring(int, int) - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
setSuggestions(List<Substring>) - Method in class com.sk89q.worldedit.event.platform.CommandSuggestionEvent
Set the list of suggestions that are to be presented.
setSuperPickaxe(BlockTool) - Method in class com.sk89q.worldedit.LocalSession
Set the super pick axe tool.
setTargetMode(TargetMode) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
setTargetOffset(int) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
setTension(double) - Method in class com.sk89q.worldedit.math.interpolation.Node
 
setText(String[]) - Method in class com.sk89q.worldedit.blocks.SignBlock
Set the text.
setTextureUtil(TextureUtil) - Method in class com.sk89q.worldedit.LocalSession
 
setTickingWatchdog(boolean) - Method in class com.sk89q.worldedit.EditSession
Set all watchdog extents to the given mode.
setTickingWatchdog(boolean) - Method in class com.sk89q.worldedit.LocalSession
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.clipboard.EmptyClipboard
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.filter.block.FilterBlock
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
setTile(int, int, int, CompoundTag) - Method in interface com.fastasyncworldedit.core.queue.IChunkExtent
 
setTile(int, int, int, CompoundTag) - Method in interface com.fastasyncworldedit.core.queue.IChunkSet
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
setTile(int, int, int, CompoundTag) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
setTile(int, int, int, CompoundTag) - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
setTile(int, int, int, CompoundTag) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
setTile(int, int, int, CompoundTag) - Method in class com.sk89q.worldedit.extent.NullExtent
 
setTile(int, int, int, CompoundTag) - Method in interface com.sk89q.worldedit.extent.OutputExtent
 
setTile(int, int, int, CompoundTag) - Method in class com.sk89q.worldedit.session.request.RequestExtent
 
setTile(int, int, int, CompoundTag) - Method in class com.sk89q.worldedit.world.NullWorld
 
setTile(BlockVector3, CompoundTag) - Method in class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
 
setTime(long) - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
setTimeLimit(int) - Method in interface com.sk89q.worldedit.scripting.CraftScriptEngine
 
setTimeLimit(int) - Method in class com.sk89q.worldedit.scripting.RhinoCraftScriptEngine
 
setTimeout(int) - Method in class com.sk89q.worldedit.LocalSession
Set the maximum number of blocks that can be changed.
setTimezone(ZoneId) - Method in class com.sk89q.worldedit.LocalSession
Set the session's timezone.
setTimeZone(TimeZone) - Method in class com.fastasyncworldedit.core.configuration.file.YamlRepresenter
 
settings() - Static method in class com.fastasyncworldedit.core.configuration.Settings
Gets an instance of Settings.
Settings - Class in com.fastasyncworldedit.core.configuration
 
Settings.CLIPBOARD - Class in com.fastasyncworldedit.core.configuration
 
Settings.ENABLED_COMPONENTS - Class in com.fastasyncworldedit.core.configuration
 
Settings.EXPERIMENTAL - Class in com.fastasyncworldedit.core.configuration
 
Settings.EXTENT - Class in com.fastasyncworldedit.core.configuration
 
Settings.HISTORY - Class in com.fastasyncworldedit.core.configuration
 
Settings.LIGHTING - Class in com.fastasyncworldedit.core.configuration
 
Settings.LIMITS - Class in com.fastasyncworldedit.core.configuration
 
Settings.PATHS - Class in com.fastasyncworldedit.core.configuration
 
Settings.QUEUE - Class in com.fastasyncworldedit.core.configuration
 
Settings.QUEUE.PROGRESS - Class in com.fastasyncworldedit.core.configuration
 
Settings.REGION_RESTRICTIONS_OPTIONS - Class in com.fastasyncworldedit.core.configuration
 
Settings.TICK_LIMITER - Class in com.fastasyncworldedit.core.configuration
Deprecated.
FAWE is not necessarily the tool you want to use to limit certain tick actions, e.g. fireworks or elytra flying. The code is untouched since the 1.12 era and there is no guarantee that it will work or will be maintained in the future.
Settings.WEB - Class in com.fastasyncworldedit.core.configuration
 
setTool(BaseItem, BrushTool) - Static method in class com.fastasyncworldedit.core.util.BrushCache
 
setTool(BaseItem, Tool, Player) - Method in class com.sk89q.worldedit.LocalSession
 
setTool(BrushTool) - Method in class com.fastasyncworldedit.core.command.tool.scroll.Scroll
 
setTool(Player, Tool) - Method in class com.sk89q.worldedit.LocalSession
 
setTool(ItemType, Tool) - Method in class com.sk89q.worldedit.LocalSession
Set the tool.
setToolControl(boolean) - Method in class com.sk89q.worldedit.LocalSession
Deprecated.
The wand is now a tool that can be bound/unbound.
setToolUse(boolean) - Method in class com.sk89q.worldedit.extent.world.SurvivalModeExtent
Set whether changes to the world should be simulated with the use of game tools (such as pickaxes) whenever possible and reasonable.
setTraceMask(Mask) - Method in class com.sk89q.worldedit.command.tool.BrushTool
Set the block mask used for identifying where to stop traces.
setTracing(boolean) - Method in class com.sk89q.worldedit.event.extent.EditSessionEvent
Set tracing enabled, with the current extent as the "base".
setTracingActions(boolean) - Method in class com.sk89q.worldedit.LocalSession
 
setTransform(ResettableExtent) - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
setTransform(ResettableExtent) - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
setTransform(ResettableExtent) - Method in class com.sk89q.worldedit.LocalSession
 
setTransform(Transform) - Method in class com.fastasyncworldedit.core.extent.PositionTransformExtent
 
setTransform(Transform) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
setTransform(Transform) - Method in class com.sk89q.worldedit.function.operation.ForwardExtentCopy
Set the transformation that will occur on every point.
setTransform(Transform) - Method in class com.sk89q.worldedit.regions.TransformRegion
Set the transform that is applied.
setTransform(Transform) - Method in class com.sk89q.worldedit.session.ClipboardHolder
Set the transform.
setTryLegacy(boolean) - Method in class com.sk89q.worldedit.extension.input.ParserContext
Set whether legacy IDs should be attempted.
setType(ItemType) - Method in class com.sk89q.worldedit.blocks.BaseItem
Set the type of the item.
setupConfigs() - Method in class com.fastasyncworldedit.core.Fawe
 
setupInjector() - Static method in class com.fastasyncworldedit.core.Fawe
 
setupStreamDelegates(int) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
setUseInventory(boolean) - Method in class com.sk89q.worldedit.LocalSession
Set the state of inventory usage.
setUseServerCUI(boolean) - Method in class com.sk89q.worldedit.LocalSession
 
setValue(double) - Method in class com.sk89q.worldedit.internal.expression.LocalSlot.Variable
 
setValue(B) - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList.Entry
 
setValue(List<Tag>) - Method in class com.sk89q.jnbt.ListTag
Deprecated.
Create a new list tag with this tag's name and type.
setValue(Map<String, Tag>) - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
Return a new compound tag with the given values.
setValue(V) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedMap.AdaptedPair
 
setValue(V) - Method in class com.fastasyncworldedit.core.util.collection.MutablePair
 
setVisited(BlockVectorSet) - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
 
setWeather(WeatherType) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
setWeather(WeatherType) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
setWeather(WeatherType) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
setWeather(WeatherType) - Method in class com.sk89q.worldedit.world.NullWorld
 
setWeather(WeatherType) - Method in interface com.sk89q.worldedit.world.World
Sets the weather type of the world.
setWeather(WeatherType, long) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
setWeather(WeatherType, long) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
setWeather(WeatherType, long) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
setWeather(WeatherType, long) - Method in class com.sk89q.worldedit.world.NullWorld
 
setWeather(WeatherType, long) - Method in interface com.sk89q.worldedit.world.World
Sets the weather type of the world.
setWorkingMessage(Component) - Method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
setWorld(World) - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
setWorld(World) - Method in class com.fastasyncworldedit.core.regions.selector.FuzzyRegionSelector
 
setWorld(World) - Method in class com.fastasyncworldedit.core.regions.selector.PolyhedralRegionSelector
 
setWorld(World) - Method in class com.sk89q.worldedit.extension.input.ParserContext
Set the world.
setWorld(World) - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
setWorld(World) - Method in class com.sk89q.worldedit.regions.NullRegion
 
setWorld(World) - Method in interface com.sk89q.worldedit.regions.Region
Sets the world that the selection is in.
setWorld(World) - Method in interface com.sk89q.worldedit.regions.RegionSelector
Set the world for the region selector.
setWorld(World) - Method in class com.sk89q.worldedit.regions.selector.ConvexPolyhedralRegionSelector
 
setWorld(World) - Method in class com.sk89q.worldedit.regions.selector.CuboidRegionSelector
 
setWorld(World) - Method in class com.sk89q.worldedit.regions.selector.CylinderRegionSelector
 
setWorld(World) - Method in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
setWorld(World) - Method in class com.sk89q.worldedit.regions.selector.Polygonal2DRegionSelector
 
setWorld(World) - Method in class com.sk89q.worldedit.session.request.Request
Set the request world.
setWorld(World) - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
setWorldOverride(World) - Method in class com.sk89q.worldedit.LocalSession
 
setWriteDefaults(boolean) - Method in class com.sk89q.util.yaml.YAMLNode
 
setX(double) - Method in class com.sk89q.worldedit.util.Location
Return a copy of this object with the X component of the new object set to the given value.
setY(double) - Method in class com.sk89q.worldedit.util.Location
Return a copy of this object with the Y component of the new object set to the given value.
setY(int) - Method in class com.sk89q.worldedit.regions.CylinderRegion
Sets the height of the cylinder to fit the specified Y.
setYaw(float) - Method in class com.sk89q.worldedit.util.Location
Create a clone of this object with the given yaw.
setZ(double) - Method in class com.sk89q.worldedit.util.Location
Return a copy of this object with the Z component of the new object set to the given value.
ShadePattern - Class in com.fastasyncworldedit.core.function.pattern
 
ShadePattern(Extent, TextureHolder, boolean) - Constructor for class com.fastasyncworldedit.core.function.pattern.ShadePattern
Create a new Pattern instance
ShallowObjectReport - Class in com.sk89q.worldedit.util.report
 
ShallowObjectReport(String, Object) - Constructor for class com.sk89q.worldedit.util.report.ShallowObjectReport
 
SHAPE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
shapeName - Variable in class com.sk89q.worldedit.internal.cui.SelectionShapeEvent
 
SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
shatterBrush(EditSession, InjectedValueAccess, Pattern, Expression, int) - Method in class com.sk89q.worldedit.command.BrushCommands
 
ShatterBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
ShatterBrush(int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.ShatterBrush
 
SHATTERED_SAVANNA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
SHATTERED_SAVANNA_PLATEAU - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
SHEAF_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SHEARS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SHEEP - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SHEEP_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
shellSaveType - Variable in class com.sk89q.worldedit.LocalConfiguration
 
SHELTER_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ShFallthroughContext(ExpressionParser.ShiftExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ShFallthroughContext
 
SHIELD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
shift(Actor, World, LocalSession, int, List<BlockVector3>) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
shift(BlockVector3) - Method in class com.fastasyncworldedit.core.regions.FuzzyRegion
 
shift(BlockVector3) - Method in interface com.fastasyncworldedit.core.regions.IDelegateRegion
 
shift(BlockVector3) - Method in class com.fastasyncworldedit.core.regions.PolyhedralRegion
 
shift(BlockVector3) - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
shift(BlockVector3) - Method in class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
 
shift(BlockVector3) - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
shift(BlockVector3) - Method in class com.sk89q.worldedit.regions.CylinderRegion
 
shift(BlockVector3) - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
 
shift(BlockVector3) - Method in class com.sk89q.worldedit.regions.NullRegion
 
shift(BlockVector3) - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
 
shift(BlockVector3) - Method in interface com.sk89q.worldedit.regions.Region
Shift the region.
shift(BlockVector3) - Method in class com.sk89q.worldedit.regions.TransformRegion
 
shift(BlockVector3) - Method in class com.sk89q.worldedit.session.request.RequestSelection
 
ShiftExprContext(ExpressionParser.ShiftExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
shiftExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ReFallthroughContext
 
shiftExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.RelationalExprContext
 
shiftExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExprContext
 
shiftExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
ShiftExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExpressionContext
 
ShiftExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.ShiftExpressionContext
 
shl(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
shl(int) - Method in class com.sk89q.worldedit.math.BlockVector3
Shift all components left by n.
shl(int, int, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
shl(int, int, int) - Method in class com.sk89q.worldedit.math.BlockVector3
Shift all components left.
SHORT - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
SHORT_GRASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SHORT_GRASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SHORT_JUNGLE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
ShortTag - Class in com.sk89q.jnbt
Deprecated.
Use ShortBinaryTag.
ShortTag(short) - Constructor for class com.sk89q.jnbt.ShortTag
Deprecated.
Creates the tag with an empty name.
ShortTag(ShortBinaryTag) - Constructor for class com.sk89q.jnbt.ShortTag
Deprecated.
 
shouldApply(SideEffect) - Method in class com.sk89q.worldedit.util.SideEffectSet
Gets whether this side effect is not off.
shouldContinue() - Method in class com.sk89q.worldedit.function.operation.RunContext
Return whether the current operation should still continue running.
shouldRegenBiomes() - Method in class com.sk89q.worldedit.world.RegenOptions
Whether biomes should be regenerated.
shouldUseServerCUI() - Method in class com.sk89q.worldedit.LocalSession
 
SHOVELS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
showHelpInfo - 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(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
shr(int) - Method in class com.sk89q.worldedit.math.BlockVector2
Shift all components right by n.
shr(int) - Method in class com.sk89q.worldedit.math.BlockVector3
Shift all components right by n.
shr(int, int) - Method in class com.sk89q.worldedit.math.BlockVector2
Shift all components right.
shr(int, int, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
shr(int, int, int) - Method in class com.sk89q.worldedit.math.BlockVector3
Shift all components right.
SHROOMLIGHT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SHROOMLIGHT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SHULKER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SHULKER_BOXES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SHULKER_BULLET - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SHULKER_SHELL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SHULKER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
shutdown() - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
shutdownNow() - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
SideEffect - Enum Class in com.sk89q.worldedit.util
 
SideEffect.State - Enum Class in com.sk89q.worldedit.util
 
SideEffectBox - Class in com.sk89q.worldedit.util.formatting.component
 
SideEffectBox(SideEffectSet) - Constructor for class com.sk89q.worldedit.util.formatting.component.SideEffectBox
 
SideEffectConverter - Class in com.sk89q.worldedit.command.argument
 
SideEffectExtent - Class in com.sk89q.worldedit.extent.world
An extent that sets blocks in the world, with a SideEffectSet.
SideEffectExtent(World) - Constructor for class com.sk89q.worldedit.extent.world.SideEffectExtent
Create a new instance.
SideEffectSet - Class in com.sk89q.worldedit.util
 
SideEffectSet(Map<SideEffect, SideEffect.State>) - Constructor for class com.sk89q.worldedit.util.SideEffectSet
 
SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
Deprecated.
SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
Deprecated.
signal() - Method in class com.fastasyncworldedit.core.util.task.InterruptableCondition
 
SIGNAL_FIRE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
SignBlock - Class in com.sk89q.worldedit.blocks
Represents a sign block.
SignBlock(BlockState, String[]) - Constructor for class com.sk89q.worldedit.blocks.SignBlock
Construct the sign with text.
SignCompatibilityHandler - Class in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
SignCompatibilityHandler() - Constructor for class com.sk89q.worldedit.extent.clipboard.io.legacycompat.SignCompatibilityHandler
 
SIGNS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SIGNS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SilentPlayerWrapper - Class in com.fastasyncworldedit.core.wrappers
Avoids printing any messages
SilentPlayerWrapper(Player) - Constructor for class com.fastasyncworldedit.core.wrappers.SilentPlayerWrapper
 
SILVERFISH - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SILVERFISH_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SimpleBlockCopy - Class in com.fastasyncworldedit.core.function.block
 
SimpleBlockCopy(Extent, Extent) - Constructor for class com.fastasyncworldedit.core.function.block.SimpleBlockCopy
 
SimpleChangeSetSummary - Class in com.fastasyncworldedit.core.history.changeset
 
SimpleChangeSetSummary() - Constructor for class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
SimpleChangeSetSummary(int, int) - Constructor for class com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary
 
SimpleClipboard - Class in com.fastasyncworldedit.core.extent.clipboard
 
simpleForStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
simpleForStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
SimpleForStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
SimpleInjector - Class in com.sk89q.minecraft.util.commands
 
SimpleInjector(Object...) - Constructor for class com.sk89q.minecraft.util.commands.SimpleInjector
 
SimpleInputParser<E> - Class in com.sk89q.worldedit.internal.registry
An input parser that only performs a single function from aliases.
SimpleInputParser(WorldEdit) - Constructor for class com.sk89q.worldedit.internal.registry.SimpleInputParser
 
SimpleItemMaterial - Class in com.sk89q.worldedit.world.registry
 
SimpleItemMaterial(int, int) - Constructor for class com.sk89q.worldedit.world.registry.SimpleItemMaterial
 
SimpleLifecycled<T> - Class in com.sk89q.worldedit.util.lifecycle
A Lifecycled that can be directly called to invalidate it or set a new value.
SimpleRandom - Interface in com.fastasyncworldedit.core.math.random
 
SimpleRandomCollection<E> - Class in com.fastasyncworldedit.core.util.collection
 
SimpleRandomCollection(Map<E, Double>, SimpleRandom) - Constructor for class com.fastasyncworldedit.core.util.collection.SimpleRandomCollection
Create a RandomCollection from a weighted map and a RNG.
SimpleSupervisor - Class in com.sk89q.worldedit.util.task
An implementation of a Supervisor.
SimpleSupervisor() - Constructor for class com.sk89q.worldedit.util.task.SimpleSupervisor
 
SimpleWorld - Interface in com.fastasyncworldedit.core.world
An abstract implementation of World.
SimplexMask - Class in com.fastasyncworldedit.core.function.mask
 
SimplexMask(double, double, double) - Constructor for class com.fastasyncworldedit.core.function.mask.SimplexMask
 
SimplexMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
SimplexMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.SimplexMaskParser
 
SimplexNoise - Class in com.fastasyncworldedit.core.math.random
 
SimplexNoise() - Constructor for class com.fastasyncworldedit.core.math.random.SimplexNoise
 
SimplexNoiseGenerator - Class in com.fastasyncworldedit.core.math.random
 
SimplexNoiseGenerator() - Constructor for class com.fastasyncworldedit.core.math.random.SimplexNoiseGenerator
 
SimplexPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
SimplexPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.SimplexPatternParser
Create a new rich pattern parser with a defined prefix for the result.
simulateBlockMine(BlockVector3) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
simulateBlockMine(BlockVector3) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
simulateBlockMine(BlockVector3) - Method in class com.sk89q.worldedit.world.NullWorld
 
simulateBlockMine(BlockVector3) - Method in interface com.sk89q.worldedit.world.World
Simulate a block being mined at the given position.
simulateSnow(BlockVector3, double) - Method in class com.sk89q.worldedit.EditSession
simulateSnow(BlockVector3, double, int) - Method in class com.sk89q.worldedit.EditSession
Make snow in a cylinder.
simulateSnow(FlatRegion, boolean) - Method in class com.sk89q.worldedit.EditSession
Make snow in a region.
single(Player, LocalSession) - Method in class com.sk89q.worldedit.command.SuperPickaxeCommands
 
SingleBlockPatternParser - Class in com.sk89q.worldedit.extension.factory.parser.pattern
 
SingleBlockPatternParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.pattern.SingleBlockPatternParser
 
SingleBlockStateMask - Class in com.fastasyncworldedit.core.function.mask
 
SingleBlockStateMask(Extent, BlockState) - Constructor for class com.fastasyncworldedit.core.function.mask.SingleBlockStateMask
 
SingleBlockTypeMask - Class in com.fastasyncworldedit.core.function.mask
 
SingleBlockTypeMask(Extent, BlockType) - Constructor for class com.fastasyncworldedit.core.function.mask.SingleBlockTypeMask
 
SingleFilterBlock - Class in com.fastasyncworldedit.core.extent.filter.block
 
SingleFilterBlock() - Constructor for class com.fastasyncworldedit.core.extent.filter.block.SingleFilterBlock
 
SinglePickaxe - Class in com.sk89q.worldedit.command.tool
A super pickaxe mode that removes one block.
SinglePickaxe() - Constructor for class com.sk89q.worldedit.command.tool.SinglePickaxe
 
SingleRegionExtent - Class in com.fastasyncworldedit.core.extent
 
SingleRegionExtent(Extent, FaweLimit, Region) - Constructor for class com.fastasyncworldedit.core.extent.SingleRegionExtent
Create a new instance.
SingleThreadIntervalQueue<T> - Class in com.fastasyncworldedit.core.util.task
 
SingleThreadIntervalQueue(int) - Constructor for class com.fastasyncworldedit.core.util.task.SingleThreadIntervalQueue
 
SingleThreadQueueExtent - Class in com.fastasyncworldedit.core.queue.implementation
Single threaded implementation for IQueueExtent (still abstract) - Does not implement creation of chunks (that has to implemented by the platform e.g., Bukkit)
SingleThreadQueueExtent() - Constructor for class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
SingleThreadQueueExtent(int, int) - Constructor for class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
New instance given inclusive world height bounds.
sinInexact(double) - Static method in class com.fastasyncworldedit.core.util.CachedMathMan
 
sinInexact(double) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
size - Variable in class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap
 
size() - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
size() - Method in interface com.fastasyncworldedit.core.extent.inventory.SlottableBlockBag
 
size() - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
size() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
size() - Method in class com.fastasyncworldedit.core.history.changeset.NullChangeSet
 
size() - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Returns the number of bytes written to this little endian output stream.
size() - Method in class com.fastasyncworldedit.core.math.BlockVectorSet
 
size() - Method in class com.fastasyncworldedit.core.math.FastBitSet
 
size() - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
size() - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
size() - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Returns the number of chunks in this queue.
size() - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
size() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
size() - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
size() - Method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
size() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
size() - Method in class com.sk89q.worldedit.EditSession
Get the number of changed blocks.
size() - Method in class com.sk89q.worldedit.history.changeset.ArrayListHistory
 
size() - Method in class com.sk89q.worldedit.history.changeset.BlockOptimizedHistory
 
size() - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Get the number of stored changes.
size() - Method in class com.sk89q.worldedit.regions.AbstractRegion
 
size() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
Return the number of points.
size() - Method in class com.sk89q.worldedit.registry.NamespacedRegistry
 
size() - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
size() - Method in class com.sk89q.worldedit.util.collection.DoubleArrayList
Get size.
size() - Method in class com.sk89q.worldedit.util.collection.LocatedBlockList
 
size() - Method in class com.sk89q.worldedit.util.report.ReportList
 
size() - Static method in class com.sk89q.worldedit.world.block.BlockTypes
 
size() - Static method in class com.sk89q.worldedit.world.item.ItemTypes
 
size(Player, LocalSession, int) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
size(Actor, World, LocalSession, boolean) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
SIZE - Enum constant in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
 
SIZE - Enum constant in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
 
size2 - Variable in class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap
 
sizeLong() - Method in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
SKELETON - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SKELETON_HORSE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SKELETON_HORSE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SKELETON_SKULL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SKELETON_SKULL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SKELETON_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SKELETON_WALL_SKULL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
skip(long) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArraysInputStream
 
skip(long) - Method in class com.fastasyncworldedit.core.internal.io.NonCloseableInputStream
 
skip(long) - Method in class com.sk89q.worldedit.util.io.ForwardSeekableInputStream
 
skipFully(int) - Method in class com.fastasyncworldedit.core.internal.io.FaweInputStream
 
SkipReason() - Constructor for class com.fastasyncworldedit.core.extent.processor.lighting.Relighter.SkipReason
 
skipRootSameName(Path, String) - Static method in class com.sk89q.worldedit.util.io.file.ArchiveNioSupports
If root contains a folder with the same name as name, and no regular files, returns the path to that folder.
SKULL_BANNER_PATTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SKULL_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SkullBlock - Class in com.sk89q.worldedit.blocks
Deprecated, for removal: This API element is subject to removal in a future version.
WorldEdit does not handle interpreting NBT, deprecated for removal without replacement
SkullBlock(BlockState) - Constructor for class com.sk89q.worldedit.blocks.SkullBlock
Deprecated.
Construct the skull block with a default type of skelton.
SkullBlock(BlockState, String) - Constructor for class com.sk89q.worldedit.blocks.SkullBlock
Deprecated.
Construct the skull block with a given rotation and owner.
SkullBlockCompatibilityHandler - Class in com.sk89q.worldedit.extent.clipboard.io.legacycompat
 
SkullBlockCompatibilityHandler() - Constructor for class com.sk89q.worldedit.extent.clipboard.io.legacycompat.SkullBlockCompatibilityHandler
 
skyLight - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
SLABS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SLABS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
SLIME - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SLIME_BALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SLIME_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SLIME_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SLIME_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SlotTable - Class in com.sk89q.worldedit.internal.expression
 
SlotTable() - Constructor for class com.sk89q.worldedit.internal.expression.SlotTable
 
SlottableBlockBag - Interface in com.fastasyncworldedit.core.extent.inventory
 
SlowExtent - Class in com.fastasyncworldedit.core.extent
 
SlowExtent(Extent, long) - Constructor for class com.fastasyncworldedit.core.extent.SlowExtent
 
SMALL_AMETHYST_BUD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMALL_AMETHYST_BUD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMALL_DRIPLEAF - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMALL_DRIPLEAF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMALL_DRIPLEAF_PLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SMALL_EDITS - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
SMALL_END_ISLANDS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SMALL_FIREBALL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SMALL_FLOWERS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SMALL_FLOWERS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
SMALL_JUNGLE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
smartSetBlock(BlockVector3, B) - Method in class com.sk89q.worldedit.EditSession
Set a block, bypassing history but still utilizing block re-ordering.
smask(Player, LocalSession, EditSession, Mask, boolean, Arguments) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
SMELTS_TO_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SMELTS_TO_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
SMITHING_TABLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMITHING_TABLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOKER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOKER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
smooth - Variable in class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
smooth(Actor, EditSession, Region, int, Mask) - Method in class com.sk89q.worldedit.command.RegionCommands
 
SMOOTH_BASALT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_BASALT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_QUARTZ - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_QUARTZ - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_QUARTZ_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_QUARTZ_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_QUARTZ_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_QUARTZ_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_RED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_RED_SANDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_RED_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_RED_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_RED_SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_RED_SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_SANDSTONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_SANDSTONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_SANDSTONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_SANDSTONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_STONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_STONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SMOOTH_STONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SMOOTH_STONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
smoothBrush(Player, LocalSession, Expression, int, Mask, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SmoothBrush - Class in com.sk89q.worldedit.command.tool.brush
 
SmoothBrush(int) - Constructor for class com.sk89q.worldedit.command.tool.brush.SmoothBrush
 
SmoothBrush(int, Mask) - Constructor for class com.sk89q.worldedit.command.tool.brush.SmoothBrush
 
smoothSkyLight(NMSRelighter.RelightSkyEntry, int, boolean) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
SNAPS_GOAT_HORN - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
snapshot - Variable in class com.fastasyncworldedit.core.FaweVersion
 
Snapshot - Class in com.sk89q.worldedit.world.snapshot
A snapshot is a backup.
Snapshot - Interface in com.sk89q.worldedit.world.snapshot.experimental
Represents a world snapshot.
Snapshot(SnapshotRepository, String) - Constructor for class com.sk89q.worldedit.world.snapshot.Snapshot
Construct a snapshot restoration operation.
SnapshotCommands - Class in com.sk89q.worldedit.command
Snapshot commands.
SnapshotCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.SnapshotCommands
 
SnapshotComparator - Class in com.sk89q.worldedit.world.snapshot.experimental
 
snapshotDatabase - Variable in class com.sk89q.worldedit.LocalConfiguration
 
SnapshotDatabase - Interface in com.sk89q.worldedit.world.snapshot.experimental
Handler for querying snapshot storage.
SnapshotDateParser - Interface in com.sk89q.worldedit.world.snapshot
A name parser attempts to make sense of a filename for a snapshot.
SnapshotDateTimeParser - Interface in com.sk89q.worldedit.util.time
Instances of this interface try to determine an ZonedDateTime from a given Path.
SnapshotInfo - Class in com.sk89q.worldedit.world.snapshot.experimental
Information about a snapshot, such as name and date.
snapshotRepo - Variable in class com.sk89q.worldedit.LocalConfiguration
 
SnapshotRepository - Class in com.sk89q.worldedit.world.snapshot
A repository contains zero or more snapshots.
SnapshotRepository(File) - Constructor for class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Create a new instance of a repository.
SnapshotRepository(String) - Constructor for class com.sk89q.worldedit.world.snapshot.SnapshotRepository
Create a new instance of a repository.
SnapshotRestore - Class in com.sk89q.worldedit.world.snapshot.experimental
A snapshot restore operation.
SnapshotRestore - Class in com.sk89q.worldedit.world.snapshot
A snapshot restore operation.
SnapshotRestore(Snapshot, EditSession, Region) - Constructor for class com.sk89q.worldedit.world.snapshot.experimental.SnapshotRestore
Construct the snapshot restore operation.
SnapshotRestore(Snapshot, EditSession, Region, boolean, boolean) - Constructor for class com.sk89q.worldedit.world.snapshot.experimental.SnapshotRestore
Construct the snapshot restore operation.
SnapshotRestore(ChunkStore, EditSession, Region) - Constructor for class com.sk89q.worldedit.world.snapshot.SnapshotRestore
Construct the snapshot restore operation.
SnapshotRestore(ChunkStore, EditSession, Region, boolean, boolean) - Constructor for class com.sk89q.worldedit.world.snapshot.SnapshotRestore
Construct the snapshot restore operation.
snapshotsConfigured - Variable in class com.sk89q.worldedit.LocalConfiguration
 
SnapshotUtilCommands - Class in com.sk89q.worldedit.command
 
SnapshotUtilCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.SnapshotUtilCommands
 
SNIFFER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SNIFFER_DIGGABLE_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SNIFFER_EGG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SNIFFER_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SNIFFER_EGG_HATCH_BOOST - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SNIFFER_FOOD - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
SNIFFER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SNORT_POTTERY_SHERD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
snow(Player, LocalSession, RegionFactory, double, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
snow(Actor, LocalSession, EditSession, double, int, boolean) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
Snow - Class in com.sk89q.worldedit.function.factory
 
Snow(boolean) - Constructor for class com.sk89q.worldedit.function.factory.Snow
 
SNOW - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SNOW - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SNOW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SNOW_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SNOW_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SNOW_GOLEM - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SNOW_GOLEM_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SNOW_LAYER_CAN_SURVIVE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SNOW_LAYER_CANNOT_SURVIVE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SNOWBALL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SNOWBALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SnowHeightMap - Class in com.sk89q.worldedit.math.convolution
Allows applications of Kernels onto the region's height map for snow layers
SnowHeightMap(EditSession, Region, Mask) - Constructor for class com.sk89q.worldedit.math.convolution.SnowHeightMap
Constructs the SnowHeightMap.
SnowSimulator - Class in com.sk89q.worldedit.function.block
 
SnowSimulator(Extent, boolean) - Constructor for class com.sk89q.worldedit.function.block.SnowSimulator
 
snowSmooth(Actor, EditSession, Region, int, int, Mask) - Method in class com.sk89q.worldedit.command.RegionCommands
 
snowSmoothBrush(Player, LocalSession, Expression, int, int, Mask, InjectedValueAccess) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SnowSmoothBrush - Class in com.sk89q.worldedit.command.tool.brush
 
SnowSmoothBrush(int) - Constructor for class com.sk89q.worldedit.command.tool.brush.SnowSmoothBrush
 
SnowSmoothBrush(int, int, Mask) - Constructor for class com.sk89q.worldedit.command.tool.brush.SnowSmoothBrush
 
SnowSmoothBrush(int, Mask) - Constructor for class com.sk89q.worldedit.command.tool.brush.SnowSmoothBrush
 
snowy - Static variable in class com.sk89q.worldedit.function.block.SnowSimulator
 
SNOWY - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
SNOWY_BEACH - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SNOWY_MOUNTAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
SNOWY_PLAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SNOWY_SLOPES - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SNOWY_TAIGA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SNOWY_TAIGA_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
SNOWY_TAIGA_MOUNTAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
SNOWY_TUNDRA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
SOLID - Static variable in class com.fastasyncworldedit.core.extent.processor.lighting.Relighter.SkipReason
 
SolidBlockMask - Class in com.sk89q.worldedit.function.mask
 
SolidBlockMask(Extent) - Constructor for class com.sk89q.worldedit.function.mask.SolidBlockMask
 
SolidMaskParser - Class in com.sk89q.worldedit.extension.factory.parser.mask
 
SolidMaskParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.mask.SolidMaskParser
 
SolidRandomOffsetPattern - Class in com.fastasyncworldedit.core.function.pattern
 
SolidRandomOffsetPattern(Pattern, int, int, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.SolidRandomOffsetPattern
Create a new Pattern instance
SolidRandomOffsetPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
SolidRandomOffsetPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.SolidRandomOffsetPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
sort(boolean, List<BlockVector3>) - Static method in class com.sk89q.worldedit.internal.util.RegionOptimizedVectorSorter
For test purposes, or if you want to finely control when parallelism occurs.
sort(List<BlockVector3>) - Static method in class com.sk89q.worldedit.internal.util.RegionOptimizedVectorSorter
 
sortByCoordsYzx() - Static method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
sortByCoordsYzx() - Static method in class com.sk89q.worldedit.math.BlockVector3
Returns a comparator that sorts vectors first by Y, then Z, then X.
sortByCoordsYzx() - Static method in class com.sk89q.worldedit.math.Vector3
Returns a comparator that sorts vectors first by Y, then Z, then X.
SOUL_CAMPFIRE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SOUL_CAMPFIRE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SOUL_FIRE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SOUL_FIRE_BASE_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SOUL_FIRE_BASE_BLOCKS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
SOUL_LANTERN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SOUL_LANTERN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SOUL_SAND - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SOUL_SAND - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SOUL_SAND_VALLEY - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SOUL_SOIL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SOUL_SOIL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SOUL_SPEED_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SOUL_TORCH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SOUL_TORCH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SOUL_WALL_TORCH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
source - Variable in class com.fastasyncworldedit.core.function.block.BiomeCopy
 
source - Variable in class com.fastasyncworldedit.core.function.block.CombinedBlockCopy
 
source - Variable in class com.fastasyncworldedit.core.function.block.SimpleBlockCopy
 
source - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
source - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.IdExprContext
 
SOURCE_MASK - Enum constant in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
 
SourceMaskExtent - Class in com.fastasyncworldedit.core.extent
 
SourceMaskExtent(Extent, Mask) - Constructor for class com.fastasyncworldedit.core.extent.SourceMaskExtent
 
SOUTH - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
SOUTH - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
SOUTH_SOUTHEAST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
SOUTH_SOUTHWEST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
SOUTHEAST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
SOUTHWEST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
spaceSplit(String) - Static method in class com.sk89q.worldedit.internal.command.CommandArgParser
 
SPARSE_JUNGLE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
spawn(Random, int, int) - Method in class com.fastasyncworldedit.core.function.generator.OreGen
 
spawn(Random, int, int) - Method in interface com.fastasyncworldedit.core.function.generator.Resource
 
spawn(Random, int, int) - Method in class com.fastasyncworldedit.core.function.generator.SchemGen
 
SPAWNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPAWNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPAWNER_MINECART - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
spawnResource(Region, Resource, int, int) - Method in class com.fastasyncworldedit.core.extent.LimitExtent
 
spawnResource(Region, Resource, int, int) - Method in class com.fastasyncworldedit.core.extent.NullExtent
 
spawnResource(Region, Resource, int, int) - Method in class com.fastasyncworldedit.core.extent.PassthroughExtent
 
spawnResource(Region, Resource, int, int) - Method in interface com.sk89q.worldedit.extent.Extent
 
SPECTATOR - Static variable in class com.sk89q.worldedit.world.gamemode.GameModes
 
SPECTRAL_ARROW - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SPECTRAL_ARROW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPEED_REDUCTION - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
SPEED_REDUCTION - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
sphere(Actor, LocalSession, EditSession, Pattern, List<Double>, boolean, boolean) - Method in class com.sk89q.worldedit.command.GenerationCommands
 
SPHERE - Enum constant in enum class com.sk89q.worldedit.command.argument.SelectorChoice
 
SPHERE - Enum constant in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
 
sphereBrush(Player, InjectedValueAccess, Pattern, Expression, boolean, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SphereBrush - Class in com.sk89q.worldedit.command.tool.brush
 
SphereBrush() - Constructor for class com.sk89q.worldedit.command.tool.brush.SphereBrush
 
SphereRegionFactory - Class in com.sk89q.worldedit.regions.factory
 
SphereRegionFactory() - Constructor for class com.sk89q.worldedit.regions.factory.SphereRegionFactory
 
SphereRegionSelector - Class in com.sk89q.worldedit.regions.selector
Creates a SphereRegion from a user's selections.
SphereRegionSelector() - Constructor for class com.sk89q.worldedit.regions.selector.SphereRegionSelector
Create a new selector with a null world.
SphereRegionSelector(RegionSelector) - Constructor for class com.sk89q.worldedit.regions.selector.SphereRegionSelector
Create a new selector from another one.
SphereRegionSelector(World) - Constructor for class com.sk89q.worldedit.regions.selector.SphereRegionSelector
Create a new selector.
SphereRegionSelector(World, BlockVector3, int) - Constructor for class com.sk89q.worldedit.regions.selector.SphereRegionSelector
Create a new selector.
sphericity() - Method in record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
Returns the value of the sphericity record component.
SPIDER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SPIDER_EYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPIDER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPLASH_POTION - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
splatterBrush(InjectedValueAccess, Pattern, Expression, double, double, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SplatterBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
SplatterBrush(int, int, boolean) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.SplatterBrush
 
SplatterBrushMask - Class in com.fastasyncworldedit.core.function.mask
 
SplatterBrushMask(EditSession, BlockVector3, int, Mask, LocalBlockVectorSet) - Constructor for class com.fastasyncworldedit.core.function.mask.SplatterBrushMask
 
Spline - Class in com.fastasyncworldedit.core.command.tool.sweep
Embodies an abstract implementation for pasting structures along a spline.
A curve is being interpolated by the provided Interpolation implementation and the structure is pasted along this curve by the specific Spline implementation.
Spline(EditSession, Interpolation) - Constructor for class com.fastasyncworldedit.core.command.tool.sweep.Spline
Constructor without position-correction.
Spline(EditSession, Interpolation, int) - Constructor for class com.fastasyncworldedit.core.command.tool.sweep.Spline
Constructor with position-correction.
splineBrush(Player, InjectedValueAccess, Pattern, Expression) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SplineBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
SplineBrush(Player) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.SplineBrush
 
split(Progress...) - Static method in class com.sk89q.worldedit.util.task.progress.Progress
Create a new progress object with progress split equally between the given progress objects.
split(String) - Static method in class com.sk89q.minecraft.util.commands.CommandContext
 
split(String, char) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
split(String, char, char, char) - Static method in class com.sk89q.util.StringUtil
Splits a string respecting enclosing quotes.
split(Collection<Progress>) - Static method in class com.sk89q.worldedit.util.task.progress.Progress
Create a new progress object with progress split equally between the given progress objects.
spliterator() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
splitObservables(ProgressObservable...) - Static method in class com.sk89q.worldedit.util.task.progress.Progress
Create a new progress object with progress split equally between the given ProgressObservables.
splitObservables(Collection<? extends ProgressObservable>) - Static method in class com.sk89q.worldedit.util.task.progress.Progress
Create a new progress object with progress split equally between the given ProgressObservables.
SPONGE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPONGE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPONGE_SCHEMATIC - Enum constant in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
Deprecated.
Slow, resource intensive, but sometimes safer than using the recommended BuiltInClipboardFormat.FAST. Avoid using with any large schematics/clipboards for reading/writing.
SpongeSchematicReader - Class in com.sk89q.worldedit.extent.clipboard.io
Deprecated.
Slow, resource intensive, but sometimes safer than using the recommended FastSchematicReader. Avoid reading large schematics with this reader.
SpongeSchematicReader(NBTInputStream) - Constructor for class com.sk89q.worldedit.extent.clipboard.io.SpongeSchematicReader
Deprecated.
Create a new instance.
SpongeSchematicWriter - Class in com.sk89q.worldedit.extent.clipboard.io
Deprecated.
Slow, resource intensive, but sometimes safer than using the recommended FastSchematicWriter. Avoid using large clipboards to create schematics with this writer.
SpongeSchematicWriter(NBTOutputStream) - Constructor for class com.sk89q.worldedit.extent.clipboard.io.SpongeSchematicWriter
Deprecated.
Create a new schematic writer.
SPORE_BLOSSOM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPORE_BLOSSOM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SpreadTransformParser - Class in com.fastasyncworldedit.core.extension.factory.parser.transform
 
SpreadTransformParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.transform.SpreadTransformParser
Create a new rich parser with a defined prefix for the result, e.g.
SPRUCE_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_CHEST_BOAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_LEAVES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_LEAVES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_LOGS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SPRUCE_LOGS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
SPRUCE_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_SAPLING - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_SAPLING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPRUCE_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SPRUCE_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SPYGLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
sqr(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
sqrtApprox(double) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
sqrtApprox(float) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
SQUID - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
SQUID_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
stack(Actor, World, EditSession, LocalSession, Region, int, BlockVector3, boolean, boolean, boolean, boolean, Mask) - Method in class com.sk89q.worldedit.command.RegionCommands
 
stackCuboidRegion(Region, BlockVector3, int, boolean) - Method in class com.sk89q.worldedit.EditSession
Stack a cuboid region.
stackCuboidRegion(Region, BlockVector3, int, boolean, boolean, Mask) - Method in class com.sk89q.worldedit.EditSession
Stack a cuboid region.
stacker(Player, LocalSession, int, Mask) - Method in class com.sk89q.worldedit.command.ToolCommands
 
StackTool - Class in com.sk89q.worldedit.command.tool
 
StackTool(int, Mask) - Constructor for class com.sk89q.worldedit.command.tool.StackTool
 
StackTraceReport - Class in com.sk89q.worldedit.util.report
 
StackTraceReport(StackTraceElement[]) - Constructor for class com.sk89q.worldedit.util.report.StackTraceReport
 
STAGE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
STANDARD_CHARS - Static variable in class com.sk89q.worldedit.util.function.LevenshteinDistance
 
STANDING_SIGNS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
start(int, int, int) - Method in class com.fastasyncworldedit.core.queue.implementation.Flood
 
started - Variable in class com.sk89q.worldedit.regions.selector.EllipsoidRegionSelector
 
startSet(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Deprecated, for removal: This API element is subject to removal in a future version.
To be replaced by better-named QueueHandler.startUnsafe(boolean) )}
startUnsafe(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Indicate an unsafe task is starting.
state - Variable in class com.sk89q.worldedit.history.change.EntityCreate
 
state - Variable in class com.sk89q.worldedit.history.change.EntityRemove
 
StateApplyingPattern - Class in com.sk89q.worldedit.function.pattern
 
StateApplyingPattern(Extent, Map<String, String>) - Constructor for class com.sk89q.worldedit.function.pattern.StateApplyingPattern
 
statement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
statement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
statement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
statement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SimpleForStatementContext
 
statement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
statement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementsContext
 
statement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
statement(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
statement(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementsContext
 
StatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
statements - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
statements() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AllStatementsContext
 
statements() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.BlockContext
 
statements() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
statements() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
statements(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
StatementsContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.StatementsContext
 
states - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache
 
stencilBrush(Player, LocalSession, InjectedValueAccess, Pattern, Expression, String, int, double, boolean, boolean) - Method in class com.sk89q.worldedit.command.BrushCommands
 
StencilBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
StencilBrush(InputStream, int, double, boolean, Clipboard, int, int) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.StencilBrush
 
StencilBrushMask - Class in com.fastasyncworldedit.core.function.mask
 
StencilBrushMask(EditSession, Mask, BlockVector3, Transform, int, HeightMap, double, int, int, int, Pattern) - Constructor for class com.fastasyncworldedit.core.function.mask.StencilBrushMask
 
Step - Annotation Interface in com.sk89q.worldedit.command.util.annotation
 
STICK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STICKY_PISTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STICKY_PISTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_AXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
STONE_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_BUTTONS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
STONE_BUTTONS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
STONE_CRAFTING_MATERIALS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
STONE_HOE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_ORE_REPLACEABLES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
STONE_PICKAXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_PRESSURE_PLATES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
STONE_SHORE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
STONE_SHOVEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONE_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_SWORD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONE_TOOL_MATERIALS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
STONECUTTER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STONECUTTER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STONY_PEAKS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
STONY_SHORE - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
STORE_REDO - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
storeBlock(BlockState) - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Store a block.
storeBlock(BlockState, int) - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Store a block.
storeDroppedBlock(BlockState) - Method in class com.sk89q.worldedit.extent.inventory.BlockBag
Stores a block as if it was mined.
STRAY - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
STRAY_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
stream - Variable in class com.sk89q.worldedit.world.storage.McRegionReader
 
stream() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
streamBiomes(IntValueReader) - Method in class com.fastasyncworldedit.core.extent.clipboard.CPUOptimizedClipboard
 
streamBiomes(IntValueReader) - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
streamBiomes(IntValueReader) - Method in class com.fastasyncworldedit.core.extent.clipboard.LinearClipboard
The locations provided are relative to the clipboard min
streamBiomes(IntValueReader) - Method in class com.fastasyncworldedit.core.extent.clipboard.MemoryOptimizedClipboard
 
StreamChange - Interface in com.fastasyncworldedit.core.history.change
 
StreamDelegate - Class in com.fastasyncworldedit.core.jnbt.streamer
 
StreamDelegate() - Constructor for class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
StreamReader<T> - Interface in com.fastasyncworldedit.core.jnbt.streamer
 
STRIDER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
STRIDER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIDER_WARM_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
STRING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
StringMan - Class in com.fastasyncworldedit.core.util
 
StringMan() - Constructor for class com.fastasyncworldedit.core.util.StringMan
 
StringTag - Class in com.sk89q.jnbt
Deprecated.
Use StringBinaryTag.
StringTag(StringBinaryTag) - Constructor for class com.sk89q.jnbt.StringTag
Deprecated.
 
StringTag(String) - Constructor for class com.sk89q.jnbt.StringTag
Deprecated.
Creates the tag with an empty name.
StringUtil - Class in com.sk89q.util
String utilities.
stringValue(String) - Static method in class com.sk89q.worldedit.util.gson.GsonUtil
 
STRIP_NBT - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
STRIP_NBT - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
stripBlockNBT(B) - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
stripEntityNBT(T) - Method in class com.fastasyncworldedit.core.extent.StripNBTExtent
 
StripNBTExtent - Class in com.fastasyncworldedit.core.extent
 
StripNBTExtent(Extent, Set<String>) - Constructor for class com.fastasyncworldedit.core.extent.StripNBTExtent
Create a new instance.
STRIPPED_ACACIA_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_ACACIA_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_ACACIA_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_ACACIA_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_BAMBOO_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_BAMBOO_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_BIRCH_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_BIRCH_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_BIRCH_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_BIRCH_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_CHERRY_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_CHERRY_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_CHERRY_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_CHERRY_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_CRIMSON_HYPHAE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_CRIMSON_HYPHAE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_CRIMSON_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_CRIMSON_STEM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_DARK_OAK_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_DARK_OAK_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_DARK_OAK_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_DARK_OAK_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_JUNGLE_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_JUNGLE_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_JUNGLE_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_JUNGLE_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_MANGROVE_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_MANGROVE_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_MANGROVE_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_MANGROVE_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_OAK_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_OAK_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_OAK_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_OAK_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_SPRUCE_LOG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_SPRUCE_LOG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_SPRUCE_WOOD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_SPRUCE_WOOD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_WARPED_HYPHAE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_WARPED_HYPHAE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRIPPED_WARPED_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRIPPED_WARPED_STEM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRUCTURE_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRUCTURE_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
STRUCTURE_VOID - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
STRUCTURE_VOID - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SubCommandPermissionCondition - Class in com.sk89q.worldedit.command.util
 
SubCommandPermissionCondition.Generator - Class in com.sk89q.worldedit.command.util
 
Subject - Interface in com.sk89q.worldedit.util.auth
A subject has authorization attached to it.
subList(int, int) - Method in class com.sk89q.worldedit.util.report.ReportList
 
submit(IQueueChunk) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
submit(IQueueChunk<T>) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Internal use only.
submit(Runnable) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Complete a task in the forkJoinPoolPrimary queue.
submit(K, Runnable) - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
 
submit(K, Runnable, T) - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
 
submit(K, Callable<T>) - Method in class com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService
 
submit(T) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Submit the chunk so that it's changes are applied to the world
subscribe(Class<?>, EventHandler) - Method in class com.sk89q.worldedit.util.eventbus.EventBus
Registers the given handler for the given class to receive events.
Subscribe - Annotation Interface in com.sk89q.worldedit.util.eventbus
Used to mark methods as event handlers.
subscribeAll(Multimap<Class<?>, EventHandler>) - Method in class com.sk89q.worldedit.util.eventbus.EventBus
Registers the given handler for the given class to receive events.
subSequence(int, int) - Method in class com.fastasyncworldedit.core.util.JoinedCharSequence
Deprecated.
 
subSequence(int, int) - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
Substring - Class in com.sk89q.worldedit.internal.util
An explicit substring.
SubtleFormat - Class in com.sk89q.worldedit.util.formatting.component
Represents a subtle part of the message.
subtract(double, double) - Method in class com.sk89q.worldedit.math.Vector2
Subtract another vector from this vector and return the result as a new vector.
subtract(double, double, double) - Method in class com.sk89q.worldedit.math.Vector3
Subtract another vector from this vector and return the result as a new vector.
subtract(int, int) - Method in class com.sk89q.worldedit.math.BlockVector2
Subtract another vector from this vector and return the result as a new vector.
subtract(int, int, int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
subtract(int, int, int) - Method in class com.sk89q.worldedit.math.BlockVector3
Subtract another vector from this vector and return the result as a new vector.
subtract(BlockVector2) - Method in class com.sk89q.worldedit.math.BlockVector2
Subtract another vector from this vector and return the result as a new vector.
subtract(BlockVector2...) - Method in class com.sk89q.worldedit.math.BlockVector2
Subtract a list of vectors from this vector and return the result as a new vector.
subtract(BlockVector3) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
subtract(BlockVector3) - Method in class com.sk89q.worldedit.math.BlockVector3
Subtract another vector from this vector and return the result as a new vector.
subtract(BlockVector3...) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
subtract(BlockVector3...) - Method in class com.sk89q.worldedit.math.BlockVector3
Subtract a list of vectors from this vector and return the result as a new vector.
subtract(Vector2) - Method in class com.sk89q.worldedit.math.Vector2
Subtract another vector from this vector and return the result as a new vector.
subtract(Vector2...) - Method in class com.sk89q.worldedit.math.Vector2
Subtract a list of vectors from this vector and return the result as a new vector.
subtract(Vector3) - Method in class com.sk89q.worldedit.math.Vector3
Subtract another vector from this vector and return the result as a new vector.
subtract(Vector3...) - Method in class com.sk89q.worldedit.math.Vector3
Subtract a list of vectors from this vector and return the result as a new vector.
SUCCEEDED - Enum constant in enum class com.sk89q.worldedit.util.task.Task.State
The task has succeeded.
SUGAR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SUGAR_CANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SUGAR_CANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
suggestBoolean(String) - Static method in class com.sk89q.worldedit.command.util.SuggestionHelper
Returns a stream of suggestions for booleans.
SuggestInputParseException - Exception in com.fastasyncworldedit.core.command
 
SuggestInputParseException(InputParseException, String, Supplier<List<String>>) - Constructor for exception com.fastasyncworldedit.core.command.SuggestInputParseException
Deprecated, for removal: This API element is subject to removal in a future version.
SuggestInputParseException(InputParseException, Supplier<List<String>>) - Constructor for exception com.fastasyncworldedit.core.command.SuggestInputParseException
 
SuggestInputParseException(Component, Supplier<List<String>>) - Constructor for exception com.fastasyncworldedit.core.command.SuggestInputParseException
Create a new SuggestInputParseException instance
SuggestInputParseException(String, String, Supplier<List<String>>) - Constructor for exception com.fastasyncworldedit.core.command.SuggestInputParseException
Deprecated, for removal: This API element is subject to removal in a future version.
suggestionContext - Variable in class com.sk89q.minecraft.util.commands.CommandContext
 
SuggestionContext - Class in com.sk89q.minecraft.util.commands
 
SuggestionHelper - Class in com.sk89q.worldedit.command.util
Internal class for generating common command suggestions.
suggestPositiveDoubles(String) - Static method in class com.sk89q.worldedit.command.util.SuggestionHelper
Returns a stream of suggestions for positive doubles.
suggestPositiveIntegers(String) - Static method in class com.sk89q.worldedit.command.util.SuggestionHelper
Returns a stream of suggestions for positive integers.
summarize(Region, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
summarize(Region, boolean) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
summarize(Region, boolean) - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
summarize(Region, boolean) - Method in class com.sk89q.worldedit.history.changeset.ArrayListHistory
 
summarize(Region, boolean) - Method in interface com.sk89q.worldedit.history.changeset.ChangeSet
Get a summary of this changeset.
summarizeShallow() - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
summarizeShallow() - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
summary(Player, RollbackDatabase, Arguments, UUID, Integer) - Method in class com.sk89q.worldedit.command.HistorySubCommands
 
SummedColorTable - Class in com.fastasyncworldedit.core.util.collection
Efficient blur / average color over an image.
SummedColorTable(BufferedImage, boolean) - Constructor for class com.fastasyncworldedit.core.util.collection.SummedColorTable
 
SUNFLOWER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SUNFLOWER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SUNFLOWER_PLAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SuperPickaxeCommands - Class in com.sk89q.worldedit.command
 
SuperPickaxeCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.SuperPickaxeCommands
 
superPickaxeDrop - Variable in class com.sk89q.worldedit.LocalConfiguration
 
superPickaxeManyDrop - Variable in class com.sk89q.worldedit.LocalConfiguration
 
Supervisor - Interface in com.sk89q.worldedit.util.task
Manages running tasks and informs users of their progress, but does not execute the task.
supplier(Callable<T>) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
supplier(IntFunction<T>, int) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
supplier(Supplier<T>, Consumer<T>) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
supplier(Supplier<T>, Function<T, T>) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
supply(Supplier<T>) - Method in class com.fastasyncworldedit.core.util.task.AsyncNotifyQueue
 
SupplyingExtent - Class in com.fastasyncworldedit.core.extent
An extent that delegates actions to another extent that may change at any time.
SupplyingExtent(Supplier<Extent>) - Constructor for class com.fastasyncworldedit.core.extent.SupplyingExtent
 
SurfaceAngleMask - Class in com.fastasyncworldedit.core.function.mask
 
SurfaceAngleMask(Extent, double, double, int) - Constructor for class com.fastasyncworldedit.core.function.mask.SurfaceAngleMask
 
SurfaceAngleMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
SurfaceAngleMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.SurfaceAngleMaskParser
Create a new surface angle mask parser with a defined prefix for the result, e.g.
surfaceBrush(InjectedValueAccess, Pattern, Expression) - Method in class com.sk89q.worldedit.command.BrushCommands
 
surfaceLayer(InjectedValueAccess, Expression, List<Pattern>) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SurfaceMask - Class in com.fastasyncworldedit.core.function.mask
 
SurfaceMask(Extent) - Constructor for class com.fastasyncworldedit.core.function.mask.SurfaceMask
 
SurfaceMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
SurfaceMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.SurfaceMaskParser
 
SurfaceRandomOffsetPattern - Class in com.fastasyncworldedit.core.function.pattern
 
SurfaceRandomOffsetPattern(Pattern, int, int, int) - Constructor for class com.fastasyncworldedit.core.function.pattern.SurfaceRandomOffsetPattern
Create a new Pattern instance
SurfaceRandomOffsetPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
SurfaceRandomOffsetPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.SurfaceRandomOffsetPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
SurfaceRegionFunction - Class in com.fastasyncworldedit.core.function
 
SurfaceRegionFunction(Extent, RegionFunction, int, int) - Constructor for class com.fastasyncworldedit.core.function.SurfaceRegionFunction
 
SurfaceSphereBrush - Class in com.fastasyncworldedit.core.command.tool.brush
 
SurfaceSphereBrush() - Constructor for class com.fastasyncworldedit.core.command.tool.brush.SurfaceSphereBrush
 
surfaceSpline(Player, InjectedValueAccess, Pattern, Expression, double, double, double, double) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SurfaceSpline - Class in com.fastasyncworldedit.core.command.tool.brush
 
SurfaceSpline(double, double, double, double) - Constructor for class com.fastasyncworldedit.core.command.tool.brush.SurfaceSpline
 
SURVIVAL - Static variable in class com.sk89q.worldedit.world.gamemode.GameModes
 
SurvivalModeExtent - Class in com.sk89q.worldedit.extent.world
Makes changes to the world as if a player had done so during survival mode.
SurvivalModeExtent(Extent, World) - Constructor for class com.sk89q.worldedit.extent.world.SurvivalModeExtent
Create a new instance.
SUSPICIOUS_GRAVEL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SUSPICIOUS_GRAVEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SUSPICIOUS_SAND - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SUSPICIOUS_SAND - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SUSPICIOUS_STEW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SWAMP - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
SWAMP - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
SWAMP_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
sweepBrush(Player, InjectedValueAccess, int) - Method in class com.sk89q.worldedit.command.BrushCommands
 
SweepBrush - Class in com.fastasyncworldedit.core.command.tool.sweep
 
SweepBrush(int) - Constructor for class com.fastasyncworldedit.core.command.tool.sweep.SweepBrush
 
SWEET_BERRIES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
SWEET_BERRY_BUSH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
SWITCH - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
SWITCH - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
SWITCH() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
switchLabel - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
switchLabel() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
switchLabel() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
switchLabel(int) - Method in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
SwitchLabelContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.SwitchLabelContext
 
SwitchLabelContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.SwitchLabelContext
 
switchStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
switchStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
SwitchStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
SWORD_EFFICIENT - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
SWORDS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
sync(RunnableVal<T>) - Method in class com.fastasyncworldedit.core.util.TaskManager
Quickly run a task on the main thread, and wait for execution to finish.
sync(Runnable) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Submit a task to be run on the main thread.
sync(Callable<T>) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Submit a task to be run on the main thread.
sync(Supplier<T>) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Submit a task to be run on the main thread.
sync(Supplier<T>) - Method in class com.fastasyncworldedit.core.util.TaskManager
Quickly run a task on the main thread, and wait for execution to finish.
syncWhenFree(RunnableVal<T>) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task on the main thread when the TPS is high enough, and wait for execution to finish.
syncWhenFree(Runnable) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Submit a task to be run on the main thread.
syncWhenFree(Runnable, T) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Submit a task to be run on the main thread.
syncWhenFree(Callable<T>) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Submit a task to be run on the main thread.
syncWhenFree(Supplier<T>) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Submit a task to be run on the main thread.
syncWhenFree(Supplier<T>) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task on the main thread when the TPS is high enough, and wait for execution to finish.
SystemInfoReport - Class in com.sk89q.worldedit.util.report
 
SystemInfoReport() - Constructor for class com.sk89q.worldedit.util.report.SystemInfoReport
 

T

TADPOLE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
TADPOLE_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TADPOLE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
tag - Variable in class com.fastasyncworldedit.core.history.change.MutableEntityChange
 
tag - Variable in class com.fastasyncworldedit.core.history.change.MutableTileChange
 
tag(String) - Method in class com.sk89q.worldedit.regions.polyhedron.Triangle
Set the triangle's tag.
Tag - Class in com.sk89q.jnbt
Deprecated, for removal: This API element is subject to removal in a future version.
JNBT is being removed for adventure-nbt in WorldEdit 8.
Tag() - Constructor for class com.sk89q.jnbt.Tag
Deprecated.
 
TAGGED - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
TAIGA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
TAIGA_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
TAIGA_MOUNTAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
takeUntil(Stream<T>, Predicate<T>) - Static method in class com.sk89q.worldedit.util.collection.MoreStreams
Emit elements from stream until predicate returns true.
takeWhile(Stream<T>, Predicate<T>) - Static method in class com.sk89q.worldedit.util.collection.MoreStreams
Emit elements from stream until predicate returns false.
TALL_BIRCH - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
TALL_BIRCH_FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
TALL_BIRCH_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
TALL_FLOWERS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
TALL_FLOWERS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
TALL_GRASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TALL_GRASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TALL_MANGROVE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
TALL_REDWOOD - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
TALL_SEAGRASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
target - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentContext
 
target - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PostCrementExprContext
 
target - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.PreCrementExprContext
 
target - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.SwitchStatementContext
 
target(Player, LocalSession, int) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
TARGET - Enum constant in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
 
TARGET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TARGET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TARGET_BLOCK_RANGE - Enum constant in enum class com.fastasyncworldedit.core.command.tool.TargetMode
 
TARGET_FACE_RANGE - Enum constant in enum class com.fastasyncworldedit.core.command.tool.TargetMode
 
TARGET_OFFSET - Enum constant in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
 
TARGET_POINT_HEIGHT - Enum constant in enum class com.fastasyncworldedit.core.command.tool.TargetMode
 
TARGET_SIZE - Variable in class com.fastasyncworldedit.core.configuration.Settings.QUEUE
 
TargetBlock - Class in com.sk89q.worldedit.util
This class uses an inefficient method to figure out what block a player is looking towards.
TargetBlock(Player) - Constructor for class com.sk89q.worldedit.util.TargetBlock
Constructor requiring a player, uses default values.
TargetBlock(Player, int, double) - Constructor for class com.sk89q.worldedit.util.TargetBlock
Constructor requiring a player, max distance and a checking distance.
TargetBlock(Player, Extent, int, double) - Constructor for class com.sk89q.worldedit.util.TargetBlock
 
TargetMode - Enum Class in com.fastasyncworldedit.core.command.tool
 
targetOffset(Player, EditSession, LocalSession, int) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
task(Runnable) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task on the main thread.
Task<T,V> - Interface in com.fastasyncworldedit.core.util.task
 
Task<V> - Interface in com.sk89q.worldedit.util.task
A task is a job that can be scheduled, run, or cancelled.
Task.State - Enum Class in com.sk89q.worldedit.util.task
Represents the state of a task.
taskManager() - Static method in class com.fastasyncworldedit.core.util.TaskManager
Gets an instance of the TaskManager.
TaskManager - Class in com.fastasyncworldedit.core.util
 
TaskManager() - Constructor for class com.fastasyncworldedit.core.util.TaskManager
 
taskNow(Runnable, boolean) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task on the current thread or asynchronously.
taskNowAsync(Runnable) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task as soon as possible not on the main thread.
taskNowMain(Runnable) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task as soon as possible on the main thread.
taskSoonMain(Runnable, boolean) - Method in class com.fastasyncworldedit.core.util.TaskManager
Run a task on the main thread at the next tick or now async.
TaskStateComparator - Class in com.sk89q.worldedit.util.task
Compares task states according to the order of the Task.State enumeration.
TaskStateComparator() - Constructor for class com.sk89q.worldedit.util.task.TaskStateComparator
 
taskWhenFree(Runnable) - Method in class com.fastasyncworldedit.core.util.TaskManager
 
tellVersion(Actor) - Method in class com.sk89q.worldedit.LocalSession
Tell the player the WorldEdit version.
temperature - Variable in class com.fastasyncworldedit.core.util.TextureUtil.BiomeColor
 
TemporalExtent - Class in com.fastasyncworldedit.core.extent
 
TemporalExtent(Extent) - Constructor for class com.fastasyncworldedit.core.extent.TemporalExtent
Create a new instance.
TernaryExprContext(ExpressionParser.ConditionalExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
test(Actor, EditSession, double) - Method in class com.sk89q.worldedit.command.RegionCommands
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.ABlockMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.AngleMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.CachedMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.DataMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.IdMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.ImageBrushMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.LayerBrushMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.SplatterBrushMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.StencilBrushMask
 
test(Extent, BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.SurfaceAngleMask
 
test(Extent, BlockVector3) - Method in class com.sk89q.worldedit.function.mask.AbstractExtentMask
 
test(Extent, BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BiomeMask
 
test(Extent, BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BlockCategoryMask
 
test(Extent, BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BlockStateMask
Deprecated.
 
test(Extent, BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
 
test(Extent, BlockVector3) - Method in class com.sk89q.worldedit.function.mask.ExistingBlockMask
 
test(BlockVector2) - Method in class com.fastasyncworldedit.core.function.mask.MaskUnion2D
 
test(BlockVector2) - Method in class com.sk89q.worldedit.function.mask.BiomeMask2D
Deprecated.
 
test(BlockVector2) - Method in class com.sk89q.worldedit.function.mask.ExpressionMask2D
 
test(BlockVector2) - Method in interface com.sk89q.worldedit.function.mask.Mask2D
Returns true if the criteria is met.
test(BlockVector2) - Method in class com.sk89q.worldedit.function.mask.MaskIntersection2D
 
test(BlockVector2) - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
 
test(BlockVector2) - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
 
test(BlockVector2) - Method in class com.sk89q.worldedit.function.mask.NoiseFilter2D
 
test(BlockVector2) - Method in class com.sk89q.worldedit.function.mask.OffsetMask2D
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.ABlockMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.AbstractDelegateMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.AdjacentAnyMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.AdjacentMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.AngleMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.CachedMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.DataMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.IdMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.ImageBrushMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.InverseMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.LayerBrushMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.MaskUnion
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.PlaneMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.RadiusMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.RandomMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.SimplexMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockStateMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.SplatterBrushMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.StencilBrushMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.SurfaceAngleMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.SurfaceMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.WallMakeMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.WallMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.XAxisMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.YAxisMask
 
test(BlockVector3) - Method in class com.fastasyncworldedit.core.function.mask.ZAxisMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BiomeMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BlockCategoryMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BlockStateMask
Deprecated.
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.BoundedHeightMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.ExistingBlockMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.ExpressionMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockStateMask
 
test(BlockVector3) - Method in interface com.sk89q.worldedit.function.mask.Mask
Returns true if the criteria is met.
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.Masks.NegatedMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.NoiseFilter
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.OffsetMask
 
test(BlockVector3) - Method in class com.sk89q.worldedit.function.mask.RegionMask
 
test(BlockState) - Method in class com.fastasyncworldedit.core.function.mask.ABlockMask
 
test(BlockState) - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockStateMask
 
test(BlockState) - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockTypeMask
 
test(BlockState) - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
test(BlockState) - Method in class com.sk89q.worldedit.function.mask.BlockStateMask
Deprecated.
 
test(BlockState) - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockStateMask
 
test(BlockState) - Method in class com.sk89q.worldedit.function.mask.InverseSingleBlockTypeMask
 
test(BlockType) - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
 
testPermission(CommandLocals, String) - Method in class com.sk89q.worldedit.internal.command.ActorAuthorizer
 
testPermission(CommandLocals, String) - Method in interface com.sk89q.worldedit.util.auth.Authorizer
Tests whether permission is granted for the given context.
testPermission(CommandLocals, String) - Method in class com.sk89q.worldedit.util.auth.NullAuthorizer
 
testSlope(Extent, int, int, int) - Method in class com.fastasyncworldedit.core.function.mask.AngleMask
 
testSlope(Extent, int, int, int) - Method in class com.fastasyncworldedit.core.function.mask.ExtremaMask
 
testSlope(Extent, int, int, int) - Method in class com.fastasyncworldedit.core.function.mask.ROCAngleMask
 
TEXT_DISPLAY - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
TextComponentProducer - Class in com.sk89q.worldedit.util.formatting.component
 
TextComponentProducer() - Constructor for class com.sk89q.worldedit.util.formatting.component.TextComponentProducer
 
TextureHolder - Interface in com.fastasyncworldedit.core.util
 
TEXTURES - Variable in class com.fastasyncworldedit.core.configuration.Settings.PATHS
 
TextureUtil - Class in com.fastasyncworldedit.core.util
 
TextureUtil() - Constructor for class com.fastasyncworldedit.core.util.TextureUtil
Do not use.
TextureUtil(File) - Constructor for class com.fastasyncworldedit.core.util.TextureUtil
Do not use.
TextureUtil.BiomeColor - Class in com.fastasyncworldedit.core.util
 
TextUtils - Class in com.sk89q.worldedit.util.formatting.component
 
thaw(Actor, LocalSession, EditSession, double, int) - Method in class com.sk89q.worldedit.command.UtilityCommands
 
thaw(BlockVector3, double) - Method in class com.sk89q.worldedit.EditSession
thaw(BlockVector3, double, int) - Method in class com.sk89q.worldedit.EditSession
Thaw blocks in a cylinder.
THE_END - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
THE_VOID - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
THICKNESS - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
threads(Actor) - Method in class com.sk89q.worldedit.command.WorldEditCommands
 
ThreadUnsafeCharBlocks - Class in com.fastasyncworldedit.core.queue.implementation.blocks
Equivalent to CharSetBlocks without any attempt to make thread-safe for improved performance.
THROW_MAX_BLOCKSTATES() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_BLOCKSTATES(int) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_CHANGES() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_CHANGES(int) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_CHANGES(long) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_CHECKS() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_CHECKS(int) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_CHECKS(long) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_ENTITIES() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_ENTITIES(int) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_FAILS() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_FAILS(int) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_ITERATIONS() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
THROW_MAX_ITERATIONS(int) - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
ThrowableSupplier<T extends Throwable> - Interface in com.fastasyncworldedit.core.util.task
 
thru(Player) - Method in class com.sk89q.worldedit.command.NavigationCommands
 
THUNDER_STORM - Static variable in class com.sk89q.worldedit.world.weather.WeatherTypes
 
tick() - Method in interface com.sk89q.worldedit.extension.platform.Watchdog
 
TICK_LIMITER - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
TICK_LIMITER() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.TICK_LIMITER
Deprecated.
 
ticking - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache
Array of blockstates in order of ordinal indicating if the block ticks, e.g.
TIDE_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TileEntityBlock - Interface in com.sk89q.worldedit.blocks
Indicates a block that contains extra data identified as an NBT structure.
tiles - Variable in class com.fastasyncworldedit.core.queue.implementation.blocks.CharSetBlocks
 
TILT - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
time(Actor, String) - Method in class com.fastasyncworldedit.core.extension.platform.binding.ConsumeBindings
 
Time - Annotation Interface in com.sk89q.worldedit.command.util.annotation
 
timeLimit - Variable in class com.sk89q.worldedit.scripting.RhinoContextFactory
 
timeout(Actor, LocalSession, Integer) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
timer - Variable in class com.fastasyncworldedit.core.function.pattern.BufferedPattern
 
TIMES - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
TIMES - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
TIMES() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.MultiplicativeExprContext
 
TIMES_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
TIMES_ASSIGN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
TIMES_ASSIGN() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.AssignmentOperatorContext
 
timeToSec(String) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
timeZone - Variable in class com.fastasyncworldedit.core.configuration.file.YamlRepresenter
 
TINTED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TINTED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TIPPED_ARROW - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
tips(Actor, LocalSession) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
TNT - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 
TNT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TNT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
TNT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TNT_MINECART - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
TNT_MINECART - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
to - Variable in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
to() - Method in record class com.fastasyncworldedit.core.function.visitor.DFSVisitor.NodePair
Returns the value of the to record component.
to(BlockVector3) - Method in class com.sk89q.worldedit.session.PasteBuilder
Set the target location.
toArray() - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
toArray() - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
toArray() - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
toArray() - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
toArray() - Method in class com.sk89q.worldedit.util.report.ReportList
 
toArray(T[]) - Method in class com.fastasyncworldedit.core.math.LocalBlockVectorSet
 
toArray(T[]) - Method in class com.fastasyncworldedit.core.registry.state.PropertyKeySet
 
toArray(T[]) - Method in class com.sk89q.worldedit.util.report.ReportList
 
toArray(V[]) - Method in class com.fastasyncworldedit.core.util.collection.AdaptedSetCollection
 
toBaseBlock() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
toBaseBlock() - Method in class com.sk89q.worldedit.world.block.BlockState
 
toBaseBlock() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Gets a BaseBlock from this BlockStateHolder.
toBaseBlock() - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState
 
toBaseBlock(ITileInput, int, int, int) - Method in class com.sk89q.worldedit.world.block.BlockState
 
toBaseBlock(ITileInput, int, int, int) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
 
toBaseBlock(CompoundTag) - Method in class com.fastasyncworldedit.core.world.block.BlanketBaseBlock
 
toBaseBlock(CompoundTag) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
toBaseBlock(LazyReference<CompoundBinaryTag>) - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
toBaseBlock(LazyReference<CompoundBinaryTag>) - Method in class com.sk89q.worldedit.world.block.BlockState
 
toBaseBlock(LazyReference<CompoundBinaryTag>) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Gets a BaseBlock from this BlockStateHolder.
toBaseBlock(CompoundBinaryTag) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Gets a BaseBlock from this BlockStateHolder.
toBlockPoint() - Method in class com.sk89q.worldedit.math.Vector2
Create a new BlockVector2 from this vector.
toBlockPoint() - Method in class com.sk89q.worldedit.math.Vector3
Create a new BlockVector from this vector.
toBlockPoint(double, double) - Static method in class com.sk89q.worldedit.math.Vector2
 
toBlockPoint(double, double, double) - Static method in class com.sk89q.worldedit.math.Vector3
Create a new BlockVector using the given components.
toBlockState() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
toBlockVector() - Method in enum class com.sk89q.worldedit.util.Direction
Get the vector.
toBlockVector2() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
toBlockVector2() - Method in class com.sk89q.worldedit.math.BlockVector3
Creates a 2D vector by dropping the Y component from this vector.
toBlockVector3() - Method in class com.sk89q.worldedit.math.BlockVector2
Creates a 3D vector by adding a zero Y component to this vector.
toBlockVector3(int) - Method in class com.sk89q.worldedit.math.BlockVector2
Creates a 3D vector by adding the specified Y component to this vector.
toByteArray() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
toByteArray(boolean, boolean) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
toByteArray(byte[], int, boolean, boolean) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
toByteArrays() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
toChunk(BlockVector3) - Static method in class com.sk89q.worldedit.world.storage.ChunkStore
Convert a position to a chunk.
toChunk3d(BlockVector3) - Static method in class com.sk89q.worldedit.world.storage.ChunkStore
Convert a position to a 3D-chunk.
toClipboard() - Method in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
toDouble(Object, double) - Static method in class com.fastasyncworldedit.core.configuration.MemorySection
 
toEditSession(Actor) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
toEditSession(Actor) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
toEditSession(Actor, Region[]) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractChangeSet
 
toEditSession(Actor, Region[]) - Method in class com.fastasyncworldedit.core.history.changeset.AbstractDelegateChangeSet
 
toFilter(Consumer<FilterBlock>) - Method in interface com.sk89q.worldedit.function.mask.Mask
 
toFilter(T) - Method in interface com.sk89q.worldedit.function.mask.Mask
 
toFormDataString() - Method in class com.sk89q.worldedit.util.net.HttpRequest.Form
 
togglePermission(String) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
togglePermission(String) - Method in interface com.sk89q.worldedit.util.auth.Subject
Add and remove permissions from a subject to show and hide certain messages.
togglePickaxe(Player, LocalSession, Boolean) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
togglePlace(Actor, LocalSession) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
togglePlacementPosition() - Method in class com.sk89q.worldedit.LocalSession
Toggle placement position.
toggleSuperPickAxe() - Method in class com.sk89q.worldedit.LocalSession
Toggle the super pick axe.
toggleWand(Player) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
toHanging(Direction) - Static method in class com.sk89q.worldedit.internal.helper.MCDirections
 
toHorizontalHanging(Direction) - Static method in class com.sk89q.worldedit.internal.helper.MCDirections
 
toImmutable() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
toImmutable() - Method in class com.sk89q.worldedit.math.BlockVector3
 
toImmutable() - Method in class com.sk89q.worldedit.math.BlockVector3Imp
 
toImmutableState() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
toImmutableState() - Method in class com.sk89q.worldedit.world.block.BlockState
 
toImmutableState() - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Returns an immutable BlockState from this BlockStateHolder.
toImmutableState() - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState
 
toInt(Object, int) - Static method in class com.fastasyncworldedit.core.configuration.MemorySection
 
toInteger(String, int, int) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
toIterator() - Method in class com.sk89q.jnbt.NBTInputStream
Deprecated.
 
tokenNames - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
Deprecated.
tokenNames - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
Deprecated.
toLocation(Extent, ListTag, ListTag) - Static method in class com.sk89q.worldedit.world.storage.NBTConversions
Read a Location from two list tags, the first of which contains three numbers for the X, Y, and Z components, and the second of which contains two numbers, the yaw and pitch in degrees.
toLong(int, int) - Static method in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
toLong(Object, long) - Static method in class com.fastasyncworldedit.core.configuration.MemorySection
 
toLongPackedForm() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
toLongPackedForm() - Method in class com.sk89q.worldedit.math.BlockVector3
 
toMask() - Method in class com.sk89q.worldedit.world.block.BlockState
 
toMask() - Method in class com.sk89q.worldedit.world.block.BlockType
 
toMask(Extent) - Method in class com.sk89q.worldedit.world.block.BlockType
 
toMask2D() - Method in class com.fastasyncworldedit.core.function.mask.AbstractDelegateMask
 
toMask2D() - Method in class com.fastasyncworldedit.core.function.mask.InverseMask
 
toMask2D() - Method in class com.fastasyncworldedit.core.function.mask.MaskUnion
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.BiomeMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.BlockCategoryMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.BlockStateMask
Deprecated.
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.BlockTypeMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.BoundedHeightMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.ExistingBlockMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.ExpressionMask
 
toMask2D() - Method in interface com.sk89q.worldedit.function.mask.Mask
Get the 2D version of this mask if one exists.
toMask2D() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.Masks.NegatedMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.NoiseFilter
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.OffsetMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.RegionMask
 
toMask2D() - Method in class com.sk89q.worldedit.function.mask.SolidBlockMask
 
toNative(BlockState) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
Tool - Interface in com.sk89q.worldedit.command.tool
Represents a tool.
ToolCommands - Class in com.sk89q.worldedit.command
 
ToolCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.ToolCommands
 
TOOLS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
ToolUtilCommands - Class in com.sk89q.worldedit.command
Tool commands.
ToolUtilCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.ToolUtilCommands
 
toPalette(int, char[]) - Method in enum class com.fastasyncworldedit.core.FaweCache
Convert raw char array to palette
toPalette(int, int[]) - Method in enum class com.fastasyncworldedit.core.FaweCache
Convert raw int array to palette
toPaletteUnstretched(int, char[]) - Method in enum class com.fastasyncworldedit.core.FaweCache
Convert raw int array to unstretched palette (1.16)
toParserString() - Method in class com.sk89q.worldedit.math.BlockVector2
Returns a string representation that is supported by the parser.
toParserString() - Method in class com.sk89q.worldedit.math.BlockVector3
Returns a string representation that is supported by the parser.
toParserString() - Method in class com.sk89q.worldedit.math.Vector2
Returns a string representation that is supported by the parser.
toParserString() - Method in class com.sk89q.worldedit.math.Vector3
Returns a string representation that is supported by the parser.
toPitch() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
toPitch() - Method in class com.sk89q.worldedit.math.BlockVector3
Get this vector's pitch as used within the game.
toPitch() - Method in class com.sk89q.worldedit.math.Vector3
Get this vector's pitch as used within the game.
toProperCase(String) - Static method in class com.fastasyncworldedit.core.util.StringMan
 
topTagsCount(String) - Static method in class com.fastasyncworldedit.core.jnbt.JSON2NBT
 
toRaw() - Method in class com.fastasyncworldedit.core.math.BitArray
 
toRaw() - Method in class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
toRaw() - Method in class com.sk89q.jnbt.CompoundTag
Deprecated.
 
toRaw() - Method in class com.sk89q.jnbt.Tag
Deprecated.
 
toRaw(char[]) - Method in class com.fastasyncworldedit.core.math.BitArray
 
toRaw(char[]) - Method in class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
toRaw(int[]) - Method in class com.fastasyncworldedit.core.math.BitArray
 
toRaw(int[]) - Method in class com.fastasyncworldedit.core.math.BitArrayUnstretched
 
TORCH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TORCH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TORCHFLOWER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TORCHFLOWER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TORCHFLOWER_CROP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TORCHFLOWER_SEEDS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
toRGB(BufferedImage) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
toRotation(Direction) - Static method in class com.sk89q.worldedit.internal.helper.MCDirections
 
toRotationIndex() - Method in enum class com.sk89q.worldedit.util.Direction
 
toString() - Method in record class com.fastasyncworldedit.core.command.tool.brush.AngleBrush
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.command.tool.brush.BlobBrush
Returns a string representation of this record class.
toString() - Method in class com.fastasyncworldedit.core.command.tool.brush.BrushSettings
 
toString() - Method in record class com.fastasyncworldedit.core.command.tool.brush.CircleBrush
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.command.tool.brush.PopulateSchem
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.command.tool.brush.RecurseBrush
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.command.tool.brush.RockBrush
Returns a string representation of this record class.
toString() - Method in class com.fastasyncworldedit.core.configuration.MemorySection
 
toString() - Method in class com.fastasyncworldedit.core.extension.factory.parser.FaweParser.ParseEntry
 
toString() - Method in class com.fastasyncworldedit.core.extent.processor.BatchProcessorHolder
 
toString() - Method in class com.fastasyncworldedit.core.extent.processor.MultiBatchProcessor
 
toString() - Method in class com.fastasyncworldedit.core.FaweVersion
 
toString() - Method in class com.fastasyncworldedit.core.function.mask.ABlockMask
 
toString() - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor.Node
 
toString() - Method in record class com.fastasyncworldedit.core.function.visitor.DFSVisitor.NodePair
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.function.visitor.IntersectRegionFunction
Returns a string representation of this record class.
toString() - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
toString() - Method in class com.fastasyncworldedit.core.limit.FaweLimit
 
toString() - Method in record class com.fastasyncworldedit.core.limit.PropertyRemap
Returns a string representation of this record class.
toString() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
toString() - Method in record class com.fastasyncworldedit.core.math.IntPair
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.math.IntTriple
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.math.random.NoiseRandom
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
Returns a string representation of this record class.
toString() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
Returns a string representation of this record class.
toString() - Method in class com.fastasyncworldedit.core.regions.FaweMaskManager
 
toString() - Method in class com.fastasyncworldedit.core.regions.RegionWrapper
Deprecated.
 
toString() - Method in class com.fastasyncworldedit.core.regions.Triangle
 
toString() - Method in class com.fastasyncworldedit.core.util.JoinedCharSequence
Deprecated.
 
toString() - Method in class com.fastasyncworldedit.core.util.MutableCharSequence
 
toString() - Method in class com.sk89q.jnbt.Tag
Deprecated.
 
toString() - Method in class com.sk89q.minecraft.util.commands.SuggestionContext
 
toString() - Method in class com.sk89q.worldedit.blocks.BaseItem
 
toString() - Method in class com.sk89q.worldedit.command.factory.ItemUseFactory
 
toString() - Method in class com.sk89q.worldedit.command.factory.ReplaceFactory
 
toString() - Method in class com.sk89q.worldedit.command.factory.TreeGeneratorFactory
 
toString() - Method in class com.sk89q.worldedit.EditSession
 
toString() - Method in class com.sk89q.worldedit.extent.AbstractDelegateExtent
 
toString() - Method in class com.sk89q.worldedit.extent.TracingExtent
 
toString() - Method in class com.sk89q.worldedit.function.factory.Apply
Deprecated.
 
toString() - Method in class com.sk89q.worldedit.function.factory.ApplyLayer
 
toString() - Method in class com.sk89q.worldedit.function.factory.ApplyRegion
 
toString() - Method in class com.sk89q.worldedit.function.factory.Deform
 
toString() - Method in class com.sk89q.worldedit.function.factory.Paint
 
toString() - Method in class com.sk89q.worldedit.function.factory.Snow
 
toString() - Method in class com.sk89q.worldedit.internal.expression.Expression
 
toString() - Method in class com.sk89q.worldedit.internal.expression.LocalSlot.Constant
 
toString() - Method in class com.sk89q.worldedit.internal.expression.LocalSlot.Variable
 
toString() - Method in class com.sk89q.worldedit.internal.util.Substring
 
toString() - Method in class com.sk89q.worldedit.math.BlockVector2
 
toString() - Method in class com.sk89q.worldedit.math.BlockVector3
 
toString() - Method in class com.sk89q.worldedit.math.BlockVector3Imp
 
toString() - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
toString() - Method in class com.sk89q.worldedit.math.Vector2
 
toString() - Method in class com.sk89q.worldedit.math.Vector3
 
toString() - Method in class com.sk89q.worldedit.regions.CuboidRegion
 
toString() - Method in class com.sk89q.worldedit.regions.CylinderRegion
Returns string representation in the format.
toString() - Method in class com.sk89q.worldedit.regions.EllipsoidRegion
Returns string representation in the format "(centerX, centerY, centerZ) - (radiusX, radiusY, radiusZ)".
toString() - Method in class com.sk89q.worldedit.regions.Polygonal2DRegion
Returns string representation in the format "(x1, z1) - ...
toString() - Method in class com.sk89q.worldedit.regions.polyhedron.Edge
 
toString() - Method in class com.sk89q.worldedit.regions.polyhedron.Triangle
 
toString() - Method in class com.sk89q.worldedit.registry.Category
 
toString() - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
toString() - Method in class com.sk89q.worldedit.util.eventbus.EventHandler
 
toString() - Method in class com.sk89q.worldedit.util.report.DataReport
 
toString() - Method in class com.sk89q.worldedit.util.report.ReportList
 
toString() - Method in class com.sk89q.worldedit.util.report.StackTraceReport
 
toString() - Method in class com.sk89q.worldedit.world.biome.BiomeType
 
toString() - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
toString() - Method in class com.sk89q.worldedit.world.block.BlockState
 
toString() - Method in class com.sk89q.worldedit.world.block.BlockType
 
toString() - Method in class com.sk89q.worldedit.world.entity.EntityType
 
toString() - Method in class com.sk89q.worldedit.world.fluid.FluidType
 
toString() - Method in class com.sk89q.worldedit.world.gamemode.GameMode
 
toString() - Method in class com.sk89q.worldedit.world.item.ItemType
 
toString() - Method in class com.sk89q.worldedit.world.snapshot.experimental.SnapshotInfo
 
toString() - Method in class com.sk89q.worldedit.world.weather.WeatherType
 
toString(Component) - Static method in class com.fastasyncworldedit.core.configuration.Caption
 
toString(Component, Locale) - Static method in class com.fastasyncworldedit.core.configuration.Caption
 
TOTEM_OF_UNDYING - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
toUrlEncodedString() - Method in class com.sk89q.worldedit.util.net.HttpRequest.Form
 
toVector() - Method in enum class com.sk89q.worldedit.util.Direction
Get the vector.
toVector() - Method in class com.sk89q.worldedit.util.Location
Get a Vector3 form of this location's position.
toVector(ListTag) - Static method in class com.sk89q.jnbt.NBTUtils
Deprecated.
Read a vector from a list tag containing ideally three values: the X, Y, and Z components.
toVector2() - Method in class com.sk89q.worldedit.math.BlockVector2
 
toVector2() - Method in class com.sk89q.worldedit.math.Vector3
Creates a 2D vector by dropping the Y component from this vector.
toVector3() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
toVector3() - Method in class com.sk89q.worldedit.math.BlockVector2
Creates a 3D vector by adding a zero Y component to this vector.
toVector3() - Method in class com.sk89q.worldedit.math.BlockVector3
 
toVector3() - Method in class com.sk89q.worldedit.math.Vector2
Creates a 3D vector by adding a zero Y component to this vector.
toVector3(double) - Method in class com.sk89q.worldedit.math.BlockVector2
Creates a 3D vector by adding the specified Y component to this vector.
toVector3(double) - Method in class com.sk89q.worldedit.math.Vector2
Creates a 3D vector by adding the specified Y component to this vector.
toWorld(double, double, double) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
toWorldRel(double, double, double) - Method in class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
toYaw() - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
toYaw() - Method in class com.sk89q.worldedit.math.BlockVector3
Get this vector's yaw as used within the game.
toYaw() - Method in class com.sk89q.worldedit.math.Vector3
Get this vector's yaw as used within the game.
traceMask(Player, LocalSession, Mask) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
TraceTool - Interface in com.sk89q.worldedit.command.tool
 
traceUnflushedSessions - Variable in class com.sk89q.worldedit.LocalConfiguration
 
tracing(boolean) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set tracing enabled/disabled.
TracingExtent - Class in com.sk89q.worldedit.extent
An extent that can report back if an operation fails due to the extent(s) below it.
TracingExtent(Extent) - Constructor for class com.sk89q.worldedit.extent.TracingExtent
Create a new instance.
TracingExtent.Action - Enum Class in com.sk89q.worldedit.extent
 
TRADER_LLAMA - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
TRADER_LLAMA_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TRAIL_RUINS_REPLACEABLE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
transform() - Method in record class com.fastasyncworldedit.core.math.transform.RoundedTransform
Returns the value of the transform record component.
transform(B, Transform) - Static method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
Transform the given block using the given transform.
transform(Player, LocalSession, EditSession, ResettableExtent, boolean, Arguments) - Method in class com.sk89q.worldedit.command.ToolUtilCommands
 
transform(Clipboard, Transform) - Static method in class com.sk89q.worldedit.command.FlattenedClipboardTransform
Create a new instance to bake the transform with.
transform(Location, Transform) - Static method in class com.sk89q.worldedit.math.transform.Transforms
Transform a location's position with a given transform.
transform(BlockState) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
transform(BlockStateHolder<BaseBlock>) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
Transform - Interface in com.sk89q.worldedit.math.transform
Makes a transformation of Vector3s.
TRANSFORM - Enum constant in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
 
transform2D(double, double, double, double, double) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
transform2D(double, double, double, double, double) - Method in class com.sk89q.worldedit.math.BlockVector2
Perform a 2D transformation on this vector and return a new one.
transform2D(double, double, double, double, double) - Method in class com.sk89q.worldedit.math.BlockVector3
Perform a 2D transformation on this vector and return a new one.
transform2D(double, double, double, double, double) - Method in class com.sk89q.worldedit.math.Vector2
Perform a 2D transformation on this vector and return a new one.
transform2D(double, double, double, double, double) - Method in class com.sk89q.worldedit.math.Vector3
Perform a 2D transformation on this vector and return a new one.
TransformExtent - Class in com.fastasyncworldedit.core.extent
 
TransformExtent(Extent) - Constructor for class com.fastasyncworldedit.core.extent.TransformExtent
 
TransformFactory - Class in com.fastasyncworldedit.core.extension.factory
 
TransformFactory(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.TransformFactory
Create a new factory.
transformInverse(BlockStateHolder) - Method in class com.sk89q.worldedit.extent.transform.BlockTransformExtent
 
TransformRegion - Class in com.sk89q.worldedit.regions
Transforms another region according to a provided vector Transform.
TransformRegion(Region, Transform) - Constructor for class com.sk89q.worldedit.regions.TransformRegion
Create a new instance.
TransformRegion(World, Region, Transform) - Constructor for class com.sk89q.worldedit.regions.TransformRegion
Create a new instance.
Transforms - Class in com.sk89q.worldedit.math.transform
Various utility methods related to Transforms.
TransientSessionException - Exception in com.sk89q.worldedit.session
Thrown if the session cannot be persisted (because SessionKey.isPersistent() returns false).
TransientSessionException() - Constructor for exception com.sk89q.worldedit.session.TransientSessionException
 
TransientSessionException(String) - Constructor for exception com.sk89q.worldedit.session.TransientSessionException
 
TransientSessionException(String, Throwable) - Constructor for exception com.sk89q.worldedit.session.TransientSessionException
 
TransientSessionException(Throwable) - Constructor for exception com.sk89q.worldedit.session.TransientSessionException
 
translate(double, double, double) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
translate(BlockVector3) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
translate(Vector3) - Method in class com.sk89q.worldedit.math.transform.AffineTransform
 
TranslationManager - Class in com.sk89q.worldedit.util.translation
Handles translations for the plugin.
TranslationManager(ArchiveUnpacker, ResourceLoader) - Constructor for class com.sk89q.worldedit.util.translation.TranslationManager
 
TranslationManager(ResourceLoader) - Constructor for class com.sk89q.worldedit.util.translation.TranslationManager
 
TRAPDOORS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
TRAPDOORS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
TRAPPED_CHEST - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TRAPPED_CHEST - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
traverse(Path, BiConsumer<Path, BasicFileAttributes>) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
tree(Player, LocalSession, TreeGenerator.TreeType) - Method in class com.sk89q.worldedit.command.ToolCommands
 
TREE - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
TreeGenerator - Class in com.sk89q.worldedit.util
Tree generator.
TreeGenerator.TreeType - Enum Class in com.sk89q.worldedit.util
 
TreeGeneratorFactory - Class in com.sk89q.worldedit.command.factory
 
TreeGeneratorFactory(TreeGenerator.TreeType) - Constructor for class com.sk89q.worldedit.command.factory.TreeGeneratorFactory
 
TreePlanter - Class in com.sk89q.worldedit.command.tool
Plants a tree.
TreePlanter(TreeGenerator.TreeType) - Constructor for class com.sk89q.worldedit.command.tool.TreePlanter
 
TRIAL_KEY - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TRIAL_SPAWNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TRIAL_SPAWNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
Triangle - Class in com.fastasyncworldedit.core.regions
 
Triangle - Class in com.sk89q.worldedit.regions.polyhedron
 
Triangle(BlockVector3, BlockVector3, BlockVector3) - Constructor for class com.fastasyncworldedit.core.regions.Triangle
 
Triangle(Vector3, Vector3, Vector3) - Constructor for class com.sk89q.worldedit.regions.polyhedron.Triangle
Constructs a triangle with the given vertices (counter-clockwise).
TRIDENT - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
TRIDENT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
trigger(Actor, Throwable) - Static method in class com.sk89q.worldedit.internal.util.ErrorReporting
 
TRIGGERED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
trim(boolean) - Method in enum class com.fastasyncworldedit.core.FaweCache
 
trim(boolean) - Method in interface com.fastasyncworldedit.core.queue.IChunkCache
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharGetBlocks
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkCache
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Trims each chunk GET cache
trim(boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent
 
trim(boolean) - Method in interface com.fastasyncworldedit.core.queue.Trimable
Trims the object, reducing its memory footprint.
trim(boolean, int) - Method in interface com.fastasyncworldedit.core.queue.IBlocks
 
trim(boolean, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.BitSetBlocks
 
trim(boolean, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
trim(boolean, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharGetBlocks
 
trim(boolean, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.NullChunkGet
 
trim(boolean, int) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.ThreadUnsafeCharBlocks
 
trim(boolean, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.ChunkHolder
 
trim(boolean, int) - Method in class com.fastasyncworldedit.core.queue.implementation.chunk.NullChunk
 
TRIM_MATERIALS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
TRIM_TEMPLATES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
Trimable - Interface in com.fastasyncworldedit.core.queue
Interface for objects that can be trimmed (memory related).
trimAllAir(Player, String, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
trimAllPlots(Player, boolean) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
trimLength(String, int) - Static method in class com.sk89q.util.StringUtil
Trim a string if it is longer than a certain length.
TRIMMABLE_ARMOR - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
trimNBT(IChunkSet, Function<BlockVector3, Boolean>) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Deprecated, for removal: This API element is subject to removal in a future version.
tiles are stored in chunk-normalised coordinate space and thus cannot use the same function as entities
trimNBT(IChunkSet, Function<BlockVector3, Boolean>, Function<BlockVector3, Boolean>) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Utility method to trim entity and blocks with a provided contains function.
trimY(IChunkSet, int, int, boolean) - Method in interface com.fastasyncworldedit.core.queue.IBatchProcessor
Utility method to trim a chunk based on min and max Y (inclusive).
tripleBlockCoord(int, int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
Pack a chunk-block coordinate into an int.
tripleBlockCoordChar(int, int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
tripleSearchCoords(int, int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
Obtain an integer representation of 3 ints, x, y and z.
tripleWorldCoord(int, int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
TRIPWIRE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TRIPWIRE_HOOK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TRIPWIRE_HOOK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TROPICAL_FISH - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
TROPICAL_FISH - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TROPICAL_FISH_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TROPICAL_FISH_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
trueBranch - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.IfStatementContext
 
trueBranch - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.TernaryExprContext
 
TrueMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
TrueMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.TrueMaskParser
 
TrueRandom - Class in com.fastasyncworldedit.core.math.random
 
TrueRandom() - Constructor for class com.fastasyncworldedit.core.math.random.TrueRandom
 
TrueZipLegacyChunkStore - Class in com.sk89q.worldedit.world.storage
Represents the chunk store used by Minecraft alpha but zipped.
TrueZipLegacyChunkStore(File) - Constructor for class com.sk89q.worldedit.world.storage.TrueZipLegacyChunkStore
Create an instance.
TrueZipLegacyChunkStore(File, String) - Constructor for class com.sk89q.worldedit.world.storage.TrueZipLegacyChunkStore
Create an instance.
TrueZipMcRegionChunkStore - Class in com.sk89q.worldedit.world.storage
Represents the chunk store used by Minecraft but zipped.
TrueZipMcRegionChunkStore(File) - Constructor for class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore
Create an instance.
TrueZipMcRegionChunkStore(File, String) - Constructor for class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore
Create an instance.
tryCombine(Mask) - Method in class com.fastasyncworldedit.core.function.mask.ABlockMask
 
tryCombine(Mask) - Method in class com.fastasyncworldedit.core.function.mask.SingleBlockStateMask
 
tryCombine(Mask) - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
tryCombine(Mask) - Method in interface com.sk89q.worldedit.function.mask.Mask
 
tryCombine(Mask) - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
 
tryCombine(Mask) - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
 
tryHardToDelete(Path) - Static method in class com.sk89q.worldedit.util.io.file.SafeFiles
Tries to delete a path.
tryHardToDeleteDir(Path) - Static method in class com.sk89q.worldedit.util.io.file.SafeFiles
Recursively uses SafeFiles.tryHardToDelete(Path) to cleanup directories before deleting them.
tryOpenAsDir(Path) - Method in interface com.sk89q.worldedit.util.io.file.ArchiveNioSupport
Try to open the given archive as a file system.
tryOpenAsDir(Path) - Static method in class com.sk89q.worldedit.util.io.file.ArchiveNioSupports
 
tryOpenAsDir(Path) - Method in class com.sk89q.worldedit.util.io.file.ZipArchiveNioSupport
 
tryOptimize() - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
tryOptimize() - Method in interface com.sk89q.worldedit.function.mask.Mask
Returns null if no optimization took place otherwise a new/same mask
tryOptimize() - Method in class com.sk89q.worldedit.function.mask.MaskIntersection
 
tryOr(Mask) - Method in class com.fastasyncworldedit.core.function.mask.ABlockMask
 
tryOr(Mask) - Method in class com.sk89q.worldedit.function.mask.BlockMask
 
tryOr(Mask) - Method in interface com.sk89q.worldedit.function.mask.Mask
 
tryOr(Mask) - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
 
tryOr(Mask) - Method in class com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
 
tryParse(String, String, String) - Static method in class com.fastasyncworldedit.core.FaweVersion
 
tryParseDate(Path) - Static method in class com.sk89q.worldedit.world.snapshot.experimental.fs.FileSystemSnapshotDatabase
 
trySetPosition(Vector3) - Method in class com.sk89q.worldedit.extension.platform.AbstractPlayerActor
 
trySetPosition(Vector3) - Method in interface com.sk89q.worldedit.extension.platform.Locatable
Attempts to set the position of this actor.
trySetPosition(Vector3, float, float) - Method in interface com.sk89q.worldedit.entity.Player
Attempt to move the player.
trySetPosition(Vector3, float, float) - Method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
TUBE_CORAL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUBE_CORAL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUBE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUBE_CORAL_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUBE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUBE_CORAL_FAN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUBE_CORAL_WALL_FAN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUFF_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF_BRICK_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUFF_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF_BRICK_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUFF_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF_BRICK_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUFF_BRICKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF_BRICKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUFF_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUFF_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TUFF_WALL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TUFF_WALL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TURTLE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
TURTLE_EGG - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TURTLE_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TURTLE_HELMET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TURTLE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TWISTING_VINES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
TWISTING_VINES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
TWISTING_VINES_PLANT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
type(BlockState) - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState.Builder
The type of the Fuzzy BlockState
type(BlockType) - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState.Builder
The type of the Fuzzy BlockState
TYPE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
TYPE_BYTE - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_BYTE_ARRAY - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_COMPOUND - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_DOUBLE - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_END - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_FLOAT - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_INT - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_INT_ARRAY - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_LIST - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_LONG - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_LONG_ARRAY - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_SHORT - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TYPE_STRING - Static variable in class com.sk89q.jnbt.NBTConstants
Deprecated.
 
TypeApplyingPattern - Class in com.sk89q.worldedit.function.pattern
Applies a block type while retaining all possible states.
TypeApplyingPattern(Extent, BlockState) - Constructor for class com.sk89q.worldedit.function.pattern.TypeApplyingPattern
 
TypeOrStateApplyingPatternParser - Class in com.sk89q.worldedit.extension.factory.parser.pattern
 
TypeOrStateApplyingPatternParser(WorldEdit) - Constructor for class com.sk89q.worldedit.extension.factory.parser.pattern.TypeOrStateApplyingPatternParser
 
TypeSwapPattern - Class in com.fastasyncworldedit.core.function.pattern
Pattern that replaces blocks based on their ID, matching for an "input" and replacing with an "output" string.
TypeSwapPattern(Extent, String, String, boolean) - Constructor for class com.fastasyncworldedit.core.function.pattern.TypeSwapPattern
Create a new instance
TypeSwapPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
TypeSwapPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.TypeSwapPatternParser
Create a new rich parser with a defined prefix for the result, e.g.
tz(Actor, LocalSession, String) - Method in class com.sk89q.worldedit.command.WorldEditCommands
 

U

UaFallthroughContext(ExpressionParser.UnaryExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.UaFallthroughContext
 
unaryExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.ComplementExprContext
 
unaryExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.NotExprContext
 
unaryExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PlusMinusExprContext
 
unaryExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PowerExprContext
 
unaryExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PwFallthroughContext
 
unaryExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
UnaryExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.UnaryExpressionContext
 
UnaryExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.UnaryExpressionContext
 
unCache() - Method in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
Sets the current thread's IQueueExtent instance in the queue pool to null.
unchecked(IOFunction<T, R>) - Static method in interface com.sk89q.worldedit.util.function.IOFunction
 
unchecked(IORunnable) - Static method in interface com.sk89q.worldedit.util.function.IORunnable
 
UNDERWATER_BONEMEALS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
undo(EditSession) - Method in class com.sk89q.worldedit.EditSession
Restores all blocks to their initial state.
undo(Actor) - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
undo(Actor, LocalSession, int, String) - Method in class com.sk89q.worldedit.command.HistoryCommands
 
undo(Actor, Region[]) - Method in class com.fastasyncworldedit.core.history.DiskStorageHistory
 
undo(BlockBag, Actor) - Method in class com.sk89q.worldedit.LocalSession
Performs an undo.
undo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableBiomeChange
 
undo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableBlockChange
 
undo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableEntityChange
 
undo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
undo(UndoContext) - Method in class com.fastasyncworldedit.core.history.change.MutableTileChange
 
undo(UndoContext) - Method in class com.sk89q.worldedit.history.change.BiomeChange
Deprecated.
 
undo(UndoContext) - Method in class com.sk89q.worldedit.history.change.BiomeChange3D
 
undo(UndoContext) - Method in class com.sk89q.worldedit.history.change.BlockChange
 
undo(UndoContext) - Method in interface com.sk89q.worldedit.history.change.Change
Perform an undo.
undo(UndoContext) - Method in class com.sk89q.worldedit.history.change.EntityCreate
 
undo(UndoContext) - Method in class com.sk89q.worldedit.history.change.EntityRemove
 
UNDO - Enum constant in enum class com.sk89q.worldedit.function.operation.ChangeSetExecutor.Type
 
undoChanges(FaweInputStream) - Method in interface com.fastasyncworldedit.core.history.change.StreamChange
 
undoChanges(File) - Method in interface com.fastasyncworldedit.core.history.change.StreamChange
 
UndoContext - Class in com.sk89q.worldedit.history
Provides context for undo and redo operations.
UndoContext() - Constructor for class com.sk89q.worldedit.history.UndoContext
 
UnhandledCommandException - Exception in com.sk89q.minecraft.util.commands
 
UnhandledCommandException() - Constructor for exception com.sk89q.minecraft.util.commands.UnhandledCommandException
 
UNIT_CUBE - Enum constant in enum class com.sk89q.worldedit.function.factory.Deform.Mode
 
UNIT_MINUS_X - Static variable in class com.sk89q.worldedit.math.BlockVector3
 
UNIT_MINUS_Y - Static variable in class com.sk89q.worldedit.math.BlockVector3
 
UNIT_MINUS_Z - Static variable in class com.sk89q.worldedit.math.BlockVector3
 
UNIT_X - Static variable in class com.sk89q.worldedit.math.BlockVector2
 
UNIT_X - Static variable in class com.sk89q.worldedit.math.BlockVector3
 
UNIT_X - Static variable in class com.sk89q.worldedit.math.BlockVector3Imp
 
UNIT_X - Static variable in class com.sk89q.worldedit.math.Vector2
 
UNIT_X - Static variable in class com.sk89q.worldedit.math.Vector3
 
UNIT_Y - Static variable in class com.sk89q.worldedit.math.BlockVector3
 
UNIT_Y - Static variable in class com.sk89q.worldedit.math.BlockVector3Imp
 
UNIT_Y - Static variable in class com.sk89q.worldedit.math.Vector3
 
UNIT_Z - Static variable in class com.sk89q.worldedit.math.BlockVector2
 
UNIT_Z - Static variable in class com.sk89q.worldedit.math.BlockVector3
 
UNIT_Z - Static variable in class com.sk89q.worldedit.math.BlockVector3Imp
 
UNIT_Z - Static variable in class com.sk89q.worldedit.math.Vector2
 
UNIT_Z - Static variable in class com.sk89q.worldedit.math.Vector3
 
UNIVERSAL_DISALLOWED_BLOCKS - Variable in class com.fastasyncworldedit.core.configuration.Settings.LIMITS
 
UNIVERSAL_DISALLOWED_BLOCKS - Variable in class com.fastasyncworldedit.core.limit.FaweLimit
 
UNKNOWN - Enum constant in enum class com.sk89q.worldedit.WorldEditManifest.Kind
 
UnknownDirectionException - Exception in com.sk89q.worldedit
Thrown when an unknown direction is specified or detected.
UnknownDirectionException(String) - Constructor for exception com.sk89q.worldedit.UnknownDirectionException
Create a new instance.
UnknownItemException - Exception in com.sk89q.worldedit
Deprecated.
UnknownItemException(String) - Constructor for exception com.sk89q.worldedit.UnknownItemException
Deprecated.
Create a new instance.
unload() - Method in class com.sk89q.worldedit.session.SessionManager
Called to unload this session manager.
unload() - Method in class com.sk89q.worldedit.util.YAMLConfiguration
 
unload(Actor, LocalSession, String) - Method in class com.sk89q.worldedit.command.SchematicCommands
 
unlockCall() - Method in interface com.fastasyncworldedit.core.queue.IChunkGet
Unlock IChunkGet.call(IChunkSet, Runnable) (and other related methods) to executions from other threads
unpackArchive(URL) - Method in class com.sk89q.worldedit.util.io.file.ArchiveUnpacker
 
unpackX(long) - Static method in class com.sk89q.worldedit.math.BitMath
 
unpackY(long) - Static method in class com.sk89q.worldedit.math.BitMath
 
unpackZ(long) - Static method in class com.sk89q.worldedit.math.BitMath
 
unpair16x(byte) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpair16y(byte) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpair8x(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpair8y(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpairIntX(long) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpairIntY(long) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpairSearchCoordsX(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpairSearchCoordsY(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpairShortX(short) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpairShortY(short) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpairX(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unpairY(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
UnplaceableBlockException - Exception in com.sk89q.worldedit.extent.inventory
Thrown when a block that can't be placed is used.
UnplaceableBlockException() - Constructor for exception com.sk89q.worldedit.extent.inventory.UnplaceableBlockException
 
unprioritizedExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.PoFallthroughContext
 
unprioritizedExpression() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
UnprioritizedExpressionContext() - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.UnprioritizedExpressionContext
 
UnprioritizedExpressionContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.UnprioritizedExpressionContext
 
unregister() - Method in interface com.sk89q.worldedit.entity.Player
Unregister this player, deleting all data stored during the login session.
unregister(Platform) - Method in class com.sk89q.worldedit.extension.platform.PlatformManager
Unregister a platform from WorldEdit.
unregister(Object) - Method in class com.sk89q.worldedit.util.eventbus.EventBus
Unregisters all handler methods on a registered object.
Unreported - Annotation Interface in com.sk89q.worldedit.util.report
Annotates properties that should not be exposed in the report.
unsafeSet(Field, Object, Object) - Static method in class com.fastasyncworldedit.core.util.ReflectionUtils
 
unset(Player, EditSession, Region) - Method in class com.fastasyncworldedit.core.command.AnvilCommands
Deprecated.
 
unsetAll(long[]) - Static method in class com.fastasyncworldedit.core.math.FastBitSet
 
unsignedMod(int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
UNSTABLE - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
UNSTABLE_BOTTOM_CENTER - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
unstuck(Player) - Method in class com.sk89q.worldedit.command.NavigationCommands
 
unsubscribe(Class<?>, EventHandler) - Method in class com.sk89q.worldedit.util.eventbus.EventBus
Unregisters the given handler for the given class.
unsubscribeAll(Multimap<Class<?>, EventHandler>) - Method in class com.sk89q.worldedit.util.eventbus.EventBus
Unregisters the given handlers.
untripleBlockCoordX(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
untripleBlockCoordY(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
untripleBlockCoordZ(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
untripleWorldCoordX(long) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
untripleWorldCoordY(long) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
untripleWorldCoordZ(long) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
unwrap(Player) - Static method in class com.sk89q.worldedit.extension.platform.PlayerProxy
 
unwrap(Extent) - Static method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
unwrap(World) - Static method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
up(Player, int, boolean, boolean) - Method in class com.sk89q.worldedit.command.NavigationCommands
 
UP - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
UP - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
update - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ForStatementContext
 
update() - Method in class com.sk89q.worldedit.command.tool.BrushTool
 
update(int, char[], boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks
 
update(int, char[], boolean) - Method in class com.fastasyncworldedit.core.queue.implementation.blocks.CharGetBlocks
 
update(Actor, World) - Method in class com.fastasyncworldedit.core.queue.implementation.preloader.AsyncPreloader
 
update(Actor, World) - Method in interface com.fastasyncworldedit.core.queue.implementation.preloader.Preloader
Update the preloading for the given player, in the given world.
UPDATE - Enum constant in enum class com.sk89q.worldedit.util.SideEffect
 
UPDATE_NOTIFICATIONS - Variable in class com.fastasyncworldedit.core.configuration.Settings.ENABLED_COMPONENTS
 
updateBlockLight(Map<Long, long[][][]>) - Method in class com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter
 
updateLightingForBlock(NP) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
updateNBT(B, Map<String, Tag>) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.BannerBlockCompatibilityHandler
 
updateNBT(B, Map<String, Tag>) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.BedBlockCompatibilityHandler
 
updateNBT(B, Map<String, Tag>) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.FlowerPotCompatibilityHandler
 
updateNBT(B, Map<String, Tag>) - Method in interface com.sk89q.worldedit.extent.clipboard.io.legacycompat.NBTCompatibilityHandler
 
updateNBT(B, Map<String, Tag>) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.NoteBlockCompatibilityHandler
 
updateNBT(B, Map<String, Tag>) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.SignCompatibilityHandler
 
updateNBT(B, Map<String, Tag>) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.SkullBlockCompatibilityHandler
 
updateNBT(EntityType, CompoundTag) - Method in interface com.sk89q.worldedit.extent.clipboard.io.legacycompat.EntityNBTCompatibilityHandler
 
updateNBT(EntityType, CompoundTag) - Method in class com.sk89q.worldedit.extent.clipboard.io.legacycompat.Pre13HangingCompatibilityHandler
 
updateNeighbors(NP, NBS, NBS, int) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
UpdateNotification - Class in com.fastasyncworldedit.core.util
 
UpdateNotification() - Constructor for class com.fastasyncworldedit.core.util.UpdateNotification
 
updateServerCUI(Actor) - Method in class com.sk89q.worldedit.LocalSession
Update server-side WorldEdit CUI.
updateTileEntity(NP, CompoundBinaryTag) - Method in interface com.sk89q.worldedit.internal.wna.WorldNativeAccess
 
upload(Clipboard) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
 
upload(Clipboard, ClipboardFormat) - Static method in class com.fastasyncworldedit.core.FaweAPI
Upload the clipboard to the configured web interface.
upload(String, boolean, String, String, String, RunnableVal<OutputStream>) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
upload(UUID, String, String, RunnableVal<OutputStream>) - Static method in class com.fastasyncworldedit.core.util.MainUtil
 
uploadImage(byte[]) - Static method in class com.fastasyncworldedit.core.util.ImgurUtility
 
uploadImage(File) - Static method in class com.fastasyncworldedit.core.util.ImgurUtility
 
uploadImage(InputStream) - Static method in class com.fastasyncworldedit.core.util.ImgurUtility
 
UPRIGHT - Static variable in class com.sk89q.worldedit.util.Direction.Flag
 
uri - Variable in class com.fastasyncworldedit.core.extension.platform.binding.ProvideBindings.ImageUri
 
URIClipboardHolder - Class in com.fastasyncworldedit.core.extent.clipboard
 
URIClipboardHolder(URI, Clipboard) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.URIClipboardHolder
 
url(String) - Static method in class com.sk89q.worldedit.util.net.HttpRequest
Create a new URL and throw a RuntimeException if the URL is not valid.
URL - Enum constant in enum class com.sk89q.worldedit.command.UtilityCommands.URIType
 
URL - Variable in class com.fastasyncworldedit.core.configuration.Settings.WEB
 
usage - Variable in exception com.sk89q.minecraft.util.commands.CommandUsageException
 
usage() - Element in annotation interface com.sk89q.minecraft.util.commands.Command
Usage instruction.
USE_DATABASE - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
USE_DISK - Variable in class com.fastasyncworldedit.core.configuration.Settings.CLIPBOARD
 
USE_DISK - Variable in class com.fastasyncworldedit.core.configuration.Settings.HISTORY
 
useInventory - Variable in class com.sk89q.worldedit.LocalConfiguration
 
useInventoryCreativeOverride - Variable in class com.sk89q.worldedit.LocalConfiguration
 
useInventoryOverride - Variable in class com.sk89q.worldedit.LocalConfiguration
 
useItem(BlockVector3, BaseItem, Direction) - Method in interface com.fastasyncworldedit.core.world.SimpleWorld
 
useItem(BlockVector3, BaseItem, Direction) - Method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
useItem(BlockVector3, BaseItem, Direction) - Method in class com.sk89q.worldedit.world.AbstractWorld
 
useItem(BlockVector3, BaseItem, Direction) - Method in interface com.sk89q.worldedit.world.World
Use the given item on the block at the given location on the given side.
USER_COMMANDS - Enum constant in enum class com.sk89q.worldedit.extension.platform.Capability
The capability of handling user commands entered in chat or console.
usqrt(int) - Static method in class com.fastasyncworldedit.core.util.CachedMathMan
Optimized for i elem 0,65536 (characters).
usqrt(int) - Static method in class com.fastasyncworldedit.core.util.MathMan
An optimized version of Math.sqrt(double) that accepts integers.
UtilityCommands - Class in com.sk89q.worldedit.command
Utility commands.
UtilityCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.UtilityCommands
 
UtilityCommands.URIType - Enum Class in com.sk89q.worldedit.command
 
uuid() - Method in record class com.fastasyncworldedit.core.queue.IChunkExtent.IChunkEntity
Returns the value of the uuid record component.
UUID_PREFIX - Static variable in class com.sk89q.worldedit.extension.platform.AbstractCommandBlockActor
 

V

valid(T) - Static method in class com.sk89q.worldedit.util.lifecycle.SimpleLifecycled
 
VALID_SPAWN - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
VALIDATION - Enum constant in enum class com.sk89q.worldedit.util.SideEffect
 
validBiomes - Variable in class com.fastasyncworldedit.core.util.TextureUtil
https://github.com/erich666/Mineways/blob/master/Win/biomes.cpp
validBlockIds - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
validColors - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
validLayerBlocks - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
validLayerColors - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
validMixBiomeColors - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
validMixBiomeIds - Variable in class com.fastasyncworldedit.core.util.TextureUtil
 
value - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal
 
value - Variable in class com.sk89q.worldedit.antlr.ExpressionParser.ReturnStatementContext
 
value - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.DeletionPredicate
 
value() - Element in annotation interface com.fastasyncworldedit.core.configuration.Config.BlockName
 
value() - Element in annotation interface com.fastasyncworldedit.core.configuration.Config.Comment
 
value() - Element in annotation interface com.fastasyncworldedit.core.configuration.serialization.DelegateDeserialization
Which class should be used as a delegate for this classes deserialization
value() - Element in annotation interface com.fastasyncworldedit.core.configuration.serialization.SerializableAs
This is the name your class will be stored and retrieved as.
value() - Element in annotation interface com.fastasyncworldedit.core.extension.platform.binding.Binding
 
value() - Element in annotation interface com.sk89q.minecraft.util.commands.CommandAlias
Get the raw CommandsManager-formatted command arg array to run
value() - Element in annotation interface com.sk89q.minecraft.util.commands.CommandPermissions
A list of permissions.
value() - Element in annotation interface com.sk89q.minecraft.util.commands.NestedCommand
A list of classes with the child commands.
value() - Element in annotation interface com.sk89q.worldedit.command.util.annotation.AllowedRegion
 
value() - Element in annotation interface com.sk89q.worldedit.command.util.annotation.Confirm
 
value() - Element in annotation interface com.sk89q.worldedit.command.util.annotation.Link
 
value() - Element in annotation interface com.sk89q.worldedit.command.util.annotation.Preload
 
value() - Element in annotation interface com.sk89q.worldedit.command.util.annotation.Step
 
value() - Element in annotation interface com.sk89q.worldedit.command.util.CommandPermissions
A list of permissions.
value() - Element in annotation interface com.sk89q.worldedit.command.util.Logging
Log mode.
value() - Element in annotation interface com.sk89q.worldedit.internal.annotation.Radii
Number of radii values to inject at maximum.
value() - Method in class com.sk89q.worldedit.util.lifecycle.ConstantLifecycled
 
value() - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled
Get the value or Optional.empty().
value() - Method in class com.sk89q.worldedit.util.lifecycle.SimpleLifecycled
 
value1 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal2
 
value1 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal3
 
value1 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal4
 
value2 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal2
 
value2 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal3
 
value2 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal4
 
value3 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal3
 
value3 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal4
 
value4 - Variable in class com.fastasyncworldedit.core.util.task.RunnableVal4
 
valueFlags - Variable in class com.sk89q.minecraft.util.commands.CommandContext
 
valueOf(int) - Static method in enum class com.fastasyncworldedit.core.extent.processor.lighting.RelightMode
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.command.tool.TargetMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.extent.processor.heightmap.HeightMapType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.extent.processor.lighting.RelightMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.FaweCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.function.visitor.Order
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap.Shape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.regions.FaweMaskManager.MaskType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.util.Permission
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker.ProgressType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.fastasyncworldedit.core.world.block.CompoundInput
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.util.yaml.YAMLFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.argument.SelectorChoice
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.tool.NavigationWand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.tool.SelectionWand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.util.annotation.Confirm.Processor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.util.annotation.Preload.PreloadCheck
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.util.HookMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.util.Logging.LogMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.command.UtilityCommands.URIType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.EditSession.ReorderMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.EditSession.Stage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.event.platform.InputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.event.platform.Interaction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.extension.platform.Capability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.extension.platform.Preference
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.extent.TracingExtent.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.function.factory.Deform.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.function.operation.ChangeSetExecutor.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.util.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.util.eventbus.EventHandler.Priority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.util.HandSide
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.util.io.file.AttributeTarget
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.util.SideEffect.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.util.SideEffect
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.util.task.Task.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sk89q.worldedit.WorldEditManifest.Kind
Returns the enum constant of this class with the specified name.
valueOrThrow() - Method in interface com.sk89q.worldedit.util.lifecycle.Lifecycled
Get the value or throw.
ValueReader<T> - Interface in com.fastasyncworldedit.core.jnbt.streamer
 
values - Variable in class com.fastasyncworldedit.core.util.collection.LongHashSet
 
values - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache
 
values() - Static method in enum class com.fastasyncworldedit.core.command.tool.brush.BrushSettings.SettingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.command.tool.scroll.Scroll.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.command.tool.TargetMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.extent.processor.heightmap.HeightMapType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.extent.processor.lighting.RelightMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.extent.processor.ProcessorScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.FaweCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.function.visitor.Order
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.internal.exception.FaweException.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.math.heightmap.ScalableHeightMap.Shape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.regions.FaweMaskManager.MaskType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface com.fastasyncworldedit.core.util.collection.IAdaptedMap
 
values() - Static method in enum class com.fastasyncworldedit.core.util.Permission
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.util.progress.DefaultProgressTracker.ProgressType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.fastasyncworldedit.core.world.block.CompoundInput
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.util.yaml.YAMLFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.argument.SelectorChoice
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.tool.NavigationWand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.tool.SelectionWand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.util.annotation.Confirm.Processor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.util.annotation.Preload.PreloadCheck
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.util.HookMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.util.Logging.LogMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.command.UtilityCommands.URIType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.EditSession.ReorderMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.EditSession.Stage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.event.platform.InputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.event.platform.Interaction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.extension.platform.Capability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.extension.platform.Preference
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.extent.reorder.MultiStageReorder.PlacementPriority
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.extent.TracingExtent.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.function.factory.Deform.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.function.operation.ChangeSetExecutor.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.regions.selector.RegionSelectorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.sk89q.worldedit.registry.Registry
 
values() - Method in class com.sk89q.worldedit.util.collection.BlockMap
 
values() - Static method in enum class com.sk89q.worldedit.util.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.util.eventbus.EventHandler.Priority
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.util.HandSide
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.util.io.file.AttributeTarget
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.util.SideEffect.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.util.SideEffect
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.util.task.Task.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in class com.sk89q.worldedit.world.biome.BiomeTypes
 
values() - Static method in class com.sk89q.worldedit.world.item.ItemTypes
 
values() - Method in interface com.sk89q.worldedit.world.registry.BlockRegistry
Register all blocks.
values() - Method in interface com.sk89q.worldedit.world.registry.ItemRegistry
Register all items.
values() - Static method in enum class com.sk89q.worldedit.WorldEditManifest.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values(Map<K, V2>, Function<V, V2>, Function<V2, V>) - Static method in class com.fastasyncworldedit.core.util.collection.AdaptedMap
 
valuesOf(int) - Static method in enum class com.sk89q.worldedit.util.Direction
Gets all directions with the given flags.
Variable(double) - Constructor for class com.sk89q.worldedit.internal.expression.LocalSlot.Variable
 
Vector2 - Class in com.sk89q.worldedit.math
An immutable 2-dimensional vector.
Vector3 - Class in com.sk89q.worldedit.math
An immutable 3-dimensional vector.
Vector3() - Constructor for class com.sk89q.worldedit.math.Vector3
 
Vector3Impl - Class in com.fastasyncworldedit.core.math
 
Vector3Impl(double, double, double) - Constructor for class com.fastasyncworldedit.core.math.Vector3Impl
 
Vector3Impl(Vector3) - Constructor for class com.fastasyncworldedit.core.math.Vector3Impl
 
VectorAdapter - Class in com.sk89q.worldedit.util.gson
Deserializes Vector3s for GSON.
VectorAdapter() - Constructor for class com.sk89q.worldedit.util.gson.VectorAdapter
 
VectorConverter<C,T> - Class in com.sk89q.worldedit.command.argument
 
VERDANT_FROGLIGHT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
VERDANT_FROGLIGHT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
version(Actor) - Method in class com.sk89q.worldedit.command.WorldEditCommands
 
VERSION - Static variable in class com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard
 
VERSION_DEFLATE - Static variable in class com.sk89q.worldedit.world.storage.McRegionReader
 
VERSION_GZIP - Static variable in class com.sk89q.worldedit.world.storage.McRegionReader
 
versionMaxY() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get the default maximum Y value of worlds based on Minecraft version (inclusive).
versionMinY() - Method in interface com.sk89q.worldedit.extension.platform.Platform
Get the default minimum Y value of worlds based on Minecraft version (inclusive).
VertHeight - Annotation Interface in com.sk89q.worldedit.internal.annotation
Indicates that this value is for holding the vertical height.
VERTICAL_DIRECTION - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
vertices - Variable in class com.sk89q.worldedit.internal.cui.SelectionPolygonEvent
 
VERY_EARLY - Enum constant in enum class com.sk89q.worldedit.util.eventbus.EventHandler.Priority
 
VERY_LATE - Enum constant in enum class com.sk89q.worldedit.util.eventbus.EventHandler.Priority
 
VEX - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
VEX_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
VEX_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
VIBRATION_RESONATORS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
view(Drawable) - Method in interface com.fastasyncworldedit.core.util.image.ImageViewer
 
VILLAGER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
VILLAGER_PLANTABLE_SEEDS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
VILLAGER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
VINDICATOR - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
VINDICATOR_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
VINE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
VINE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
VINE_END - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
visit(BlockVector3) - Method in class com.fastasyncworldedit.core.function.visitor.DFSVisitor
 
visit(BlockVector3) - Method in class com.sk89q.worldedit.function.visitor.BreadthFirstSearch
Add the given location to the list of locations to visit, provided that it has not been visited.
visitAddExpr(ExpressionParser.AddExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the AddExpr labeled alternative in ExpressionParser.additiveExpression().
visitAddExpr(ExpressionParser.AddExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the AddExpr labeled alternative in ExpressionParser.additiveExpression().
visitAdFallthrough(ExpressionParser.AdFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the AdFallthrough labeled alternative in ExpressionParser.additiveExpression().
visitAdFallthrough(ExpressionParser.AdFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the AdFallthrough labeled alternative in ExpressionParser.additiveExpression().
visitAllStatements(ExpressionParser.AllStatementsContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.allStatements().
visitAllStatements(ExpressionParser.AllStatementsContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.allStatements().
visitAssignment(ExpressionParser.AssignmentContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.assignment().
visitAssignment(ExpressionParser.AssignmentContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.assignment().
visitAssignmentExpression(ExpressionParser.AssignmentExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.assignmentExpression().
visitAssignmentExpression(ExpressionParser.AssignmentExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.assignmentExpression().
visitAssignmentOperator(ExpressionParser.AssignmentOperatorContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.assignmentOperator().
visitAssignmentOperator(ExpressionParser.AssignmentOperatorContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.assignmentOperator().
visitBlock(ExpressionParser.BlockContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.block().
visitBlock(ExpressionParser.BlockContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.block().
visitBreakStatement(ExpressionParser.BreakStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.breakStatement().
visitBreakStatement(ExpressionParser.BreakStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.breakStatement().
visitCAFallthrough(ExpressionParser.CAFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the CAFallthrough labeled alternative in ExpressionParser.conditionalAndExpression().
visitCAFallthrough(ExpressionParser.CAFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the CAFallthrough labeled alternative in ExpressionParser.conditionalAndExpression().
visitCase(ExpressionParser.CaseContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the Case labeled alternative in ExpressionParser.switchLabel().
visitCase(ExpressionParser.CaseContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the Case labeled alternative in ExpressionParser.switchLabel().
visitCEFallthrough(ExpressionParser.CEFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the CEFallthrough labeled alternative in ExpressionParser.conditionalExpression().
visitCEFallthrough(ExpressionParser.CEFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the CEFallthrough labeled alternative in ExpressionParser.conditionalExpression().
visitCOFallthrough(ExpressionParser.COFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the COFallthrough labeled alternative in ExpressionParser.conditionalOrExpression().
visitCOFallthrough(ExpressionParser.COFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the COFallthrough labeled alternative in ExpressionParser.conditionalOrExpression().
visitComplementExpr(ExpressionParser.ComplementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the ComplementExpr labeled alternative in ExpressionParser.unaryExpression().
visitComplementExpr(ExpressionParser.ComplementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the ComplementExpr labeled alternative in ExpressionParser.unaryExpression().
visitConditionalAndExpr(ExpressionParser.ConditionalAndExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the ConditionalAndExpr labeled alternative in ExpressionParser.conditionalAndExpression().
visitConditionalAndExpr(ExpressionParser.ConditionalAndExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the ConditionalAndExpr labeled alternative in ExpressionParser.conditionalAndExpression().
visitConditionalOrExpr(ExpressionParser.ConditionalOrExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the ConditionalOrExpr labeled alternative in ExpressionParser.conditionalOrExpression().
visitConditionalOrExpr(ExpressionParser.ConditionalOrExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the ConditionalOrExpr labeled alternative in ExpressionParser.conditionalOrExpression().
visitConstantExpr(ExpressionParser.ConstantExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the ConstantExpr labeled alternative in ExpressionParser.unprioritizedExpression().
visitConstantExpr(ExpressionParser.ConstantExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the ConstantExpr labeled alternative in ExpressionParser.unprioritizedExpression().
visitConstantExpression(ExpressionParser.ConstantExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.constantExpression().
visitConstantExpression(ExpressionParser.ConstantExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.constantExpression().
visitContinueStatement(ExpressionParser.ContinueStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.continueStatement().
visitContinueStatement(ExpressionParser.ContinueStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.continueStatement().
visitDefault(ExpressionParser.DefaultContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the Default labeled alternative in ExpressionParser.switchLabel().
visitDefault(ExpressionParser.DefaultContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the Default labeled alternative in ExpressionParser.switchLabel().
visitDoStatement(ExpressionParser.DoStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.doStatement().
visitDoStatement(ExpressionParser.DoStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.doStatement().
visitEmptyStatement(ExpressionParser.EmptyStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.emptyStatement().
visitEmptyStatement(ExpressionParser.EmptyStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.emptyStatement().
visitEqFallthrough(ExpressionParser.EqFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the EqFallthrough labeled alternative in ExpressionParser.equalityExpression().
visitEqFallthrough(ExpressionParser.EqFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the EqFallthrough labeled alternative in ExpressionParser.equalityExpression().
visitEqualityExpr(ExpressionParser.EqualityExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the EqualityExpr labeled alternative in ExpressionParser.equalityExpression().
visitEqualityExpr(ExpressionParser.EqualityExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the EqualityExpr labeled alternative in ExpressionParser.equalityExpression().
visitErrorNode(ErrorNode) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
visitExpression(ExpressionParser.ExpressionContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.expression().
visitExpression(ExpressionParser.ExpressionContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.expression().
visitExpressionStatement(ExpressionParser.ExpressionStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.expressionStatement().
visitExpressionStatement(ExpressionParser.ExpressionStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.expressionStatement().
visitForStatement(ExpressionParser.ForStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.forStatement().
visitForStatement(ExpressionParser.ForStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.forStatement().
visitFunctionCall(ExpressionParser.FunctionCallContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.functionCall().
visitFunctionCall(ExpressionParser.FunctionCallContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.functionCall().
visitFunctionCallExpr(ExpressionParser.FunctionCallExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the FunctionCallExpr labeled alternative in ExpressionParser.unprioritizedExpression().
visitFunctionCallExpr(ExpressionParser.FunctionCallExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the FunctionCallExpr labeled alternative in ExpressionParser.unprioritizedExpression().
visitIdExpr(ExpressionParser.IdExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the IdExpr labeled alternative in ExpressionParser.unprioritizedExpression().
visitIdExpr(ExpressionParser.IdExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the IdExpr labeled alternative in ExpressionParser.unprioritizedExpression().
visitIfStatement(ExpressionParser.IfStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.ifStatement().
visitIfStatement(ExpressionParser.IfStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.ifStatement().
visitMuFallthrough(ExpressionParser.MuFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the MuFallthrough labeled alternative in ExpressionParser.multiplicativeExpression().
visitMuFallthrough(ExpressionParser.MuFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the MuFallthrough labeled alternative in ExpressionParser.multiplicativeExpression().
visitMultiplicativeExpr(ExpressionParser.MultiplicativeExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the MultiplicativeExpr labeled alternative in ExpressionParser.multiplicativeExpression().
visitMultiplicativeExpr(ExpressionParser.MultiplicativeExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the MultiplicativeExpr labeled alternative in ExpressionParser.multiplicativeExpression().
visitNotExpr(ExpressionParser.NotExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the NotExpr labeled alternative in ExpressionParser.unaryExpression().
visitNotExpr(ExpressionParser.NotExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the NotExpr labeled alternative in ExpressionParser.unaryExpression().
visitPlusMinusExpr(ExpressionParser.PlusMinusExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the PlusMinusExpr labeled alternative in ExpressionParser.unaryExpression().
visitPlusMinusExpr(ExpressionParser.PlusMinusExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the PlusMinusExpr labeled alternative in ExpressionParser.unaryExpression().
visitPoFallthrough(ExpressionParser.PoFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the PoFallthrough labeled alternative in ExpressionParser.postfixExpression().
visitPoFallthrough(ExpressionParser.PoFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the PoFallthrough labeled alternative in ExpressionParser.postfixExpression().
visitPostCrementExpr(ExpressionParser.PostCrementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the PostCrementExpr labeled alternative in ExpressionParser.postfixExpression().
visitPostCrementExpr(ExpressionParser.PostCrementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the PostCrementExpr labeled alternative in ExpressionParser.postfixExpression().
visitPostfixExpr(ExpressionParser.PostfixExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the PostfixExpr labeled alternative in ExpressionParser.postfixExpression().
visitPostfixExpr(ExpressionParser.PostfixExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the PostfixExpr labeled alternative in ExpressionParser.postfixExpression().
visitPowerExpr(ExpressionParser.PowerExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the PowerExpr labeled alternative in ExpressionParser.powerExpression().
visitPowerExpr(ExpressionParser.PowerExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the PowerExpr labeled alternative in ExpressionParser.powerExpression().
visitPreCrementExpr(ExpressionParser.PreCrementExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the PreCrementExpr labeled alternative in ExpressionParser.unaryExpression().
visitPreCrementExpr(ExpressionParser.PreCrementExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the PreCrementExpr labeled alternative in ExpressionParser.unaryExpression().
visitPwFallthrough(ExpressionParser.PwFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the PwFallthrough labeled alternative in ExpressionParser.powerExpression().
visitPwFallthrough(ExpressionParser.PwFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the PwFallthrough labeled alternative in ExpressionParser.powerExpression().
visitReFallthrough(ExpressionParser.ReFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the ReFallthrough labeled alternative in ExpressionParser.relationalExpression().
visitReFallthrough(ExpressionParser.ReFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the ReFallthrough labeled alternative in ExpressionParser.relationalExpression().
visitRelationalExpr(ExpressionParser.RelationalExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the RelationalExpr labeled alternative in ExpressionParser.relationalExpression().
visitRelationalExpr(ExpressionParser.RelationalExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the RelationalExpr labeled alternative in ExpressionParser.relationalExpression().
visitReturnStatement(ExpressionParser.ReturnStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.returnStatement().
visitReturnStatement(ExpressionParser.ReturnStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.returnStatement().
visitShFallthrough(ExpressionParser.ShFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the ShFallthrough labeled alternative in ExpressionParser.shiftExpression().
visitShFallthrough(ExpressionParser.ShFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the ShFallthrough labeled alternative in ExpressionParser.shiftExpression().
visitShiftExpr(ExpressionParser.ShiftExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the ShiftExpr labeled alternative in ExpressionParser.shiftExpression().
visitShiftExpr(ExpressionParser.ShiftExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the ShiftExpr labeled alternative in ExpressionParser.shiftExpression().
visitSimpleForStatement(ExpressionParser.SimpleForStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.simpleForStatement().
visitSimpleForStatement(ExpressionParser.SimpleForStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.simpleForStatement().
visitStatement(ExpressionParser.StatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.statement().
visitStatement(ExpressionParser.StatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.statement().
visitStatements(ExpressionParser.StatementsContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.statements().
visitStatements(ExpressionParser.StatementsContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.statements().
visitSwitchStatement(ExpressionParser.SwitchStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.switchStatement().
visitSwitchStatement(ExpressionParser.SwitchStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.switchStatement().
visitTerminal(TerminalNode) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseListener
visitTernaryExpr(ExpressionParser.TernaryExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the TernaryExpr labeled alternative in ExpressionParser.conditionalExpression().
visitTernaryExpr(ExpressionParser.TernaryExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the TernaryExpr labeled alternative in ExpressionParser.conditionalExpression().
visitUaFallthrough(ExpressionParser.UaFallthroughContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the UaFallthrough labeled alternative in ExpressionParser.unaryExpression().
visitUaFallthrough(ExpressionParser.UaFallthroughContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the UaFallthrough labeled alternative in ExpressionParser.unaryExpression().
visitWhileStatement(ExpressionParser.WhileStatementContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by ExpressionParser.whileStatement().
visitWhileStatement(ExpressionParser.WhileStatementContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by ExpressionParser.whileStatement().
visitWrappedExpr(ExpressionParser.WrappedExprContext) - Method in class com.sk89q.worldedit.antlr.ExpressionBaseVisitor
Visit a parse tree produced by the WrappedExpr labeled alternative in ExpressionParser.unprioritizedExpression().
visitWrappedExpr(ExpressionParser.WrappedExprContext) - Method in interface com.sk89q.worldedit.antlr.ExpressionVisitor
Visit a parse tree produced by the WrappedExpr labeled alternative in ExpressionParser.unprioritizedExpression().
VOCABULARY - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
VOCABULARY - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
VOID_AIR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
VOID_AIR - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache.ReservedIDs
 
VoidStore - Class in com.sk89q.worldedit.session.storage
A session store that doesn't know how to store sessions.
VoidStore() - Constructor for class com.sk89q.worldedit.session.storage.VoidStore
 
VoronoiNoise - Class in com.sk89q.worldedit.math.noise
Generates Voronoi noise.
VoronoiNoise() - Constructor for class com.sk89q.worldedit.math.noise.VoronoiNoise
 
VoronoiPatternParser - Class in com.fastasyncworldedit.core.extension.factory.parser.pattern
 
VoronoiPatternParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.pattern.VoronoiPatternParser
Create a new voronoi noise parser.

W

wait(AtomicBoolean, int) - Method in class com.fastasyncworldedit.core.util.TaskManager
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated without replacement as unused internally, and poor implementation of what it's designed to do.
WALL_CORALS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WALL_HANGING_SIGNS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WALL_POST_OVERRIDE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
Deprecated.
WALL_SIGNS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WALL_TORCH - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WallMakeMask - Class in com.fastasyncworldedit.core.function.mask
 
WallMakeMask(Region) - Constructor for class com.fastasyncworldedit.core.function.mask.WallMakeMask
 
WallMask - Class in com.fastasyncworldedit.core.function.mask
 
WallMask(Mask, int, int) - Constructor for class com.fastasyncworldedit.core.function.mask.WallMask
 
WallMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
WallMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.WallMaskParser
 
walls(Actor, EditSession, Region, Pattern) - Method in class com.sk89q.worldedit.command.RegionCommands
 
WALLS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WALLS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
wand(Player, LocalSession, boolean) - Method in class com.sk89q.worldedit.command.SelectionCommands
 
WANDERING_TRADER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
WANDERING_TRADER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
wandItem - Variable in class com.sk89q.worldedit.LocalConfiguration
 
WARD_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARDEN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
WARDEN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARM_OCEAN - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
warnedDeprecatedClasses - Static variable in interface com.sk89q.worldedit.function.operation.Operation
This is an internal field, and should not be touched.
WARPED_BUTTON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_BUTTON - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_FENCE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_FENCE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_FENCE_GATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
WARPED_FUNGUS - Enum constant in enum class com.sk89q.worldedit.util.TreeGenerator.TreeType
 
WARPED_FUNGUS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_FUNGUS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_FUNGUS_ON_A_STICK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_HYPHAE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_HYPHAE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_NYLIUM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_NYLIUM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_PLANKS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_PLANKS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_PRESSURE_PLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_ROOTS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_ROOTS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_SIGN - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_STEM - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_STEM - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_STEMS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WARPED_STEMS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WARPED_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WARPED_WALL_HANGING_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_WALL_SIGN - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_WART_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WARPED_WART_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
warpedNyliumPattern() - Static method in class com.sk89q.worldedit.function.generator.FloraGenerator
Get a pattern for plants to place inside a nether environment.
WART_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WART_BLOCKS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
watchdog(Actor, LocalSession, HookMode) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
Watchdog - Interface in com.sk89q.worldedit.extension.platform
Interface to a Platform's watchdog service.
WatchdogTickingExtent - Class in com.sk89q.worldedit.extent.world
Extent that ticks the watchdog before every world-affecting action.
WatchdogTickingExtent(Extent, Watchdog) - Constructor for class com.sk89q.worldedit.extent.world.WatchdogTickingExtent
Create a new instance.
WATER - Static variable in class com.sk89q.worldedit.command.util.CreatureButcher.Flags
 
WATER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WATER - Static variable in class com.sk89q.worldedit.world.fluid.FluidCategories
 
WATER - Static variable in class com.sk89q.worldedit.world.fluid.FluidTypes
 
WATER_BUCKET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WATER_CAULDRON - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WATERLOGGED - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
WaterloggedRemover - Class in com.sk89q.worldedit.function.pattern
Removes the waterlogged state from blocks if possible.
WaterloggedRemover(Extent) - Constructor for class com.sk89q.worldedit.function.pattern.WaterloggedRemover
 
WAXED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_COPPER_BLOCK - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_COPPER_BLOCK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_EXPOSED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_EXPOSED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_OXIDIZED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_OXIDIZED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAXED_WEATHERED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WAXED_WEATHERED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
wea(Actor) - Method in class com.sk89q.worldedit.command.RegionCommands
 
WEATHERED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_CHISELED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEATHERED_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEATHERED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_COPPER_BULB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEATHERED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_COPPER_DOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEATHERED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_COPPER_GRATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEATHERED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_COPPER_TRAPDOOR - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEATHERED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_CUT_COPPER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEATHERED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_CUT_COPPER_SLAB - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEATHERED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEATHERED_CUT_COPPER_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WeatherType - Class in com.sk89q.worldedit.world.weather
 
WeatherType(String) - Constructor for class com.sk89q.worldedit.world.weather.WeatherType
 
WeatherTypes - Class in com.sk89q.worldedit.world.weather
 
WEB - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
WEB() - Constructor for class com.fastasyncworldedit.core.configuration.Settings.WEB
 
WEEPING_VINES - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WEEPING_VINES - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WEEPING_VINES_PLANT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WeightedChoice<T> - Class in com.sk89q.worldedit.util
Returns the best choice given a weighting function and a target weight.
WeightedChoice(Function<T, ? extends Number>, double) - Constructor for class com.sk89q.worldedit.util.WeightedChoice
Create a new instance.
WeightedChoice.Choice<T> - Class in com.sk89q.worldedit.util
A tuple of choice and score.
weManager() - Static method in class com.fastasyncworldedit.core.util.WEManager
Get an instance of the WEManager.
WEManager - Class in com.fastasyncworldedit.core.util
 
WEManager() - Constructor for class com.fastasyncworldedit.core.util.WEManager
 
wer(Player) - Method in class com.sk89q.worldedit.command.RegionCommands
 
WEST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
WEST - Static variable in class com.fastasyncworldedit.core.registry.state.PropertyKey
 
WEST_NORTHWEST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
WEST_SOUTHWEST - Enum constant in enum class com.sk89q.worldedit.util.Direction
 
WET_SPONGE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WET_SPONGE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHEAT - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHEAT - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHEAT_SEEDS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHILE - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
WHILE - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
WHILE() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.DoStatementContext
 
WHILE() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
whileStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser.StatementContext
 
whileStatement() - Method in class com.sk89q.worldedit.antlr.ExpressionParser
 
WhileStatementContext(ParserRuleContext, int) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.WhileStatementContext
 
WHITE_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_TULIP - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_TULIP - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WHITE_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WHITE_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WIKI - Variable in class com.fastasyncworldedit.core.configuration.Settings
 
WILD_ARMOR_TRIM_SMITHING_TEMPLATE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
wildcard(Actor, File, String) - Method in class com.fastasyncworldedit.core.command.ListFilters
 
WIND_CHARGE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
WINDSWEPT_FOREST - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
WINDSWEPT_GRAVELLY_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
WINDSWEPT_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
WINDSWEPT_SAVANNA - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
WITCH - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
WITCH_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
with(PropertyKey, V) - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
with(PropertyKey, V) - Method in class com.sk89q.worldedit.world.block.BlockState
 
with(PropertyKey, V) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Returns a BlockStateHolder with the given state and value applied.
with(Property<V>, V) - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
with(Property<V>, V) - Method in class com.sk89q.worldedit.world.block.BlockState
 
with(Property<V>, V) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Returns a BlockState with the given state and value applied.
with(SideEffect, SideEffect.State) - Method in class com.sk89q.worldedit.util.SideEffectSet
 
withElem(ValueReader) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
WITHER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
WITHER_IMMUNE - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WITHER_ROSE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WITHER_ROSE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WITHER_SKELETON - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
WITHER_SKELETON_SKULL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WITHER_SKELETON_SKULL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WITHER_SKELETON_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WITHER_SKELETON_WALL_SKULL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
WITHER_SKULL - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
WITHER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WITHER_SUMMON_BASE_BLOCKS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
withInfo(InfoReader) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
withInt(IntValueReader) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
withLong(LongValueReader) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
withOffset(int) - Method in class com.sk89q.worldedit.registry.state.AbstractProperty
 
withOffset(int) - Method in class com.sk89q.worldedit.registry.state.BooleanProperty
 
withOffset(int) - Method in class com.sk89q.worldedit.registry.state.DirectionalProperty
 
withOffset(int) - Method in class com.sk89q.worldedit.registry.state.EnumProperty
 
withOffset(int) - Method in class com.sk89q.worldedit.registry.state.IntegerProperty
 
withProperties(BlockState) - Method in class com.sk89q.worldedit.world.block.BlockState
 
withProperty(Property<V>, V) - Method in class com.sk89q.worldedit.world.block.FuzzyBlockState.Builder
Adds a property to the fuzzy BlockState
withPropertyId(int) - Method in class com.sk89q.worldedit.world.block.BaseBlock
 
withPropertyId(int) - Method in class com.sk89q.worldedit.world.block.BlockState
 
withPropertyId(int) - Method in interface com.sk89q.worldedit.world.block.BlockStateHolder
Deprecated.
withPropertyId(int) - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated.
withStateId(int) - Method in class com.sk89q.worldedit.world.block.BlockType
Deprecated.
withStream(LazyReader) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
withValue(ValueReader) - Method in class com.fastasyncworldedit.core.jnbt.streamer.StreamDelegate
 
withX(double) - Method in class com.sk89q.worldedit.math.Vector2
Set the X coordinate.
withX(double) - Method in class com.sk89q.worldedit.math.Vector3
Set the X coordinate.
withX(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
withX(int) - Method in class com.sk89q.worldedit.math.BlockVector2
Set the X coordinate.
withX(int) - Method in class com.sk89q.worldedit.math.BlockVector3
Set the X coordinate.
withY(double) - Method in class com.sk89q.worldedit.math.Vector3
Set the Y coordinate.
withY(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
withY(int) - Method in class com.sk89q.worldedit.math.BlockVector3
Set the Y coordinate.
withZ(double) - Method in class com.sk89q.worldedit.math.Vector2
Set the Z coordinate.
withZ(double) - Method in class com.sk89q.worldedit.math.Vector3
Set the Z coordinate.
withZ(int) - Method in class com.fastasyncworldedit.core.math.DelegateBlockVector3
 
withZ(int) - Method in class com.sk89q.worldedit.math.BlockVector2
Set the Z coordinate.
withZ(int) - Method in class com.sk89q.worldedit.math.BlockVector3
Set the Z coordinate.
WOLF - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
WOLF_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WOLVES_SPAWNABLE_ON - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOODED_BADLANDS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
 
WOODED_BADLANDS_PLATEAU - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
WOODED_HILLS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
WOODED_MOUNTAINS - Static variable in class com.sk89q.worldedit.world.biome.BiomeTypes
Deprecated.
WOODEN_AXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WOODEN_BUTTONS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOODEN_BUTTONS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WOODEN_DOORS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOODEN_DOORS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WOODEN_FENCES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOODEN_FENCES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WOODEN_HOE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WOODEN_PICKAXE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WOODEN_PRESSURE_PLATES - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOODEN_PRESSURE_PLATES - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WOODEN_SHOVEL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WOODEN_SLABS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOODEN_SLABS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WOODEN_STAIRS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOODEN_STAIRS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WOODEN_SWORD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WOODEN_TRAPDOORS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOODEN_TRAPDOORS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WOOL_CARPETS - Static variable in class com.sk89q.worldedit.world.block.BlockCategories
 
WOOL_CARPETS - Static variable in class com.sk89q.worldedit.world.item.ItemCategories
 
WORDS - Static variable in class com.fastasyncworldedit.core.util.collection.MemBlockSet
 
world - Variable in class com.sk89q.worldedit.EditSession
 
world - Variable in class com.sk89q.worldedit.regions.AbstractRegion
 
world(Actor, LocalSession, World) - Method in class com.sk89q.worldedit.command.GeneralCommands
 
world(World) - Method in class com.sk89q.worldedit.EditSessionBuilder
Set the world for the EditSession.
World - Interface in com.sk89q.worldedit.world
Represents a world (dimension).
WORLD_CONVERTER - Static variable in class com.sk89q.worldedit.command.argument.WorldConverter
 
WORLD_EDIT_KIND - Static variable in class com.sk89q.worldedit.WorldEditManifest
 
WORLD_EDIT_VERSION - Static variable in class com.sk89q.worldedit.WorldEditManifest
 
WORLD_EDITING - Enum constant in enum class com.sk89q.worldedit.extension.platform.Capability
The capability of a platform to perform modifications to a world.
WORLD_SURFACE - Enum constant in enum class com.fastasyncworldedit.core.extent.processor.heightmap.HeightMapType
 
WorldConverter - Class in com.sk89q.worldedit.command.argument
 
WorldCopyClipboard - Class in com.fastasyncworldedit.core.extent.clipboard
 
WorldCopyClipboard(Supplier<Extent>, Region) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
WorldCopyClipboard(Supplier<Extent>, Region, boolean, boolean) - Constructor for class com.fastasyncworldedit.core.extent.clipboard.WorldCopyClipboard
 
worldEdit - Variable in class com.sk89q.worldedit.internal.registry.AbstractFactory
 
worldEdit - Variable in class com.sk89q.worldedit.internal.registry.InputParser
 
WorldEdit - Class in com.sk89q.worldedit
The entry point and container for a working implementation of WorldEdit.
WORLDEDIT_CUI - Enum constant in enum class com.sk89q.worldedit.extension.platform.Capability
The capability of a platform to dispatch WorldEditCUI events.
WorldEditAsyncCommandBuilder - Class in com.sk89q.worldedit.command.util
For internal WorldEdit use only.
WorldEditCommands - Class in com.sk89q.worldedit.command
 
WorldEditCommands(WorldEdit) - Constructor for class com.sk89q.worldedit.command.WorldEditCommands
 
WorldEditException - Exception in com.sk89q.worldedit
Parent for all WorldEdit exceptions.
WorldEditException() - Constructor for exception com.sk89q.worldedit.WorldEditException
Create a new exception.
WorldEditException(Component) - Constructor for exception com.sk89q.worldedit.WorldEditException
Create a new exception with a message.
WorldEditException(Component, Throwable) - Constructor for exception com.sk89q.worldedit.WorldEditException
Create a new exception with a message and a cause.
WorldEditException(String) - Constructor for exception com.sk89q.worldedit.WorldEditException
Deprecated.
Use component version
WorldEditException(String, Throwable) - Constructor for exception com.sk89q.worldedit.WorldEditException
Deprecated.
Use component version
WorldEditException(Throwable) - Constructor for exception com.sk89q.worldedit.WorldEditException
Create a new exception with a cause.
WorldEditExceptionConverter - Class in com.sk89q.worldedit.internal.command.exception
converts WorldEdit exceptions and converts them into CommandExceptions.
WorldEditExceptionConverter(WorldEdit) - Constructor for class com.sk89q.worldedit.internal.command.exception.WorldEditExceptionConverter
 
WorldEditExpressionEnvironment - Class in com.sk89q.worldedit.regions.shape
 
WorldEditExpressionEnvironment(EditSession, Vector3, Vector3) - Constructor for class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
WorldEditExpressionEnvironment(Extent, Vector3, Vector3) - Constructor for class com.sk89q.worldedit.regions.shape.WorldEditExpressionEnvironment
 
WorldEditManifest - Class in com.sk89q.worldedit
Represents WorldEdit info from the MANIFEST.MF file.
WorldEditManifest.Kind - Enum Class in com.sk89q.worldedit
 
WorldEditResourceLoader - Class in com.sk89q.worldedit.util.io
 
WorldEditResourceLoader(WorldEdit) - Constructor for class com.sk89q.worldedit.util.io.WorldEditResourceLoader
 
WorldEditText - Class in com.sk89q.worldedit.util.formatting
 
WORLDGUARD_REGION_BLACKLIST - Variable in class com.fastasyncworldedit.core.configuration.Settings.REGION_RESTRICTIONS_OPTIONS
 
WorldNativeAccess<NC,NBS,NP> - Interface in com.sk89q.worldedit.internal.wna
Natively access and perform operations on the world.
worldPath - Variable in class com.sk89q.worldedit.internal.anvil.ChunkDeletionInfo.ChunkBatch
 
WorldUnloadedException - Exception in com.sk89q.worldedit.world
Thrown if the world has been unloaded.
WorldUnloadedException() - Constructor for exception com.sk89q.worldedit.world.WorldUnloadedException
Create a new instance.
WorldWrapper - Class in com.fastasyncworldedit.core.wrappers
 
wrap(int, int, int) - Static method in class com.fastasyncworldedit.core.util.MathMan
 
wrap(Player) - Static method in class com.fastasyncworldedit.core.wrappers.AsyncPlayer
 
wrap(World) - Static method in class com.fastasyncworldedit.core.wrappers.WorldWrapper
 
wrap(String...) - Static method in class com.sk89q.worldedit.util.formatting.component.CodeFormat
Creates a CodeFormat with the given message.
wrap(String...) - Static method in class com.sk89q.worldedit.util.formatting.component.ErrorFormat
Creates an ErrorFormat with the given message.
wrap(String...) - Static method in class com.sk89q.worldedit.util.formatting.component.LabelFormat
Creates a LabelFormat with the given message.
wrap(String...) - Static method in class com.sk89q.worldedit.util.formatting.component.SubtleFormat
Creates a SubtleFormat with the given message.
wrap(String, int, int) - Static method in class com.sk89q.worldedit.internal.util.Substring
Wrap the given parameters into a Substring instance.
wrap(Callable<T>, Actor) - Static method in class com.sk89q.worldedit.command.util.AsyncCommandBuilder
 
wrap(ArgumentConverter<T>) - Static method in class com.sk89q.worldedit.command.argument.CommaSeparatedValuesConverter
 
wrap(T) - Method in interface com.fastasyncworldedit.core.queue.IQueueExtent
Wrap the chunk object (i.e., for region restrictions / limits etc.).
wrapAndLimit(ArgumentConverter<T>, int) - Static method in class com.sk89q.worldedit.command.argument.CommaSeparatedValuesConverter
 
WRAPPED_CONSTANT - Static variable in class com.sk89q.worldedit.internal.expression.ExpressionHelper
The argument should be wrapped in a LocalSlot.Constant before being passed.
WrappedCommandException - Exception in com.sk89q.minecraft.util.commands
 
WrappedCommandException(Throwable) - Constructor for exception com.sk89q.minecraft.util.commands.WrappedCommandException
 
WrappedExprContext(ExpressionParser.UnprioritizedExpressionContext) - Constructor for class com.sk89q.worldedit.antlr.ExpressionParser.WrappedExprContext
 
WRITABLE_BOOK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
write(byte[]) - Method in class com.fastasyncworldedit.core.internal.io.AbstractDelegateOutputStream
 
write(byte[]) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
write(byte[]) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
write(byte[], int, int) - Method in class com.fastasyncworldedit.core.internal.io.AbstractDelegateOutputStream
 
write(byte[], int, int) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes length bytes from the specified byte array starting at offset to the underlying output stream.
write(byte[], int, int) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
write(int) - Method in class com.fastasyncworldedit.core.internal.io.AbstractDelegateOutputStream
 
write(int) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
write(int) - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
write(int) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes the specified byte value to the underlying output stream.
write(int) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
write(int, int) - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
write(long[]) - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
write(NBTOutputStream) - Method in interface com.sk89q.jnbt.NBTOutputStream.LazyWrite
Deprecated.
 
write(Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter
 
write(Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.io.schematic.MinecraftStructure
 
write(Clipboard) - Method in class com.fastasyncworldedit.core.extent.clipboard.io.schematic.PNGWriter
 
write(Clipboard) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardWriter
Writes a clipboard.
write(Clipboard) - Method in class com.sk89q.worldedit.extent.clipboard.io.SpongeSchematicWriter
Deprecated.
 
write(Clipboard, String) - Method in class com.fastasyncworldedit.core.extent.clipboard.io.schematic.MinecraftStructure
 
write(OutputStream, int, int, int) - Method in interface com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet.FaweStreamPositionDelegate
 
write(OutputStream, Clipboard) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat
 
writeBoolean(boolean) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes a boolean to the underlying output stream as a single byte.
writeBoolean(boolean) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeByte(int) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes out a byte to the underlying output stream
writeByte(int) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeBytes(String) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes a string to the underlying output stream as a sequence of bytes.
writeBytes(String) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeChange(FaweOutputStream, int, int) - Method in interface com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet.FaweStreamIdDelegate
 
writeChar(int) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes a two byte char to the underlying output stream in little endian order, low byte first.
writeChar(int) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeChars(String) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeDefaults() - Method in class com.sk89q.util.yaml.YAMLNode
 
writeDouble(double) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes an 8 byte Java double to the underlying output stream in little endian order.
writeDouble(double) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeEndTag() - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeFloat(float) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes a 4 byte Java float to the underlying output stream in little endian order.
writeFloat(float) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeHeader(OutputStream, int, int, int) - Method in class com.fastasyncworldedit.core.history.changeset.FaweStreamChangeSet
 
writeHeader(OutputStream, int, int, int) - Method in class com.fastasyncworldedit.core.history.RollbackOptimizedHistory
 
writeInfo(ChunkDeletionInfo, Path) - Static method in class com.sk89q.worldedit.internal.anvil.ChunkDeleter
 
writeInt(int) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes a four-byte int to the underlying output stream in little endian order, low byte first, high byte last
writeInt(int) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeInt(OutputStream, int) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
writeLazyCompoundTag(String, NBTOutputStream.LazyWrite) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeLong(long) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes an eight-byte long to the underlying output stream in little endian order, low byte first, high byte last
writeLong(long) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeMedium(int) - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
writeNamedEmptyList(String) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNamedTag(String, byte) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNamedTag(String, byte[]) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNamedTag(String, int) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNamedTag(String, int[]) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNamedTag(String, long) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNamedTag(String, short) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNamedTag(String, Tag) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
Writes a tag.
writeNamedTag(String, String) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNamedTagName(String, int) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeNBT(String, Tag) - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
writePrimitive(Object) - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
writeRotation(Location) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardWriter
 
writeShort(int) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes a two byte short to the underlying output stream in little endian order, low byte first.
writeShort(int) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeShort(short) - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
writeTag(Tag) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeTagPayload(Tag) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
Writes tag payload.
writeTo(OutputStream) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
writeTo(RandomAccessFile) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
writeTo(Writer, String) - Method in class com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream
 
writeUTF(String) - Method in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
Writes a string of no more than 65,535 characters to the underlying output stream using UTF-8 encoding.
writeUTF(String) - Method in class com.sk89q.jnbt.NBTOutputStream
Deprecated.
 
writeVarInt(int) - Method in class com.fastasyncworldedit.core.internal.io.FaweOutputStream
 
writeVarInt(OutputStream, int) - Static method in class com.fastasyncworldedit.core.util.IOUtil
 
writeVector(Vector3) - Method in interface com.sk89q.worldedit.extent.clipboard.io.ClipboardWriter
 
written - Variable in class com.fastasyncworldedit.core.internal.io.LittleEndianOutputStream
The number of bytes written so far to the little endian output stream.
WRITTEN_BOOK - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
WS - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
WS - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 

X

x - Variable in class com.fastasyncworldedit.core.history.change.MutableBlockChange
 
x - Variable in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
x - Variable in class com.sk89q.worldedit.math.BlockVector2
 
x() - Method in record class com.fastasyncworldedit.core.math.IntPair
Returns the value of the x record component.
x() - Method in record class com.fastasyncworldedit.core.math.IntTriple
Returns the value of the x record component.
XAxisMask - Class in com.fastasyncworldedit.core.function.mask
 
XAxisMask(Extent) - Constructor for class com.fastasyncworldedit.core.function.mask.XAxisMask
 
XAxisMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
XAxisMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.XAxisMaskParser
 
XP_ORBS - Enum constant in enum class com.sk89q.worldedit.command.util.EntityRemover.Type
 

Y

y - Variable in class com.fastasyncworldedit.core.history.change.MutableBlockChange
 
y - Variable in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
y() - Method in record class com.fastasyncworldedit.core.math.IntTriple
Returns the value of the y record component.
yaml - Variable in class com.sk89q.util.yaml.YAMLProcessor
 
YamlConfiguration - Class in com.fastasyncworldedit.core.configuration.file
An implementation of Configuration which saves all files in Yaml.
YamlConfiguration() - Constructor for class com.fastasyncworldedit.core.configuration.file.YamlConfiguration
 
YAMLConfiguration - Class in com.sk89q.worldedit.util
A less simple implementation of LocalConfiguration using YAML configuration files.
YAMLConfiguration(YAMLProcessor, Logger) - Constructor for class com.sk89q.worldedit.util.YAMLConfiguration
 
YamlConfigurationOptions - Class in com.fastasyncworldedit.core.configuration.file
Various settings for controlling the input and output of a YamlConfiguration.
YamlConfigurationOptions(YamlConfiguration) - Constructor for class com.fastasyncworldedit.core.configuration.file.YamlConfigurationOptions
 
YamlConstructor - Class in com.fastasyncworldedit.core.configuration.file
 
YamlConstructor() - Constructor for class com.fastasyncworldedit.core.configuration.file.YamlConstructor
 
YAMLFormat - Enum Class in com.sk89q.util.yaml
 
YAMLNode - Class in com.sk89q.util.yaml
Represents a configuration node.
YAMLNode(Map<String, Object>, boolean) - Constructor for class com.sk89q.util.yaml.YAMLNode
 
YAMLProcessor - Class in com.sk89q.util.yaml
YAML configuration loader.
YAMLProcessor(File, boolean) - Constructor for class com.sk89q.util.yaml.YAMLProcessor
 
YAMLProcessor(File, boolean, YAMLFormat) - Constructor for class com.sk89q.util.yaml.YAMLProcessor
 
YAMLProcessorException - Exception in com.sk89q.util.yaml
YAMLProcessor exception.
YAMLProcessorException() - Constructor for exception com.sk89q.util.yaml.YAMLProcessorException
 
YAMLProcessorException(String) - Constructor for exception com.sk89q.util.yaml.YAMLProcessorException
 
YamlRepresenter - Class in com.fastasyncworldedit.core.configuration.file
 
YamlRepresenter() - Constructor for class com.fastasyncworldedit.core.configuration.file.YamlRepresenter
 
YAxisMask - Class in com.fastasyncworldedit.core.function.mask
 
YAxisMask() - Constructor for class com.fastasyncworldedit.core.function.mask.YAxisMask
 
YAxisMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
YAxisMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.YAxisMaskParser
 
year - Variable in class com.fastasyncworldedit.core.FaweVersion
 
YELLOW_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_BANNER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_BED - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_BED - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_CANDLE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_CANDLE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_CANDLE_CAKE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_CARPET - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_CARPET - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_CONCRETE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_CONCRETE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_CONCRETE_POWDER - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_DYE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_GLAZED_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_SHULKER_BOX - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_STAINED_GLASS - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_STAINED_GLASS_PANE - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_TERRACOTTA - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YELLOW_WALL_BANNER - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_WOOL - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
YELLOW_WOOL - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
YieldIterable<T> - Class in com.fastasyncworldedit.core.util.collection
 
YieldIterable() - Constructor for class com.fastasyncworldedit.core.util.collection.YieldIterable
 
YieldIterable(Future<?>) - Constructor for class com.fastasyncworldedit.core.util.collection.YieldIterable
 
yscale - Variable in class com.fastasyncworldedit.core.command.tool.brush.HeightBrush
 
YYMMDDHHIISSParser - Class in com.sk89q.worldedit.world.snapshot
 
YYMMDDHHIISSParser() - Constructor for class com.sk89q.worldedit.world.snapshot.YYMMDDHHIISSParser
 
YZX - Enum constant in enum class com.fastasyncworldedit.core.function.visitor.Order
 

Z

z - Variable in class com.fastasyncworldedit.core.history.change.MutableBlockChange
 
z - Variable in class com.fastasyncworldedit.core.history.change.MutableFullBlockChange
 
z - Variable in class com.sk89q.worldedit.math.BlockVector2
 
z() - Method in record class com.fastasyncworldedit.core.math.IntPair
Returns the value of the z record component.
z() - Method in record class com.fastasyncworldedit.core.math.IntTriple
Returns the value of the z record component.
ZAxisMask - Class in com.fastasyncworldedit.core.function.mask
 
ZAxisMask() - Constructor for class com.fastasyncworldedit.core.function.mask.ZAxisMask
 
ZAxisMaskParser - Class in com.fastasyncworldedit.core.extension.factory.parser.mask
 
ZAxisMaskParser(WorldEdit) - Constructor for class com.fastasyncworldedit.core.extension.factory.parser.mask.ZAxisMaskParser
 
ZERO - Static variable in class com.sk89q.worldedit.math.BlockVector2
 
ZERO - Static variable in class com.sk89q.worldedit.math.BlockVector3
 
ZERO - Static variable in class com.sk89q.worldedit.math.BlockVector3Imp
 
ZERO - Static variable in class com.sk89q.worldedit.math.Vector2
 
ZERO - Static variable in class com.sk89q.worldedit.math.Vector3
 
zip - Variable in class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore
 
zip - Variable in class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore
 
ZipArchiveNioSupport - Class in com.sk89q.worldedit.util.io.file
 
zipFile - Variable in class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore
 
zipFile - Variable in class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore
 
ZippedLegacyChunkStore - Class in com.sk89q.worldedit.world.storage
Represents the chunk store used by Minecraft alpha but zipped.
ZippedLegacyChunkStore(File) - Constructor for class com.sk89q.worldedit.world.storage.ZippedLegacyChunkStore
Create an instance.
ZippedLegacyChunkStore(File, String) - Constructor for class com.sk89q.worldedit.world.storage.ZippedLegacyChunkStore
Create an instance.
ZippedMcRegionChunkStore - Class in com.sk89q.worldedit.world.storage
Represents the chunk store used by Minecraft alpha but zipped.
ZippedMcRegionChunkStore(File) - Constructor for class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore
Create an instance.
ZippedMcRegionChunkStore(File, String) - Constructor for class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore
Create an instance.
ZOGLIN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ZOGLIN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ZOMBIE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ZOMBIE_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ZOMBIE_HEAD - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ZOMBIE_HORSE - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ZOMBIE_HORSE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ZOMBIE_PIGMAN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
Deprecated.
ZOMBIE_PIGMAN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
Deprecated.
ZOMBIE_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ZOMBIE_VILLAGER - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ZOMBIE_VILLAGER_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ZOMBIE_WALL_HEAD - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
ZOMBIFIED_PIGLIN - Static variable in class com.sk89q.worldedit.world.entity.EntityTypes
 
ZOMBIFIED_PIGLIN_SPAWN_EGG - Static variable in class com.sk89q.worldedit.world.item.ItemTypes
 
ZonedDateTimeConverter - Class in com.sk89q.worldedit.command.argument
 

_

__RESERVED__ - Static variable in class com.sk89q.worldedit.world.block.BlockTypes
 
__RESERVED__ - Static variable in class com.sk89q.worldedit.world.block.BlockTypesCache.ReservedIDs
 
_ATN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
_ATN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
_decisionToDFA - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
_decisionToDFA - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
_disableQueue - Static variable in exception com.fastasyncworldedit.core.internal.exception.FaweException
 
_enableQueue - Static variable in exception com.fastasyncworldedit.core.internal.exception.FaweException
 
_serializedATN - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
_serializedATN - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
_sharedContextCache - Static variable in class com.sk89q.worldedit.antlr.ExpressionLexer
 
_sharedContextCache - Static variable in class com.sk89q.worldedit.antlr.ExpressionParser
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form