Package javatro.core.jokers.addmult
package javatro.core.jokers.addmult
Provides classes for different types of Joker cards in the game.
The javatro.core.jokers.addmult package contains classes that define various Joker
cards, which extend the Joker base class. Each Joker card represents
a unique character with its own description and string representation.
The package includes:
AbstractJoker- Represents an abstract Joker, based on the Abstract Joker of Balatro.GluttonousJoker- Represents the GluttonousJoker, a unique type of Joker.GreedyJoker- Represents the GreedyJoker, another specific variation of the Joker.HalfJoker- Represents the HalfJoker, a distinct Joker card with special traits.WrathfulJoker- Represents the WrathfulJoker, characterized by its aggressive nature.
-
ClassesClassDescriptionRepresents a AbstractJoker Joker, based off the Abstract Joker of Balatro.Represents a GluttonousJoker Joker.Represents a GreedyJoker Joker.Represents a HalfJoker Joker.Represents a LustyJoker Joker.Represents a WrathfulJoker Joker.