Package com.codinglitch.simpleradio.api
Class FrequencingRegistry
java.lang.Object
com.codinglitch.simpleradio.api.FrequencingRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FrequencingTypefromConfig(com.codinglitch.lexiconfig.classes.LexiconPageData page) static FrequencingTypeget(net.minecraft.resources.ResourceLocation location) static FrequencingTypegetById(short id) static FrequencingTyperegister(net.minecraft.resources.ResourceLocation location, FrequencingType frequencingType) static voidreload()
-
Constructor Details
-
FrequencingRegistry
public FrequencingRegistry()
-
-
Method Details
-
get
-
getById
-
fromConfig
-
register
public static FrequencingType register(net.minecraft.resources.ResourceLocation location, FrequencingType frequencingType) -
reload
public static void reload()
-