Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boy0001/FastAsyncWorldedit
/ functions
Functions
9,786 in github.com/boy0001/FastAsyncWorldedit
⨍
Functions
9,786
◇
Types & classes
1,053
↓ 22 callers
Method
floor
(RValue x)
core/src/main/java/com/sk89q/worldedit/internal/expression/runtime/Functions.java:229
↓ 22 callers
Method
getChunk
Get the underlying chunk object @return
core/src/main/java/com/boydti/fawe/object/FaweChunk.java:264
↓ 22 callers
Method
getChunkAt
(int x, int z)
bukkit/src/main/java/com/boydti/fawe/bukkit/wrapper/AsyncWorld.java:343
↓ 22 callers
Method
getData
()
bukkit/src/main/java/com/boydti/fawe/bukkit/wrapper/AsyncBlock.java:38
↓ 22 callers
Method
getInputStream
(URI uri)
core/src/main/java/com/boydti/fawe/util/image/ImageUtil.java:206
↓ 22 callers
Method
getInteger
Gets a type from a {@link ArgumentStack}. @param context the context @param modifiers a list of modifiers @return the requested type @throws Parame
core/src/main/java/com/boydti/fawe/command/FawePrimitiveBinding.java:335
↓ 22 callers
Method
getType
Gets the type of item in this list. @return The type of item in this list.
core/src/main/java/com/sk89q/jnbt/ListTag.java:46
↓ 22 callers
Method
nextSetBit
Returns the index of the first bit that is set to <code>true</code> that occurs on or after the specified starting index. If no such it exists then -1
core/src/main/java/com/boydti/fawe/object/collection/SparseBitSet.java:921
↓ 22 callers
Method
text
(BBC caption, Object... args)
core/src/main/java/com/boydti/fawe/util/chat/Message.java:54
↓ 21 callers
Method
aliases
()
core/src/main/java/com/boydti/fawe/config/Commands.java:39
↓ 21 callers
Method
canPassThrough
(int id, int data)
core/src/main/java/com/boydti/fawe/FaweCache.java:294
↓ 21 callers
Method
getBoolean
Gets the requested boolean by path. <p> If the boolean does not exist but a default value has been specified, this will return the default value. If t
core/src/main/java/com/boydti/fawe/configuration/ConfigurationSection.java:285
↓ 21 callers
Method
getContext
Get the underlying context. @return the context
core/src/main/java/com/sk89q/worldedit/util/command/parametric/ArgumentStack.java:76
↓ 21 callers
Method
getNmsClass
(final String name)
bukkit/src/main/java/com/boydti/fawe/bukkit/util/BukkitReflectionUtils.java:83
↓ 21 callers
Method
getUUID
(String name)
core/src/main/java/com/boydti/fawe/IFawe.java:55
↓ 21 callers
Method
hasPermission
(final FawePlayer<?> player, final Perm perm)
core/src/main/java/com/boydti/fawe/util/Perm.java:23
↓ 21 callers
Method
optimize
()
core/src/main/java/com/boydti/fawe/object/FaweQueue.java:151
↓ 21 callers
Method
readInt
(byte[] buf, int i)
core/src/main/java/net/jpountz/util/SafeUtils.java:54
↓ 21 callers
Method
setBlock
(Vector pt, BaseBlock block)
core/src/main/java/com/boydti/fawe/object/brush/visualization/VirtualWorld.java:24
↓ 21 callers
Method
setModified
(long modified)
core/src/main/java/com/boydti/fawe/object/FaweQueue.java:256
↓ 21 callers
Method
toString
Returns a string representation of this bit set. For every index for which this <code>SparseBitSet</code> contains a bit in the set state, the decimal
core/src/main/java/com/boydti/fawe/object/collection/SparseBitSet.java:1250
↓ 20 callers
Method
a
(int areaX, int areaY, int areaWidth, int areaHeight)
bukkit/src/main/java/com/boydti/fawe/bukkit/v1_9/MutableGenLayer.java:20
↓ 20 callers
Method
async
Run a task asynchronously @param r
core/src/main/java/com/boydti/fawe/util/TaskManager.java:44
↓ 20 callers
Method
ensureChunkLoaded
(int cx, int cz)
core/src/main/java/com/boydti/fawe/example/MappedFaweQueue.java:406
↓ 20 callers
Method
getBlockX
Get the X coordinate rounded. @return the x coordinate
core/src/main/java/com/sk89q/worldedit/Vector2D.java:105
↓ 20 callers
Method
getBlockZ
Get the Z coordinate rounded. @return the z coordinate
core/src/main/java/com/sk89q/worldedit/Vector2D.java:143
↓ 20 callers
Method
getChar
(int index)
core/src/main/java/com/boydti/fawe/object/collection/DifferentialArray.java:216
↓ 20 callers
Method
getInstance
()
core/src/main/java/com/sk89q/worldedit/extension/platform/CommandManager.java:298
↓ 20 callers
Method
getMaximumPoint
Get the upper point of a region. @return max. point
core/src/main/java/com/sk89q/worldedit/regions/Region.java:46
↓ 20 callers
Method
getPlayer
()
favs/src/main/java/com/thevoxelbox/voxelsniper/Sniper.java:127
↓ 20 callers
Method
getSelection
Gets a selection from a {@link ArgumentStack}. @param context the context @param selection the annotation @return a selection @throws IncompleteRegio
core/src/main/java/com/sk89q/worldedit/internal/command/WorldEditBinding.java:84
↓ 20 callers
Method
getTotal
()
core/src/main/java/com/boydti/fawe/jnbt/anvil/MCAFilterCounter.java:16
↓ 20 callers
Method
of
apply fiend for object @param e applied object @return RefExecutor with getter and setter
core/src/main/java/com/boydti/fawe/util/ReflectionUtils.java:799
↓ 20 callers
Method
readFully
Reads the entire stream and runs the applicable readers @throws IOException
core/src/main/java/com/boydti/fawe/jnbt/NBTStreamer.java:24
↓ 20 callers
Method
remove
()
core/src/main/java/com/boydti/fawe/object/visitor/FastIterator.java:56
↓ 20 callers
Method
setActor
(@Nullable Actor actor)
core/src/main/java/com/sk89q/worldedit/session/request/Request.java:95
↓ 20 callers
Method
wrap
(final Object obj)
core/src/main/java/com/boydti/fawe/IFawe.java:23
↓ 20 callers
Method
writeByte
(ByteBuffer dest, int off, int i)
core/src/main/java/net/jpountz/util/ByteBufferUtils.java:74
↓ 19 callers
Method
a
(int areaX, int areaY, int areaWidth, int areaHeight)
bukkit/src/main/java/com/boydti/fawe/bukkit/v1_10/MutableGenLayer.java:20
↓ 19 callers
Method
apply
(Vector pt)
core/src/main/java/com/sk89q/worldedit/function/visitor/RegionVisitor.java:186
↓ 19 callers
Method
ceil
Rounds all components up. @return a new vector
core/src/main/java/com/sk89q/worldedit/Vector.java:645
↓ 19 callers
Method
contains
(int x, int y, int z)
core/src/main/java/com/boydti/fawe/object/extent/FaweRegionExtent.java:33
↓ 19 callers
Method
evaluate
(double... values)
core/src/main/java/com/sk89q/worldedit/internal/expression/Expression.java:118
↓ 19 callers
Method
getBrushTool
Get the brush tool assigned to the item. If there is no tool assigned or the tool is not assigned, the slot will be replaced with the brush tool. @pa
core/src/main/java/com/sk89q/worldedit/LocalSession.java:1034
↓ 19 callers
Method
getCachedPlayer
(String name)
core/src/main/java/com/boydti/fawe/Fawe.java:769
↓ 19 callers
Method
getCenter
Get the center point of a region. Note: Coordinates will not be integers if the corresponding lengths are even. @return center point
core/src/main/java/com/sk89q/worldedit/regions/Region.java:55
↓ 19 callers
Method
getLazyBlock
(int x, int y, int z)
core/src/main/java/com/boydti/fawe/object/queue/IDelegateFaweQueue.java:62
↓ 19 callers
Method
getLazyBlock
(Vector position)
core/src/main/java/com/sk89q/worldedit/extent/Extent.java:46
↓ 19 callers
Method
getLightOpacity
()
core/src/main/java/com/sk89q/worldedit/world/registry/BundledBlockData.java:730
↓ 19 callers
Method
getPrimaryAlias
()
core/src/main/java/com/sk89q/worldedit/util/command/SimpleCommandMapping.java:46
↓ 19 callers
Method
getWorldName
()
core/src/main/java/com/boydti/fawe/object/FaweQueue.java:252
↓ 19 callers
Method
inst
()
nukkit/src/main/java/com/boydti/fawe/nukkit/core/NukkitWorldEdit.java:62
↓ 19 callers
Method
printDebug
(String msg)
core/src/main/java/com/sk89q/worldedit/extension/platform/PlayerProxy.java:108
↓ 19 callers
Method
regenerateChunk
(int x, int z)
core/src/main/java/com/boydti/fawe/object/FaweQueue.java:332
↓ 19 callers
Method
setComponents
(Vector other)
core/src/main/java/com/sk89q/worldedit/MutableBlockVector.java:36
↓ 19 callers
Method
setSession
Get the request session. @param session the session, which may be null
core/src/main/java/com/sk89q/worldedit/session/request/Request.java:115
↓ 19 callers
Method
writeByte
Writes out a <code>byte</code> to the underlying output stream @param b the <code>byte</code> value to be written. @exception IOException if
core/src/main/java/com/boydti/fawe/object/io/LittleEndianOutputStream.java:75
↓ 19 callers
Method
writeShort
(short[] buf, int off, int v)
core/src/main/java/net/jpountz/util/SafeUtils.java:84
↓ 18 callers
Method
cancelEditSafe
(Extent parent, BBC reason)
core/src/main/java/com/boydti/fawe/util/WEManager.java:27
↓ 18 callers
Method
forEach
The locations provided are relative to the clipboard min @param task @param air
core/src/main/java/com/boydti/fawe/object/clipboard/FaweClipboard.java:67
↓ 18 callers
Method
getBlockAt
(final int x, final int y, final int z)
bukkit/src/main/java/com/boydti/fawe/bukkit/wrapper/AsyncWorld.java:295
↓ 18 callers
Method
getClipboard
Get the clipboard. <p> If there is a transformation applied, the returned clipboard will not contain its effect. @deprecated FAWE supports multiple l
core/src/main/java/com/sk89q/worldedit/session/ClipboardHolder.java:77
↓ 18 callers
Method
getDirection
Get a direction from the player. @param context the context @param direction the direction annotation @return a pattern @throws ParameterException on
core/src/main/java/com/sk89q/worldedit/internal/command/WorldEditBinding.java:276
↓ 18 callers
Method
getEntry
(File file, long position)
core/src/main/java/com/boydti/fawe/object/schematic/visualizer/SchemVis.java:272
↓ 18 callers
Method
getKey
(MCAChunk chunk, Tag tag, int dimension)
nukkit/src/main/java/com/boydti/fawe/nukkit/core/converter/MCAFile2LevelDB.java:867
↓ 18 callers
Method
getParameters
()
core/src/main/java/com/sk89q/worldedit/util/command/parametric/ParametricCallable.java:299
↓ 18 callers
Method
getSkyLight
(int x, int y, int z)
core/src/main/java/com/boydti/fawe/object/FaweQueue.java:426
↓ 18 callers
Method
getType
Get the type of block. @return the type
core/src/main/java/com/sk89q/worldedit/blocks/BaseBlock.java:291
↓ 18 callers
Method
getUniqueId
()
bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java:60
↓ 18 callers
Method
isIdentity
()
core/src/main/java/com/sk89q/worldedit/math/transform/AffineTransform.java:99
↓ 18 callers
Method
mod
Better modulo, not just remainder.
core/src/main/java/com/sk89q/worldedit/blocks/BlockData.java:1306
↓ 18 callers
Method
putByte
Put the given key and value into the compound tag as a {@code ByteTag}. @param key they key @param value the value @return this object
core/src/main/java/com/sk89q/jnbt/CompoundTagBuilder.java:85
↓ 18 callers
Method
queryCapability
Get the preferred platform for handling a certain capability. Returns null if none is available. @param capability the capability @return the platfor
core/src/main/java/com/sk89q/worldedit/extension/platform/PlatformManager.java:185
↓ 18 callers
Method
readInt
(ByteBuffer buf, int i)
core/src/main/java/net/jpountz/util/ByteBufferUtils.java:49
↓ 18 callers
Method
reset
Reset to the previously {@link #mark()}ed position of the stack, and return the arguments that were consumed between this point and that previous poin
core/src/main/java/com/sk89q/worldedit/util/command/parametric/ArgumentStack.java:93
↓ 18 callers
Method
seek
(long pos)
core/src/main/java/com/boydti/fawe/object/io/BufferedRandomAccessFile.java:220
↓ 18 callers
Method
setClipboard
Sets the clipboard. <p> <p>Pass {@code null} to clear the clipboard.</p> @param clipboard the clipboard, or null if the clipboard is to be cleared
core/src/main/java/com/sk89q/worldedit/LocalSession.java:826
↓ 18 callers
Method
setDirection
(Vector direction)
core/src/main/java/com/sk89q/worldedit/world/registry/BundledBlockData.java:550
↓ 18 callers
Method
setTile
(int x, int y, int z, CompoundTag tag)
core/src/main/java/com/boydti/fawe/object/FaweQueue.java:214
↓ 18 callers
Method
sin
(RValue x)
core/src/main/java/com/sk89q/worldedit/internal/expression/runtime/Functions.java:152
↓ 18 callers
Method
update
()
core/src/main/java/com/sk89q/worldedit/command/tool/BrushTool.java:155
↓ 18 callers
Method
writeNamedTagName
(String name, int type)
core/src/main/java/com/sk89q/jnbt/NBTOutputStream.java:158
↓ 17 callers
Method
add
(int x, int y, int z)
core/src/main/java/com/boydti/fawe/object/collection/LocalBlockVectorSet.java:203
↓ 17 callers
Method
builder
()
core/src/main/java/com/boydti/fawe/util/chat/ChatManager.java:6
↓ 17 callers
Method
cos
(RValue x)
core/src/main/java/com/sk89q/worldedit/internal/expression/runtime/Functions.java:156
↓ 17 callers
Method
fromString
(Player player, LocalSession session, String json)
core/src/main/java/com/sk89q/worldedit/command/tool/BrushTool.java:88
↓ 17 callers
Method
get
(String path)
core/src/main/java/com/boydti/fawe/configuration/MemorySection.java:322
↓ 17 callers
Method
getBiomeArray
()
core/src/main/java/com/boydti/fawe/object/FaweChunk.java:165
↓ 17 callers
Method
getCompressedIS
(InputStream is)
core/src/main/java/com/boydti/fawe/util/MainUtil.java:370
↓ 17 callers
Method
getDescription
()
core/src/main/java/com/sk89q/worldedit/util/command/DelegateCallable.java:23
↓ 17 callers
Method
getLocation
Get the player's location @return
core/src/main/java/com/boydti/fawe/object/FawePlayer.java:519
↓ 17 callers
Method
getNbtData
()
bukkit/src/main/java/com/boydti/fawe/bukkit/wrapper/AsyncBlockState.java:137
↓ 17 callers
Method
getNode
()
core/src/main/java/com/boydti/fawe/jnbt/NBTStreamer.java:77
↓ 17 callers
Method
getRadius
Returns the radius of the cylinder @return the radius along the X and Z axes
core/src/main/java/com/sk89q/worldedit/regions/CylinderRegion.java:148
↓ 17 callers
Method
getVersion
The FAWE version - Unofficial jars may be lacking version information @return FaweVersion
core/src/main/java/com/boydti/fawe/Fawe.java:412
↓ 17 callers
Method
getWorld
(String worldName)
core/src/main/java/com/boydti/fawe/FaweAPI.java:198
↓ 17 callers
Method
pair16
(int x, int y)
core/src/main/java/com/boydti/fawe/util/MathMan.java:280
↓ 17 callers
Method
peekBits
@return numberOfBits in the low order bits of a long
core/src/main/java/com/boydti/fawe/object/io/zstd/BitStream.java:64
↓ 17 callers
Method
putLong
Put the given key and value into the compound tag as a {@code LongTag}. @param key they key @param value the value @return this object
core/src/main/java/com/sk89q/jnbt/CompoundTagBuilder.java:144
↓ 17 callers
Method
setColor
(BufferedImage img, BufferedImage mask, boolean white)
core/src/main/java/com/boydti/fawe/jnbt/anvil/HeightMapMCAGenerator.java:1200
← previous
next →
301–400 of 9,786, ranked by callers