Class PixelmonDataComponents

java.lang.Object
com.pixelmonmod.pixelmon.init.registry.PixelmonDataComponents

public class PixelmonDataComponents extends Object
  • 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

      public static final Supplier<net.minecraft.core.component.DataComponentType<Integer>> SHRINE_ORB_FILLED
    • STATS_BOOST

      public static final Supplier<net.minecraft.core.component.DataComponentType<Integer>> STATS_BOOST
    • MEGA_EVOLUTION

      public static final Supplier<net.minecraft.core.component.DataComponentType<MegaEvolution>> MEGA_EVOLUTION
    • CARD_SET

      public static final Supplier<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<CardSet>>> CARD_SET
    • PACK_WEIGHT

      public static final Supplier<net.minecraft.core.component.DataComponentType<Float>> PACK_WEIGHT
    • CARD_BACK

      public static final Supplier<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<CardBack>>> CARD_BACK
    • COIN

      public static final Supplier<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<Coin>>> COIN
    • THEME_DECK

      public static final Supplier<net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceKey<ThemeDeck>>> THEME_DECK
    • NEXT_USABLE

      public static final Supplier<net.minecraft.core.component.DataComponentType<Instant>> NEXT_USABLE
  • Constructor Details

    • PixelmonDataComponents

      public PixelmonDataComponents()