Index

A E G H I M N R S W X 
All Classes and Interfaces|All Packages

A

apply(Map, String) - Method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch
The entrypoint for EnchantmentLevelLangPatch.
apply(Map, String) - Method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch.WithFallback
 
apply(Map, String, String) - Method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch
The entrypoint for EnchantmentLevelLangPatch, with fallback string given.
apply(Map, String, String) - Method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch.WithFallback
 

E

EnchantmentLevelLangPatch - Interface in xland.mcmod.enchlevellangpatch.api
An API to patch the language file of Minecraft, resource packs and mods.
EnchantmentLevelLangPatch.WithFallback - Interface in xland.mcmod.enchlevellangpatch.api
An EnchantmentLevelLangPatch that receives a fallback string.
EnchantmentLevelLangPatchConfig - Class in xland.mcmod.enchlevellangpatch.api
An API to modify the current enchantment level patch and the current potion potency patch.

G

getCurrentEnchantmentHooks() - Static method in class xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatchConfig
The current enchantment level patch.
getCurrentPotionHooks() - Static method in class xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatchConfig
The current potion potency patch.
getEnchantmentHooksContext() - Static method in class xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatchConfig
Registered ID-LangPatch context of enchantment hooks.
getPotionHooksContext() - Static method in class xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatchConfig
Registered ID-LangPatch context of potion hooks.

H

How can I register a patch? - Section in package xland.mcmod.enchlevellangpatch.api
 

I

intToRoman(int) - Static method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch
Provides an algorithm for int-to-roman translation.
isEnchantmentHooksFrozen() - Static method in class xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatchConfig
Returns whether the enchantment level patch registry is frozen.
isPotionHooksFrozen() - Static method in class xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatchConfig
Returns whether the potion potency patch registry is frozen.

M

Mod entrypoint - Section in package xland.mcmod.enchlevellangpatch.api
 

N

Note: 1.19.4+ implementation - Section in package xland.mcmod.enchlevellangpatch.api
 

R

registerEnchantmentPatch(String, EnchantmentLevelLangPatch) - Static method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch
Register an extra rendering syntax for enchantment levels.
registerPatch(Predicate, EnchantmentLevelLangPatch) - Static method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch
Register language patch for any language item you want.
registerPotionPatch(String, EnchantmentLevelLangPatch) - Static method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch
Register an extra rendering syntax for potion potency.

S

setCurrentEnchantmentHooks(EnchantmentLevelLangPatch) - Static method in class xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatchConfig
The setter for the current enchantment level patch.
setCurrentPotionHooks(EnchantmentLevelLangPatch) - Static method in class xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatchConfig
The setter for the current potion potency patch.

W

What is it for? - Section in package xland.mcmod.enchlevellangpatch.api
 
withFallback(EnchantmentLevelLangPatch.WithFallback) - Static method in interface xland.mcmod.enchlevellangpatch.api.EnchantmentLevelLangPatch
Creates an EnchantmentLevelLangPatch that receives a fallback string.

X

xland.mcmod.enchlevellangpatch.api - package xland.mcmod.enchlevellangpatch.api
The API of Enchantment Level Language Patch.
A E G H I M N R S W X 
All Classes and Interfaces|All Packages