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
  • Constructor Details

    • PixelmonDataComponents

      public PixelmonDataComponents()