类 ClustersUtils

java.lang.Object
committee.nova.mods.avaritia.util.ClustersUtils

public class ClustersUtils extends Object
  • 字段详细资料

    • defaultTrashOres

      public static Set<String> defaultTrashOres
  • 构造器详细资料

    • ClustersUtils

      public ClustersUtils()
  • 方法详细资料

    • spawnClusters

      public static void spawnClusters(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player, Set<net.minecraft.world.item.ItemStack> drops)
    • spawnClusters

      public static void spawnClusters(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player, Map<net.minecraft.world.item.ItemStack,Integer> map)
    • putMapItem

      public static void putMapItem(net.minecraft.world.item.ItemStack drop, Map<net.minecraft.world.item.ItemStack,Integer> map)
    • putMapDrops

      public static void putMapDrops(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, Map<net.minecraft.world.item.ItemStack,Integer> map)
    • removeTrash

      public static Set<net.minecraft.world.item.ItemStack> removeTrash(Set<net.minecraft.world.item.ItemStack> drops, Set<String> defaultTrashOres)
    • collateDropList

      public static List<net.minecraft.world.item.ItemStack> collateDropList(Set<net.minecraft.world.item.ItemStack> input)
    • collateMatterClusterContents

      public static List<net.minecraft.world.item.ItemStack> collateMatterClusterContents(Map<StrictItemStack,Integer> input)
    • collateMatterCluster

      public static Map<StrictItemStack,Integer> collateMatterCluster(Set<net.minecraft.world.item.ItemStack> input)