Class ResearchdClient

java.lang.Object
com.portingdeadmods.researchd.ResearchdClient

public final class ResearchdClient extends Object
  • Field Details

    • RESEARCH_METHOD_WIDGETS

      public static final Map<net.minecraft.resources.ResourceLocation,WidgetConstructor<? extends ResearchMethod>> RESEARCH_METHOD_WIDGETS
    • RESEARCH_EFFECT_WIDGETS

      public static final Map<net.minecraft.resources.ResourceLocation,WidgetConstructor<? extends ResearchEffect>> RESEARCH_EFFECT_WIDGETS
    • RESEARCH_ICONS

      public static final Map<net.minecraft.resources.ResourceLocation,Function<ResearchIcon,ClientResearchIcon<?>>> RESEARCH_ICONS
    • RESEARCH_LAB_MODEL

      public static final net.minecraft.client.resources.model.ModelResourceLocation RESEARCH_LAB_MODEL
  • Constructor Details

    • ResearchdClient

      public ResearchdClient(net.neoforged.bus.api.IEventBus eventBus, net.neoforged.fml.ModContainer modContainer)