Class FoundryEngineModClient
java.lang.Object
de.luckymcdev.foundryengine.FoundryEngineModClient
Client-side entrypoint for FoundryEngine. Registers client event listeners, panels, and key bindings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.Identifierstatic final net.minecraft.resources.Identifierstatic final net.minecraft.resources.Identifier -
Constructor Summary
ConstructorsConstructorDescriptionFoundryEngineModClient(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer modContainer) -
Method Summary
-
Field Details
-
LOGO_TRANSPARENT
public static final net.minecraft.resources.Identifier LOGO_TRANSPARENT -
LOGO_BLACK
public static final net.minecraft.resources.Identifier LOGO_BLACK -
LOGO_WHITE
public static final net.minecraft.resources.Identifier LOGO_WHITE
-
-
Constructor Details
-
FoundryEngineModClient
public FoundryEngineModClient(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer modContainer)
-