Class MeteorShowerTypeArgumentType
java.lang.Object
net.minecraft.commands.arguments.StringRepresentableArgument<MeteorShowerType>
me.emafire003.dev.ohmymeteors.commands.argument.MeteorShowerTypeArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<MeteorShowerType>
public class MeteorShowerTypeArgumentType
extends net.minecraft.commands.arguments.StringRepresentableArgument<MeteorShowerType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MeteorShowerTypegetMeteorShowerType(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> context, String id) static net.minecraft.commands.arguments.StringRepresentableArgument<MeteorShowerType> Methods inherited from class net.minecraft.commands.arguments.StringRepresentableArgument
convertId, getExamples, listSuggestions, parseMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentType
parse
-
Constructor Details
-
MeteorShowerTypeArgumentType
protected MeteorShowerTypeArgumentType()
-
-
Method Details
-
meteorShowerType
public static net.minecraft.commands.arguments.StringRepresentableArgument<MeteorShowerType> meteorShowerType() -
getMeteorShowerType
public static MeteorShowerType getMeteorShowerType(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> context, String id)
-