Class ApplicationCommandOptionDoubleChoiceImpl
java.lang.Object
com.mewna.catnip.entity.impl.interaction.command.ApplicationCommandOptionDoubleChoiceImpl
- All Implemented Interfaces:
Entity,ApplicationCommandOptionChoice<Double>,ApplicationCommandOptionDoubleChoice,HasName,RequiresCatnip
public class ApplicationCommandOptionDoubleChoiceImpl
extends Object
implements ApplicationCommandOptionDoubleChoice, RequiresCatnip
- Since:
- 11/27/21.
- Author:
- amy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionApplicationCommandOptionDoubleChoiceImpl(Catnip catnip, String name, Double value) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mewna.catnip.entity.interaction.command.ApplicationCommandOptionChoice
toJson
-
Constructor Details
-
ApplicationCommandOptionDoubleChoiceImpl
public ApplicationCommandOptionDoubleChoiceImpl() -
ApplicationCommandOptionDoubleChoiceImpl
-
-
Method Details
-
catnip
- Specified by:
catnipin interfaceRequiresCatnip
-
builder
public static ApplicationCommandOptionDoubleChoiceImpl.ApplicationCommandOptionDoubleChoiceImplBuilder builder() -
catnip
Description copied from interface:EntityReturns the catnip instance associated with this entity. -
name
-
value
- Specified by:
valuein interfaceApplicationCommandOptionChoice<Double>
-
name
- Returns:
this.
-
value
- Returns:
this.
-