public class EntityOptions
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static interface  | EntityOptions.IFilter | 
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static com.mojang.brigadier.exceptions.DynamicCommandExceptionType | INAPPLICABLE_ENTITY_OPTION | 
| static com.mojang.brigadier.exceptions.DynamicCommandExceptionType | INVALID_ENTITY_TYPE | 
| static com.mojang.brigadier.exceptions.DynamicCommandExceptionType | INVALID_GAME_MODE | 
| static com.mojang.brigadier.exceptions.DynamicCommandExceptionType | INVALID_SORT | 
| static com.mojang.brigadier.exceptions.SimpleCommandExceptionType | NEGATIVE_DISTANCE | 
| static com.mojang.brigadier.exceptions.SimpleCommandExceptionType | NEGATIVE_LEVEL | 
| static com.mojang.brigadier.exceptions.SimpleCommandExceptionType | NONPOSITIVE_LIMIT | 
| static com.mojang.brigadier.exceptions.DynamicCommandExceptionType | UNKNOWN_ENTITY_OPTION | 
| コンストラクタと説明 | 
|---|
| EntityOptions() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static EntityOptions.IFilter | get(EntitySelectorParser parser,
   java.lang.String id,
   int cursor) | 
| static void | register(java.lang.String id,
        EntityOptions.IFilter handler,
        java.util.function.Predicate<EntitySelectorParser> p_202024_2_,
        ITextComponent tooltip) | 
| static void | registerOptions() | 
| static void | suggestOptions(EntitySelectorParser parser,
              com.mojang.brigadier.suggestion.SuggestionsBuilder builder) | 
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType UNKNOWN_ENTITY_OPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INAPPLICABLE_ENTITY_OPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NEGATIVE_DISTANCE
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NEGATIVE_LEVEL
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NONPOSITIVE_LIMIT
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_SORT
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_GAME_MODE
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_ENTITY_TYPE
public static void register(java.lang.String id,
                            EntityOptions.IFilter handler,
                            java.util.function.Predicate<EntitySelectorParser> p_202024_2_,
                            ITextComponent tooltip)
public static void registerOptions()
public static EntityOptions.IFilter get(EntitySelectorParser parser, java.lang.String id, int cursor) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxExceptionpublic static void suggestOptions(EntitySelectorParser parser, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)