public class PixelmonGrowths
extends Object
Static class containing all of Pixelmon's
Growth
s
-
Field Summary
Fields
static final net.minecraft.resources.ResourceKey<Growth>
static final net.minecraft.resources.ResourceKey<Growth>
static final net.minecraft.resources.ResourceKey<Growth>
-
Method Summary
static net.minecraft.core.Holder<Growth>
static net.minecraft.core.Holder<Growth>
static net.minecraft.core.Holder<Growth>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SMALL
public static final net.minecraft.resources.ResourceKey<Growth> SMALL
-
ORDINARY
public static final net.minecraft.resources.ResourceKey<Growth> ORDINARY
-
LARGE
public static final net.minecraft.resources.ResourceKey<Growth> LARGE
-
Method Details
-
getSmall
public static net.minecraft.core.Holder<Growth> getSmall()
-
getOrdinary
public static net.minecraft.core.Holder<Growth> getOrdinary()
-
getLarge
public static net.minecraft.core.Holder<Growth> getLarge()