fabric: javadoc cleanup
This commit is contained in:
parent
488ea8f9d8
commit
65bb4d7a5d
45 changed files with 649 additions and 211 deletions
|
|
@ -39,6 +39,7 @@ import static java.util.Objects.requireNonNull;
|
|||
*
|
||||
* @param <K> the Cloud argument parser type
|
||||
* @param <S> the brigadier-native sender type
|
||||
* @since 1.5.0
|
||||
*/
|
||||
public interface BrigadierMappingBuilder<K extends ArgumentParser<?, ?>, S> {
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@ import java.util.Queue;
|
|||
*
|
||||
* <p>This can be implemented either by wrapping an existing {@link StringReader} instance, or extending {@link StringReader}
|
||||
* at its creation time to implement this interface.</p>
|
||||
*
|
||||
* @since 1.5.0
|
||||
*/
|
||||
public interface StringReaderAsQueue extends Queue<String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ import static java.util.Objects.requireNonNull;
|
|||
*
|
||||
* @param <C> the sender type
|
||||
* @param <T> the value type of the argument
|
||||
* @since 1.5.0
|
||||
*/
|
||||
public final class WrappedBrigadierParser<C, T> implements ArgumentParser<C, T> {
|
||||
public static final String COMMAND_CONTEXT_BRIGADIER_NATIVE_SENDER = "_cloud_brigadier_native_sender";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue