Class RaccoonCore

java.lang.Object
net.kamkeyke.raccooncore.RaccoonCore

public class RaccoonCore extends Object
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 Details

  • Constructor Details

    • RaccoonCore

      public RaccoonCore(net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext context)