Uses of Class
net.minecraft.command.CommandSource.RelativePosition
| Package | Description |
|---|---|
| net.minecraft.client.network | |
| net.minecraft.command |
-
Uses of CommandSource.RelativePosition in net.minecraft.client.network
Methods in net.minecraft.client.network that return types with arguments of type CommandSource.RelativePosition Modifier and Type Method Description Collection<CommandSource.RelativePosition>ClientCommandSource. getBlockPositionSuggestions()Collection<CommandSource.RelativePosition>ClientCommandSource. getPositionSuggestions() -
Uses of CommandSource.RelativePosition in net.minecraft.command
Fields in net.minecraft.command declared as CommandSource.RelativePosition Modifier and Type Field Description static CommandSource.RelativePositionCommandSource.RelativePosition. ZERO_LOCALstatic CommandSource.RelativePositionCommandSource.RelativePosition. ZERO_WORLDMethods in net.minecraft.command that return types with arguments of type CommandSource.RelativePosition Modifier and Type Method Description default Collection<CommandSource.RelativePosition>CommandSource. getBlockPositionSuggestions()default Collection<CommandSource.RelativePosition>CommandSource. getPositionSuggestions()Method parameters in net.minecraft.command with type arguments of type CommandSource.RelativePosition Modifier and Type Method Description static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>CommandSource. suggestColumnPositions(String string, Collection<CommandSource.RelativePosition> collection, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder, Predicate<String> predicate)static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>CommandSource. suggestPositions(String string, Collection<CommandSource.RelativePosition> candidates, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Predicate<String> predicate)