Class net.minecraft.server.command.ServerCommandSource

This description should be content pulled from the first comments of a lua file.

Static Fields

userdata, SimpleCommandExceptionType ServerCommandSource.REQUIRES_ENTITY_EXCEPTION This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, SimpleCommandExceptionType ServerCommandSource.REQUIRES_PLAYER_EXCEPTION This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

ServerCommandSource.forEachMatching(candidates, remaining, prefix, identifier, action) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.forEachMatching(candidates, remaining, identifier, action) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.shouldSuggest(remaining, candidate) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestColumnPositions(remaining, candidates, builder, predicate) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestFromIdentifier(candidates, builder, identifier, tooltip) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestFromIdentifier(candidates, builder, identifier, tooltip) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestIdentifiers(candidates, builder, prefix) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestIdentifiers(candidates, builder) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestIdentifiers(candidates, builder, prefix) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestIdentifiers(candidates, builder) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestMatching(candidates, builder, suggestionText, tooltip) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestMatching(candidates, builder) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestMatching(candidates, builder) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestMatching(candidates, builder) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource.suggestPositions(remaining, candidates, builder, predicate) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

ServerCommandSource(output, pos, rot, world, level, name, displayName, server, entity) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ServerCommandSource(output, pos, rot, world, level, name, displayName, server, entity, silent, consumer, entityAnchor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getBlockPositionSuggestions() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getCompletions(context) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getDisplayName() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getEntity() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getEntityAnchor() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getEntityOrThrow() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getEntitySuggestions() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getName() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getPlayer() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getPlayerNames() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getPosition() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getPositionSuggestions() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getRecipeIds() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getRegistryManager() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getRotation() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getServer() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getSoundIds() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getTeamNames() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getWorld() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getWorldKeys() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hasPermissionLevel(level) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:listIdSuggestions(registryRef, suggestedIdType, builder, context) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:mergeConsumers(consumer, merger) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:onCommandComplete(context, success, result) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:sendError(message) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:sendFeedback(message, broadcastToOps) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:suggestIdentifiers(registry, suggestedIdType, builder) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withConsumer(consumer) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withEntity(entity) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withEntityAnchor(anchor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withLevel(level) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withLookingAt(entity, anchor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withLookingAt(position) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withMaxLevel(level) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withOutput(output) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withPosition(position) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withRotation(rotation) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withSilent() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:withWorld(world) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

ServerCommandSource.forEachMatching(candidates, remaining, prefix, identifier, action)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • remaining string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • prefix string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • identifier userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • action userdata, Consumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
ServerCommandSource.forEachMatching(candidates, remaining, identifier, action)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • remaining string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • identifier userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • action userdata, Consumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
ServerCommandSource.shouldSuggest(remaining, candidate)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • remaining string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • candidate string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestColumnPositions(remaining, candidates, builder, predicate)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • remaining string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • candidates userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • predicate userdata, Predicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestFromIdentifier(candidates, builder, identifier, tooltip)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Stream This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • identifier userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • tooltip userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestFromIdentifier(candidates, builder, identifier, tooltip)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • identifier userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • tooltip userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestIdentifiers(candidates, builder, prefix)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • prefix string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestIdentifiers(candidates, builder)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Stream This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestIdentifiers(candidates, builder, prefix)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Stream This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • prefix string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestIdentifiers(candidates, builder)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestMatching(candidates, builder, suggestionText, tooltip)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • suggestionText userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • tooltip userdata, Function This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestMatching(candidates, builder)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestMatching(candidates, builder)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, String[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestMatching(candidates, builder)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • candidates userdata, Stream This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ServerCommandSource.suggestPositions(remaining, candidates, builder, predicate)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • remaining string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • candidates userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • predicate userdata, Predicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Constructors

ServerCommandSource(output, pos, rot, world, level, name, displayName, server, entity)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • output userdata, CommandOutput This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rot userdata, Vec2f This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • level int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • displayName userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • server userdata, MinecraftServer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entity userdata, Entity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
ServerCommandSource(output, pos, rot, world, level, name, displayName, server, entity, silent, consumer, entityAnchor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • output userdata, CommandOutput This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rot userdata, Vec2f This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • level int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • displayName userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • server userdata, MinecraftServer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entity userdata, Entity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • silent boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • consumer userdata, ResultConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entityAnchor userdata, EntityAnchorArgumentType$EntityAnchor This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Instance Methods

instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getBlockPositionSuggestions()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getCompletions(context)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • context userdata, CommandContext This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getDisplayName()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getEntity()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Entity This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getEntityAnchor()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, EntityAnchorArgumentType$EntityAnchor This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getEntityOrThrow()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Entity This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getEntitySuggestions()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getName()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getPlayer()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, ServerPlayerEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getPlayerNames()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getPosition()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getPositionSuggestions()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getRecipeIds()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Stream This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getRegistryManager()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, DynamicRegistryManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getRotation()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Vec2f This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getServer()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, MinecraftServer This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getSoundIds()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getTeamNames()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getWorld()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getWorldKeys()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Set This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hasPermissionLevel(level)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • level int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:listIdSuggestions(registryRef, suggestedIdType, builder, context)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • registryRef userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • suggestedIdType userdata, CommandSource$SuggestedIdType This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • context userdata, CommandContext This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CompletableFuture This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:mergeConsumers(consumer, merger)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • consumer userdata, ResultConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • merger userdata, BinaryOperator This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:onCommandComplete(context, success, result)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • context userdata, CommandContext This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • success boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • result int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:sendError(message)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • message userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:sendFeedback(message, broadcastToOps)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • message userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • broadcastToOps boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:suggestIdentifiers(registry, suggestedIdType, builder)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • registry userdata, Registry This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • suggestedIdType userdata, CommandSource$SuggestedIdType This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builder userdata, SuggestionsBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:withConsumer(consumer)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • consumer userdata, ResultConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withEntity(entity)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • entity userdata, Entity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withEntityAnchor(anchor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withLevel(level)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • level int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withLookingAt(entity, anchor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • entity userdata, Entity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • anchor userdata, EntityAnchorArgumentType$EntityAnchor This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withLookingAt(position)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • position userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withMaxLevel(level)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • level int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withOutput(output)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • output userdata, CommandOutput This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withPosition(position)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • position userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withRotation(rotation)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • rotation userdata, Vec2f This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withSilent()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:withWorld(world)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"