Package net.kamkeyke.raccooncore
Class RaccoonCore
java.lang.Object
net.kamkeyke.raccooncore.RaccoonCore
The main entry point for the RaccoonCore library.
RaccoonCore is a small framework that I created to help me build cleaner codes, reducing boilerplate code. It provides specialized wrappers and providers for common modding tasks.
Core Features:
- Networking: Automatic packet ID management and simplified channel registration.
- Data Generation: Abstract providers for Recipes, Loot Tables, and BlockStates.
- Commands: Custom Brigadier ArgumentTypes (e.g., Player Lists).
- Scheduling: Thread-safe, tick-based task execution on the server.
- Utilities: Time formatting and tick conversion tools.
- Since:
- 1.20.1
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRaccoonCore(net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext context) -
Method Summary
-
Field Details
-
MODID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
RaccoonCore
public RaccoonCore(net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext context)
-