Class FrozenLibIntegration
java.lang.Object
net.frozenblock.lib.integration.api.ModIntegration
net.frozenblock.wilderwild.mod_compat.FrozenLibIntegration
public class FrozenLibIntegration
extends net.frozenblock.lib.integration.api.ModIntegration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.frozenblock.lib.integration.api.ModIntegration
clientInitPreFreeze, getBiomeKey, getBiomeTag, getBlock, getBlockTag, getID, getItem, getItemTag, getTag, getTag, id, modLoaded
-
Field Details
-
INSTRUMENT_SOUND_PREDICATE
public static final net.minecraft.resources.ResourceLocation INSTRUMENT_SOUND_PREDICATE -
NECTAR_SOUND_PREDICATE
public static final net.minecraft.resources.ResourceLocation NECTAR_SOUND_PREDICATE -
ENDERMAN_ANGER_SOUND_PREDICATE
public static final net.minecraft.resources.ResourceLocation ENDERMAN_ANGER_SOUND_PREDICATE -
GEYSER_EFFECTIVE_WIND_DISTURBANCE
public static final net.minecraft.resources.ResourceLocation GEYSER_EFFECTIVE_WIND_DISTURBANCE -
GEYSER_BASE_WIND_DISTURBANCE
public static final net.minecraft.resources.ResourceLocation GEYSER_BASE_WIND_DISTURBANCE
-
-
Constructor Details
-
FrozenLibIntegration
public FrozenLibIntegration()
-
-
Method Details
-
initPreFreeze
public void initPreFreeze()- Overrides:
initPreFreezein classnet.frozenblock.lib.integration.api.ModIntegration
-
init
public void init()- Specified by:
initin classnet.frozenblock.lib.integration.api.ModIntegration
-
clientInit
@Environment(CLIENT) public void clientInit()- Overrides:
clientInitin classnet.frozenblock.lib.integration.api.ModIntegration
-