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

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

package net.minecraft.server;

public class ControllerJump {
	
	protected boolean a;
	private final EntityInsentient b;
	
	public ControllerJump(EntityInsentient entityinsentient) {
		this.b = entityinsentient;
	}
	
	public void a() {
		this.a = true;
	}
	
	public void b() {
		this.b.setJumping(this.a);
		this.a = false;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy