Class BundleRegistryQuery
java.lang.Object
de.luckymcdev.foundryengine.common.bundle.registry.BundleRegistryQuery
Contains info about a Bundles Registered Objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.world.item.CreativeModeTab> List<net.minecraft.world.entity.ai.attributes.Attribute> List<net.minecraft.world.level.block.entity.BlockEntityType<?>> List<net.minecraft.world.level.block.Block> List<net.minecraft.world.entity.EntityType<?>> List<net.minecraft.world.level.levelgen.feature.Feature<?>> List<net.minecraft.world.level.material.Fluid> <T> List<T> getFromRegistry(net.minecraft.core.Registry<T> registry) List<net.minecraft.world.item.Item> getItems()List<net.minecraft.world.effect.MobEffect> List<net.minecraft.core.particles.ParticleType<?>> List<net.minecraft.world.item.alchemy.Potion> List<net.minecraft.world.item.crafting.RecipeSerializer<?>> List<net.minecraft.sounds.SoundEvent> List<net.minecraft.stats.StatType<?>> List<net.minecraft.world.level.levelgen.structure.StructureType<?>>
-
Constructor Details
-
BundleRegistryQuery
-
-
Method Details
-
getFromRegistry
-
getBlocks
-
getItems
-
getFluids
-
getEntityTypes
-
getBlockEntityTypes
-
getSoundEvents
-
creativeModeTabs
-
getParticleTypes
-
getMobEffects
-
getPotions
-
getAttributes
-
getStatTypes
-
getFeatures
-
getStructureTypes
-
getRecipeSerializers
-
getRecipes
-