Interface FrozenVeinTypeEntrypoint


public interface FrozenVeinTypeEntrypoint
  • Method Summary

    Modifier and Type
    Method
    Description
    createCategory(net.minecraft.resources.ResourceLocation key, net.minecraft.world.level.block.state.BlockState ore, net.minecraft.world.level.block.state.BlockState rawOreBlock, net.minecraft.world.level.block.state.BlockState filler, int minY, int maxY)
     
    void
     
  • Method Details

    • newCategories

      void newCategories(ArrayList<FrozenVeinType> context)
    • createCategory

      static FrozenVeinType createCategory(net.minecraft.resources.ResourceLocation key, net.minecraft.world.level.block.state.BlockState ore, net.minecraft.world.level.block.state.BlockState rawOreBlock, net.minecraft.world.level.block.state.BlockState filler, int minY, int maxY)