Class SwizzleArgumentType

java.lang.Object
net.minecraft.command.argument.SwizzleArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<EnumSet<Direction.Axis>>

public class SwizzleArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<EnumSet<Direction.Axis>>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • INVALID_SWIZZLE_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_SWIZZLE_EXCEPTION
  • Constructor Details

    • SwizzleArgumentType

      public SwizzleArgumentType()
  • Method Details