java.lang.Object
com.blamejared.crafttweaker.api.game.Game

@ZenRegister public class Game extends Object
  • Field Details

    • INSTANCE

      public static final Game INSTANCE
  • Method Details

    • getMobEffects

      public Collection<net.minecraft.world.effect.MobEffect> getMobEffects()
    • getEnchantments

      public Collection<net.minecraft.world.item.enchantment.Enchantment> getEnchantments()
    • getEntityTypes

      public Collection<net.minecraft.world.entity.EntityType> getEntityTypes()
    • getFluids

      public Collection<net.minecraft.world.level.material.Fluid> getFluids()
    • getItemStacks

      public Collection<IItemStack> getItemStacks()
    • getPotions

      public Collection<net.minecraft.world.item.alchemy.Potion> getPotions()
    • getRecipeTypes

      public Collection<IRecipeManager> getRecipeTypes()
    • getBlocks

      public Collection<net.minecraft.world.level.block.Block> getBlocks()
    • getBlockStates

      public Collection<net.minecraft.world.level.block.state.BlockState> getBlockStates()
    • getVillagerProfessions

      public Collection<net.minecraft.world.entity.npc.VillagerProfession> getVillagerProfessions()
    • localize

      public String localize(String translationKey)
      Returns:
      a localized String
      DocParam:
      translationKey "gui.up"