Class WildcardedRLMatcher

java.lang.Object
me.desht.pneumaticcraft.common.util.WildcardedRLMatcher
All Implemented Interfaces:
Predicate<net.minecraft.resources.ResourceLocation>

public class WildcardedRLMatcher extends Object implements Predicate<net.minecraft.resources.ResourceLocation>
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
    • test

      public boolean test(net.minecraft.resources.ResourceLocation resourceLocation)
      Specified by:
      test in interface Predicate<net.minecraft.resources.ResourceLocation>