Class PixelmonRegistry
java.lang.Object
com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BattleEndCause>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<DataProviderType<?,?>>> static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<GrowthComparatorType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Growth>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<InputElementType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<InteractionConditionType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<InteractionEvent>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<InteractionResultType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<ModelPredicateType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<MovementType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<NPCPreset>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<PCSortingLogic>>static net.minecraftforge.registries.IForgeRegistry<PCSortingLogic>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<RenderingHandlerType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Research>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<ResearchTrigger>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<SelectorType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<StorageType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TeamSupplierType<?>>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TextureProviderType<?>>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraftforge.registries.IForgeRegistry<BattleEndCause>static net.minecraftforge.registries.IForgeRegistry<DataProviderType<?,?>> static net.minecraftforge.registries.IForgeRegistry<GrowthComparatorType<?>>static net.minecraftforge.registries.IForgeRegistry<InputElementType<?>>static net.minecraftforge.registries.IForgeRegistry<InteractionConditionType<?>>static net.minecraftforge.registries.IForgeRegistry<InteractionEvent>static net.minecraftforge.registries.IForgeRegistry<InteractionResultType<?>>static net.minecraftforge.registries.IForgeRegistry<ModelPredicateType<?>>static net.minecraftforge.registries.IForgeRegistry<MovementType<?>>static net.minecraftforge.registries.IForgeRegistry<PCSortingLogic>static net.minecraftforge.registries.IForgeRegistry<RenderingHandlerType<?>>static net.minecraftforge.registries.IForgeRegistry<SelectorType<?>>static net.minecraftforge.registries.IForgeRegistry<StorageType<?>>static net.minecraftforge.registries.IForgeRegistry<TeamSupplierType<?>>static net.minecraftforge.registries.IForgeRegistry<TextureProviderType<?>>static voidonDatapackRegistry(net.minecraftforge.registries.DataPackRegistryEvent.NewRegistry event) static voidonRegister(net.minecraftforge.registries.RegisterEvent event) static voidonRegistry(net.minecraftforge.registries.NewRegistryEvent event)
-
Field Details
-
MOVEMENT_LOGIC_TYPES_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<MovementType<?>>> MOVEMENT_LOGIC_TYPES_REGISTRY -
MODEL_PREDICATE_TYPES_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<ModelPredicateType<?>>> MODEL_PREDICATE_TYPES_REGISTRY -
SELECTOR_TYPES_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<SelectorType<?>>> SELECTOR_TYPES_REGISTRY -
TEXTURE_PROVIDER_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TextureProviderType<?>>> TEXTURE_PROVIDER_REGISTRY -
RENDERING_HANDLER_TYPE_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<RenderingHandlerType<?>>> RENDERING_HANDLER_TYPE_REGISTRY -
INTERACTION_EVENT_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<InteractionEvent>> INTERACTION_EVENT_REGISTRY -
INTERACTION_CONDITION_TYPE_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<InteractionConditionType<?>>> INTERACTION_CONDITION_TYPE_REGISTRY -
INTERACTION_RESULT_TYPE_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<InteractionResultType<?>>> INTERACTION_RESULT_TYPE_REGISTRY -
NPC_PRESET_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<NPCPreset>> NPC_PRESET_REGISTRY -
DATA_PROVIDER_TYPE_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<DataProviderType<?,?>>> DATA_PROVIDER_TYPE_REGISTRY -
INPUT_ELEMENT_TYPE_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<InputElementType<?>>> INPUT_ELEMENT_TYPE_REGISTRY -
BATTLE_END_CAUSE_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BattleEndCause>> BATTLE_END_CAUSE_REGISTRY -
STORAGE_TYPE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<StorageType<?>>> STORAGE_TYPE -
TEAM_SUPPLIER_TYPE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TeamSupplierType<?>>> TEAM_SUPPLIER_TYPE -
PC_SORTING_LOGIC_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<PCSortingLogic>> PC_SORTING_LOGIC_REGISTRY -
RESEARCH_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Research>> RESEARCH_REGISTRY -
RESEARCH_TRIGGER_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<ResearchTrigger>> RESEARCH_TRIGGER_REGISTRY -
GROWTH_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Growth>> GROWTH_REGISTRY -
GROWTH_COMPARATOR_REGISTRY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<GrowthComparatorType<?>>> GROWTH_COMPARATOR_REGISTRY -
pcSortingLogicTypes
-
-
Constructor Details
-
PixelmonRegistry
public PixelmonRegistry()
-
-
Method Details
-
onRegistry
public static void onRegistry(net.minecraftforge.registries.NewRegistryEvent event) -
onRegister
public static void onRegister(net.minecraftforge.registries.RegisterEvent event) -
onDatapackRegistry
public static void onDatapackRegistry(net.minecraftforge.registries.DataPackRegistryEvent.NewRegistry event) -
getMovementLogicTypes
-
getModelPredicateTypes
public static net.minecraftforge.registries.IForgeRegistry<ModelPredicateType<?>> getModelPredicateTypes() -
getSelectorTypes
-
getTextureProviders
public static net.minecraftforge.registries.IForgeRegistry<TextureProviderType<?>> getTextureProviders() -
getRenderingHandlerType
public static net.minecraftforge.registries.IForgeRegistry<RenderingHandlerType<?>> getRenderingHandlerType() -
getInteractionEvents
-
getInteractionConditionTypes
public static net.minecraftforge.registries.IForgeRegistry<InteractionConditionType<?>> getInteractionConditionTypes() -
getInteractionResultTypes
public static net.minecraftforge.registries.IForgeRegistry<InteractionResultType<?>> getInteractionResultTypes() -
getDataProviderTypes
public static net.minecraftforge.registries.IForgeRegistry<DataProviderType<?,?>> getDataProviderTypes() -
getInputElementTypes
public static net.minecraftforge.registries.IForgeRegistry<InputElementType<?>> getInputElementTypes() -
getBattleEndCause
-
getStorageType
-
getPcSortingLogicTypes
-
getTeamSupplierRegistry
public static net.minecraftforge.registries.IForgeRegistry<TeamSupplierType<?>> getTeamSupplierRegistry() -
getGrowthComparatorRegistry
public static net.minecraftforge.registries.IForgeRegistry<GrowthComparatorType<?>> getGrowthComparatorRegistry()
-