Newer
Older
void-pack-super-server / work / decompile-ee3ecae0 / net / minecraft / server / ICrossbow.java
Simon Lindgren on 26 Mar 2020 268 bytes first commit
package net.minecraft.server;

import javax.annotation.Nullable;

public interface ICrossbow {

    void a(boolean flag);

    void a(EntityLiving entityliving, ItemStack itemstack, IProjectile iprojectile, float f);

    @Nullable
    EntityLiving getGoalTarget();
}