MCPcopy Index your code
hub / github.com/anOtherAnalyse/FamilyFunPack

github.com/anOtherAnalyse/FamilyFunPack @v1.1.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.5 ↗ · + Follow
796 symbols 2,097 edges 104 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Family Fun Pack

Summary

Minecraft 1.12.2 utility mod for anarchy servers, 2b2t - 9b9t. This is not a complete anarchy utility mod, but instead offers a few features that are missing or are improved from what offer others utility mods.

Usage

Use the backslash key to open the GUI (by default). Change it from Minecraft keybinds options.

Features

Modules list

Commands list

Disclaimer

Most of these features are based on Minecraft network stack and do not work on singleplayer.

Running in a Dev Environment:

gradlew setupDecompWorkspace
gradlew runClient

Compiling the client:

gradlew setupDecompWorkspace
gradlew build

You will find your built jar in the directory builds/libs.

Extension points exported contracts — how you extend this code

PacketListener (Interface)
(no doc) [59 implementers]
src/main/java/family_fun_pack/network/PacketListener.java
MainGuiComponent (Interface)
(no doc) [9 implementers]
src/main/java/family_fun_pack/gui/MainGuiComponent.java
OnOffAction (Interface)
(no doc) [10 implementers]
src/main/java/family_fun_pack/gui/components/actions/OnOffAction.java
NumberAction (Interface)
(no doc) [4 implementers]
src/main/java/family_fun_pack/gui/components/actions/NumberAction.java

Core symbols most depended-on inside this repo

getNetworkHandler
called by 156
src/main/java/family_fun_pack/FamilyFunPack.java
drawRect
called by 132
src/main/java/family_fun_pack/gui/interfaces/RadarInterface.java
getName
called by 84
src/main/java/family_fun_pack/commands/Command.java
sendPacket
called by 65
src/main/java/family_fun_pack/network/NetworkHandler.java
printMessage
called by 50
src/main/java/family_fun_pack/FamilyFunPack.java
unregisterListener
called by 47
src/main/java/family_fun_pack/network/NetworkHandler.java
registerListener
called by 42
src/main/java/family_fun_pack/network/NetworkHandler.java
registerCommand
called by 37
src/main/java/family_fun_pack/commands/Commands.java

Shape

Method 672
Class 115
Enum 5
Interface 4

Languages

Java100%

Modules by API surface

src/main/java/family_fun_pack/modules/SearchModule.java55 symbols
src/main/java/family_fun_pack/modules/PumpkinAuraModule.java33 symbols
src/main/java/family_fun_pack/modules/AbstractPlayersRegister.java20 symbols
src/main/java/family_fun_pack/commands/TrackCommand.java20 symbols
src/main/java/family_fun_pack/nbt/SpecialTagCompound.java19 symbols
src/main/java/family_fun_pack/modules/PacketInterceptionModule.java19 symbols
src/main/java/family_fun_pack/gui/interfaces/AdvancedSearchGui.java19 symbols
src/main/java/family_fun_pack/gui/interfaces/SearchSelectionGui.java16 symbols
src/main/java/family_fun_pack/modules/Module.java15 symbols
src/main/java/family_fun_pack/gui/MainGui.java15 symbols
src/main/java/family_fun_pack/gui/interfaces/InfoItemGui.java14 symbols
src/main/java/family_fun_pack/utils/FakeWorld.java13 symbols

For agents

$ claude mcp add FamilyFunPack \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page