Class BundleRegistryQuery

java.lang.Object
de.luckymcdev.foundryengine.common.bundle.registry.BundleRegistryQuery

public class BundleRegistryQuery extends Object
Contains info about a Bundles Registered Objects.
  • Constructor Details

    • BundleRegistryQuery

      public BundleRegistryQuery(String bundleId)
  • Method Details

    • getFromRegistry

      public <T> List<T> getFromRegistry(net.minecraft.core.Registry<T> registry)
    • getBlocks

      public List<net.minecraft.world.level.block.Block> getBlocks()
    • getItems

      public List<net.minecraft.world.item.Item> getItems()
    • getFluids

      public List<net.minecraft.world.level.material.Fluid> getFluids()
    • getEntityTypes

      public List<net.minecraft.world.entity.EntityType<?>> getEntityTypes()
    • getBlockEntityTypes

      public List<net.minecraft.world.level.block.entity.BlockEntityType<?>> getBlockEntityTypes()
    • getSoundEvents

      public List<net.minecraft.sounds.SoundEvent> getSoundEvents()
    • creativeModeTabs

      public List<net.minecraft.world.item.CreativeModeTab> creativeModeTabs()
    • getParticleTypes

      public List<net.minecraft.core.particles.ParticleType<?>> getParticleTypes()
    • getMobEffects

      public List<net.minecraft.world.effect.MobEffect> getMobEffects()
    • getPotions

      public List<net.minecraft.world.item.alchemy.Potion> getPotions()
    • getAttributes

      public List<net.minecraft.world.entity.ai.attributes.Attribute> getAttributes()
    • getStatTypes

      public List<net.minecraft.stats.StatType<?>> getStatTypes()
    • getFeatures

      public List<net.minecraft.world.level.levelgen.feature.Feature<?>> getFeatures()
    • getStructureTypes

      public List<net.minecraft.world.level.levelgen.structure.StructureType<?>> getStructureTypes()
    • getRecipeSerializers

      public List<net.minecraft.world.item.crafting.RecipeSerializer<?>> getRecipeSerializers()
    • getRecipes

      public List<RecipeResult> getRecipes()