Mojang Mappings

This commit is contained in:
skippyall
2026-04-29 08:51:37 +02:00
parent cc9fedd63b
commit f5202a4264
140 changed files with 1646 additions and 1675 deletions
@@ -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);