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 SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Constructor SummaryConstructorsConstructorDescriptionApplicationCommandOptionDoubleChoiceImpl(Catnip catnip, String name, Double value) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mewna.catnip.entity.interaction.command.ApplicationCommandOptionChoicetoJson
- 
Constructor Details- 
ApplicationCommandOptionDoubleChoiceImplpublic ApplicationCommandOptionDoubleChoiceImpl()
- 
ApplicationCommandOptionDoubleChoiceImpl
 
- 
- 
Method Details- 
catnip- Specified by:
- catnipin interface- RequiresCatnip
 
- 
builderpublic static ApplicationCommandOptionDoubleChoiceImpl.ApplicationCommandOptionDoubleChoiceImplBuilder builder()
- 
catnipDescription copied from interface:EntityReturns the catnip instance associated with this entity.
- 
name
- 
value- Specified by:
- valuein interface- ApplicationCommandOptionChoice<Double>
 
- 
name- Returns:
- this.
 
- 
value- Returns:
- this.
 
 
-