Mojang Mappings
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
package io.github.skippyall.minions.mixinhelper;
|
||||
|
||||
import net.minecraft.entity.Entity;
|
||||
|
||||
import java.util.function.Predicate;
|
||||
import net.minecraft.world.entity.Entity;
|
||||
|
||||
public class EntityViewMixinHelper {
|
||||
public static final ThreadLocal<Predicate<Entity>> ADDITIONAL_PREDICATE = ThreadLocal.withInitial(() -> entity -> true);
|
||||
|
||||
Reference in New Issue
Block a user