Class PixelmonDataComponents
java.lang.Object
com.pixelmonmod.pixelmon.init.registry.PixelmonDataComponents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier
<net.minecraft.core.component.DataComponentType<BadgeCaseItem.BadgeCase>> static final Supplier
<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<ImmutableCard>>> static final Supplier
<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<CardBack>>> static final Supplier
<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<CardSet>>> static final Supplier
<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<Coin>>> static final net.neoforged.neoforge.registries.DeferredRegister
<net.minecraft.core.component.DataComponentType<?>> static final Supplier
<net.minecraft.core.component.DataComponentType<MegaEvolution>> static final Supplier
<net.minecraft.core.component.DataComponentType<RegistryValue<PokeBall>>> static final Supplier
<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<ThemeDeck>>> static final Supplier
<net.minecraft.core.component.DataComponentType<net.minecraft.util.Unit>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DATA_COMPONENT_TYPES
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.core.component.DataComponentType<?>> DATA_COMPONENT_TYPES -
BADGE_CASE
public static final Supplier<net.minecraft.core.component.DataComponentType<BadgeCaseItem.BadgeCase>> BADGE_CASE -
UNEQUIPPABLE
public static final Supplier<net.minecraft.core.component.DataComponentType<net.minecraft.util.Unit>> UNEQUIPPABLE -
POKE_BALL
public static final Supplier<net.minecraft.core.component.DataComponentType<RegistryValue<PokeBall>>> POKE_BALL -
CARD
public static final Supplier<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<ImmutableCard>>> CARD -
SHRINE_ORB_FILLED
-
STATS_BOOST
-
MEGA_EVOLUTION
public static final Supplier<net.minecraft.core.component.DataComponentType<MegaEvolution>> MEGA_EVOLUTION -
CARD_SET
-
PACK_WEIGHT
-
CARD_BACK
-
COIN
-
THEME_DECK
-
NEXT_USABLE
-
-
Constructor Details
-
PixelmonDataComponents
public PixelmonDataComponents()
-