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 net.neoforged.neoforge.registries.DeferredRegister
<net.minecraft.core.component.DataComponentType<?>> static final Supplier
<net.minecraft.core.component.DataComponentType<RegistryValue<PokeBall>>> 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
-
-
Constructor Details
-
PixelmonDataComponents
public PixelmonDataComponents()
-