![JAR search and dependency download from the Maven repository](/logo.png)
cn.nukkit.inventory.transaction.data.ReleaseItemData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powernukkit Show documentation
Show all versions of powernukkit Show documentation
A Minecraft Bedrock Edition server software implementation made in Java from scratch which supports all new features.
package cn.nukkit.inventory.transaction.data;
import cn.nukkit.item.Item;
import cn.nukkit.math.Vector3;
import lombok.ToString;
/**
* @author CreeperFace
*/
@ToString
public class ReleaseItemData implements TransactionData {
public int actionType;
public int hotbarSlot;
public Item itemInHand;
public Vector3 headRot;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy