package de.ellpeck.naturesaura.entities; import net.minecraft.world.entity.EntityType; @SuppressWarnings("FieldNamingConvention") public final class ModEntities { public static EntityType MOVER_CART; public static EntityType EFFECT_INHIBITOR; public static EntityType LIGHT_PROJECTILE; public static EntityType STRUCTURE_FINDER; }