Package com.portingdeadmods.researchd
Class ResearchdClient
java.lang.Object
com.portingdeadmods.researchd.ResearchdClient
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<net.minecraft.resources.ResourceLocation, WidgetConstructor<? extends ResearchEffect>> static final Map<net.minecraft.resources.ResourceLocation, Function<ResearchIcon, ClientResearchIcon<?>>> static final net.minecraft.client.resources.model.ModelResourceLocationstatic final Map<net.minecraft.resources.ResourceLocation, WidgetConstructor<? extends ResearchMethod>> -
Constructor Summary
ConstructorsConstructorDescriptionResearchdClient(net.neoforged.bus.api.IEventBus eventBus, net.neoforged.fml.ModContainer modContainer) -
Method Summary
-
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, RESEARCH_ICONSClientResearchIcon<?>>> -
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)
-