Class AlphanumericComparator

java.lang.Object
de.teamlapen.werewolves.util.AlphanumericComparator
All Implemented Interfaces:
Comparator<net.minecraft.resources.ResourceLocation>

public class AlphanumericComparator extends Object implements Comparator<net.minecraft.resources.ResourceLocation>
  • Constructor Details

    • AlphanumericComparator

      public AlphanumericComparator()
  • Method Details

    • compare

      public int compare(net.minecraft.resources.ResourceLocation s, net.minecraft.resources.ResourceLocation t1)
      Specified by:
      compare in interface Comparator<net.minecraft.resources.ResourceLocation>