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

cn.nukkit.event.entity.EntityMoveByPistonEvent Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.event.entity;

import cn.nukkit.api.PowerNukkitOnly;
import cn.nukkit.entity.Entity;
import cn.nukkit.event.Cancellable;
import cn.nukkit.math.Vector3;

@PowerNukkitOnly
public class EntityMoveByPistonEvent extends EntityMotionEvent implements Cancellable {
    @PowerNukkitOnly
    public EntityMoveByPistonEvent(Entity entity, Vector3 pos) {
        super(entity, pos);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy