All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.PathfinderGoalInteract Maven / Gradle / Ivy

package net.minecraft.server;

public class PathfinderGoalInteract extends PathfinderGoalLookAtPlayer {
	
	public PathfinderGoalInteract(EntityInsentient entityinsentient, Class oclass, float f, float f1) {
		super(entityinsentient, oclass, f, f1);
		this.setMutexBits(3);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy