required
fun ArgumentReader<ServerCommandSource, ListEntityArgumentDescriptor>.required(): Collection<Entity>
Content copied to clipboard
Reads the collection of entities from the argument in the receiver ArgumentReader.
Throws an exception if no entities are matched.
Author
Cypher121
See also
fun ArgumentReader<ServerCommandSource, ListPlayerArgumentDescriptor>.required(): Collection<ServerPlayerEntity>
Content copied to clipboard
Reads the collection of players from the argument in the receiver ArgumentReader.
Throws an exception if no entities are matched.
Author
Cypher121