Package net.fabricmc.yarn.constants
Class RabbitTypes
java.lang.Object
net.fabricmc.yarn.constants.RabbitTypes
public final class RabbitTypes extends Object
-
Field Summary
Fields Modifier and Type Field Description static int
ALBINO
static int
BLACK
static int
BROWN
static int
GOLDEN
static int
KILLER_BUNNY
static int
SALT_AND_PEPPER
static int
SPOTTED
-
Constructor Summary
Constructors Modifier Constructor Description private
RabbitTypes()
-
Method Summary
-
Field Details
-
BROWN
public static final int BROWN- See Also:
- Constant Field Values
-
ALBINO
public static final int ALBINO- See Also:
- Constant Field Values
-
BLACK
public static final int BLACK- See Also:
- Constant Field Values
-
SPOTTED
public static final int SPOTTED- See Also:
- Constant Field Values
-
GOLDEN
public static final int GOLDEN- See Also:
- Constant Field Values
-
SALT_AND_PEPPER
public static final int SALT_AND_PEPPER- See Also:
- Constant Field Values
-
KILLER_BUNNY
public static final int KILLER_BUNNY- See Also:
- Constant Field Values
-
-
Constructor Details
-
RabbitTypes
private RabbitTypes()
-