finishUsing

public ItemStack finishUsing(ItemStack staffStack, World world, LivingEntity user)(source)

Called on both the client and the server by Minecraft, when an entity finishes using the staff (usage ticks reach maxUseTime).

Return

The item stack after using the staff

Parameters

staffStack

The item stack used to perform the action

world

The world the user is in

user

The entity, which used the staff

See also