- gameVersion(String) - Method in class me.tamkungz.nilloadersdk.build.ModBuildInfo.Builder
-
Sets the target game version.
- generatedOnly(String) - Static method in class me.tamkungz.remapping.SimpleRemap
-
Creates a remap using local/bundled SRG mappings only.
- GeneratedSrgMappings - Class in me.tamkungz.remapping
-
Auto-generated by Gradle task generateSimpleRemapMappings.
- getAllLoadedMods() - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns all loaded mod metadata entries.
- getArguments() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlNode
-
- getBooleanField(Object, String) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
- getBuildDate() - Method in class me.tamkungz.nilloadersdk.build.ModBuildInfo
-
- getBuildTag() - Method in class me.tamkungz.nilloadersdk.build.ModBuildInfo
-
Returns a formatted build tag in the form:
- getChannel(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.PacketHelper
-
Extracts the channel name from a Packet250 instance.
- getChannel() - Method in class me.tamkungz.nilloadersdk.network.Connection
-
- getChildren() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlNode
-
- getCooldownMs() - Method in class me.tamkungz.nilloadersdk.util.CooldownTracker
-
- getCredits(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns credits/contributors from SDK metadata.
- getCredits() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- getData(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.PacketHelper
-
Extracts payload bytes from a Packet250 instance.
- getDoubleField(Object, String) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
- getDoubleFieldSafe(Object, String) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
- getEntityPos(Object) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns entity position as [x, y, z], or null if unavailable.
- getEntrypointClass(String, String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns a specific entrypoint target class for a given phase.
- getEntrypointNames(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns declared entrypoint names for the given mod id.
- getEntrypoints(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns all entrypoint phase->class mappings for the given mod id.
- getExecutedCount() - Method in class me.tamkungz.nilloadersdk.event.lifecycle.PostEntrypointDispatchEvent
-
- getField(Object, String) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
Gets a field value from an object (searches superclass hierarchy).
- getFieldSafe(Object, String) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
Safe field access — returns null on error.
- getFirstLoadedMod(String...) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns the first loaded mod from the provided candidate ids.
- getFloatField(Object, String) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
- getFoodStats(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns FoodStats instance with fallbacks.
- getGameVersion() - Method in class me.tamkungz.nilloadersdk.build.ModBuildInfo
-
- getHeldItemId(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- getHeldItemStack(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- getIcon() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- getIconPath(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns icon path from SDK metadata, or null if not declared.
- getId() - Method in class me.tamkungz.nilloadersdk.entrypoint.DefaultSdkEntrypointModule
-
- getId() - Method in interface me.tamkungz.nilloadersdk.entrypoint.NilLoaderSDKEntrypointModule
-
- getIntegratedServer(Object) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns integrated server instance if present.
- getIntField(Object, String) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
- getIntFieldSafe(Object, String, int) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
- getItemFromStack(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- getItemId(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- getLicense(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns license string from SDK metadata, or null if not declared.
- getLicense() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- getLoadAfter(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns ids this mod prefers to load after (advisory metadata).
- getLoadAfter() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- getLoadBefore(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns ids this mod prefers to load before (advisory metadata).
- getLoadBefore() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- getLoadedModIcons() - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Easy icon map for UI integrations (e.g., mod menu).
- getLoadedModIds() - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns all loaded mod ids.
- getLoadedModNames() - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns all loaded mod names.
- getLoadedModsById() - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns a map of loaded mods by id, preserving load iteration order.
- getLocalPlayer(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns the local player instance.
- getLookVec(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns normalized look vector.
- getMinecraft(SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns the Minecraft instance.
- getMinecraftSafe(SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Safe version of getMinecraft (returns null on failure).
- getMissingRequiredMods(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns list of missing required mod ids declared in SDK metadata.
- getMissingRequiredModsForLoadedMods() - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns dependency report of loaded mods currently missing required dependencies.
- getModId() - Method in class me.tamkungz.nilloadersdk.build.ModBuildInfo
-
- getModMetadata(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns metadata for a mod id.
- getModMetadataOrNull(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Safe metadata lookup that returns null when unavailable.
- getModsRequiring(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns loaded mod ids that declare the given mod id as a required dependency.
- getModsWithEntrypoint(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns loaded mod ids that have declared an entrypoint for the given phase.
- getModUrl(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns mod page URL from SDK metadata, or null if not declared.
- getModUrl() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- getName() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlNode
-
- getNodes() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlDocument
-
- getPacket() - Method in class me.tamkungz.nilloadersdk.network.codec.PacketCodec.DecodedPacket
-
- getPacketId() - Method in class me.tamkungz.nilloadersdk.network.codec.PacketCodec.DecodedPacket
-
- getPhase() - Method in class me.tamkungz.nilloadersdk.event.lifecycle.PhaseEvent
-
- getPhase() - Method in class me.tamkungz.nilloadersdk.event.lifecycle.PreEntrypointDispatchEvent
-
- getPlayerName(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns the player name using multiple fallback methods.
- getProperties() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlNode
-
- getReadBuffer() - Method in class me.tamkungz.nilloadersdk.network.Connection
-
- getRequiredMods(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns required mod ids declared in SDK metadata.
- getRequiredMods() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- getRoot() - Static method in class me.tamkungz.nilloadersdk.log.Loggers
-
Returns current global fallback logger root namespace.
- getSdkMetadata(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Reads SDK-only metadata for a loaded mod by id from `.nilsdkmod.kdl`
(fallback: legacy `.kdl` names).
- getSdkMetadata(NilMetadata) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Reads SDK-only metadata from a NilMetadata.source location.
- getSentAtMillis() - Method in class me.tamkungz.nilloadersdk.network.example.PingPacket
-
- getServerConfigManager(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- getServerPlayerByName(Object, String, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- getServerPlayerList(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- getSourceFile(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns the source file (JAR/path) of the given mod id.
- getSourceUrl(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns source repository URL from SDK metadata, or null if not declared.
- getSourceUrl() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- getStackSize(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- getValue() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue
-
- getValue() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlBoolean
-
- getValue() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNull
-
- getValue() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNumber
-
- getValue() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlString
-
- getVersion() - Method in class me.tamkungz.nilloadersdk.build.ModBuildInfo
-
- getVersion() - Method in class me.tamkungz.remapping.SimpleRemap
-
- getWorldFromEntity(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns world object from an entity.
- injectNetworkProxy(Object, SimpleRemap, ProxyHelper.ReadPacketInterceptor) - Static method in class me.tamkungz.nilloadersdk.helper.ProxyHelper
-
Injects a proxy around INetworkManager for the given player.
- install() - Static method in class me.tamkungz.nilloadersdk.metadata.NilMetadataPatchInstaller
-
- invoke(Object, String, Object...) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
Invokes a method on the target object using varargs.
- invokeSafe(Object, String, Object...) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
Safe method invocation — returns null on error.
- isAllModsLoaded(String...) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns true if all provided mod ids are loaded.
- isAnyModLoaded(String...) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns true if at least one provided mod id is loaded.
- isBoolean() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue
-
- isBoolean() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlBoolean
-
- isBoolean() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNull
-
- isBoolean() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNumber
-
- isBoolean() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlString
-
- isCancelled() - Method in class me.tamkungz.nilloadersdk.event.CancellableEvent
-
- isCreative(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns true if the player is in creative mode.
- isEmpty() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- isEmpty() - Method in class me.tamkungz.remapping.SimpleRemap
-
- isGlobalReady() - Method in class me.tamkungz.nilloadersdk.util.CooldownTracker
-
Returns true if the global cooldown has expired.
- isHost(Object) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
- isInRange(Object, Object, double) - Static method in class me.tamkungz.nilloadersdk.util.TargetFinder
-
Checks whether the target entity is within range of the source entity.
- isInstanceOf(Object, String...) - Static method in class me.tamkungz.nilloadersdk.helper.ReflectHelper
-
Checks if the object is an instance of any given class names
(including superclass hierarchy).
- isModLoaded(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Returns true if a mod with the given id is loaded.
- isNull() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue
-
- isNull() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlBoolean
-
- isNull() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNull
-
- isNull() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNumber
-
- isNull() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlString
-
- isNumber() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue
-
- isNumber() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlBoolean
-
- isNumber() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNull
-
- isNumber() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNumber
-
- isNumber() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlString
-
- isPacket250ForChannel(Object, String, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.PacketHelper
-
Checks whether the object is a Packet250 for the given channel.
- isPlayerReady(String) - Method in class me.tamkungz.nilloadersdk.util.CooldownTracker
-
Returns true if the player's cooldown has expired.
- isSafeLoad(String) - Static method in class me.tamkungz.nilloadersdk.helper.NilLoaderHelper
-
Whether this mod should soft-fail on missing dependencies (default true).
- isSafeLoad() - Method in class me.tamkungz.nilloadersdk.metadata.SdkModMetadata
-
- isString() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue
-
- isString() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlBoolean
-
- isString() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNull
-
- isString() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlNumber
-
- isString() - Method in class me.tamkungz.nilloadersdk.util.kdl.KdlValue.KdlString
-
- isSurvivalLike(Object, SimpleRemap) - Static method in class me.tamkungz.nilloadersdk.helper.McHelper
-
Returns true if the player is not in creative mode.