net.minecraft.world

public final class Predicates

blq
net.minecraft.class_3762
net.minecraft.world.Predicates
net.minecraft.block.state.pattern.ReaderAwareMatchers
net.minecraft.block.state.pattern.ReaderAwareMatchers

Method summary

Modifier and TypeMethod
public static <T> Predicate<T>
a(blm<T> arg0)
method_16948(class_3761<T> arg0)
not(Predicate<T> predicate)
func_202084_a(IBlockMatcherReaderAware<T> arg0)
not(IBlockMatcherReaderAware<T> matcher)
public static <T> Predicate<T>
b(blm<? super T>... arg0)
method_16950(class_3761<? super T>... arg0)
or(Predicate<? super T>... predicates)
func_202083_b(IBlockMatcherReaderAware<? super T>... arg0)
or(IBlockMatcherReaderAware<? super T>... matchers)
private static <T> List<T>
a(T... arg0)
method_16949(T... arg0)
asList(T... array)
func_202086_a(T... arg0)
toListAssertingNonNull(T... array)
private static <T> List<T>
c(Iterable<T> arg0)
method_16951(Iterable<T> arg0)
asList(Iterable<T> iterable)
func_202085_c(Iterable<T> arg0)
toListAssertingNonNull(Iterable<T> iterable)