Package me.emafire003.dev.ohmymeteors
Class OhMyMeteors
java.lang.Object
me.emafire003.dev.ohmymeteors.OhMyMeteors
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> static final org.slf4j.Loggerstatic final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> static List<net.minecraft.resources.ResourceLocation> static final Stringstatic Pathstatic String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.resources.ResourceLocationgetIdentifier(String path) voidstatic voidreInitStructures(net.minecraft.server.level.ServerLevel world)
-
Field Details
-
MOD_ID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER -
PATH
-
PREFIX
-
METEOR_BYPASSES
public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> METEOR_BYPASSES -
METEOR_BYPASSES_AND_DESTROY
public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> METEOR_BYPASSES_AND_DESTROY -
AIR_BLOCKS
public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> AIR_BLOCKS -
METEOR_EXPLOSION_SAFE
public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> METEOR_EXPLOSION_SAFE -
METEOR_STRUCTURES
-
-
Constructor Details
-
OhMyMeteors
public OhMyMeteors()
-
-
Method Details
-
getIdentifier
-
onInitialize
public void onInitialize()- Specified by:
onInitializein interfacenet.fabricmc.api.ModInitializer
-
reInitStructures
public static void reInitStructures(net.minecraft.server.level.ServerLevel world)
-