Class PixelmonRegistry

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

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

      public static net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<PCSortingLogic>> PC_SORTING_LOGIC_REGISTRY
    • pcSortingLogicTypes

      public static net.minecraftforge.registries.IForgeRegistry<PCSortingLogic> 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

      public static net.minecraftforge.registries.IForgeRegistry<MovementType<?>> getMovementLogicTypes()
    • getModelPredicateTypes

      public static net.minecraftforge.registries.IForgeRegistry<ModelPredicateType<?>> getModelPredicateTypes()
    • getSelectorTypes

      public static net.minecraftforge.registries.IForgeRegistry<SelectorType<?>> getSelectorTypes()
    • getTextureProviders

      public static net.minecraftforge.registries.IForgeRegistry<TextureProviderType<?>> getTextureProviders()
    • getRenderingHandlerType

      public static net.minecraftforge.registries.IForgeRegistry<RenderingHandlerType<?>> getRenderingHandlerType()
    • getInteractionEvents

      public static net.minecraftforge.registries.IForgeRegistry<InteractionEvent> 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

      public static net.minecraftforge.registries.IForgeRegistry<BattleEndCause> getBattleEndCause()
    • getStorageType

      public static net.minecraftforge.registries.IForgeRegistry<StorageType<?>> getStorageType()
    • getPcSortingLogicTypes

      public static net.minecraftforge.registries.IForgeRegistry<PCSortingLogic> getPcSortingLogicTypes()