Class PlayerCraftEvent
java.lang.Object
fr.hytale.loader.event.types.player.PlayerCraftEvent
- All Implemented Interfaces:
com.hypixel.hytale.event.IBaseEvent<Void>, com.hypixel.hytale.event.IEvent<Void>
@Deprecated
public class PlayerCraftEvent
extends Object
implements com.hypixel.hytale.event.IEvent<Void>
Deprecated.
The underlying Hytale event is deprecated
Called when a player crafts an item.
This event wraps the native Hytale PlayerCraftEvent and provides simplified access to crafting information including the recipe and quantity.
Note: This event wraps a deprecated Hytale API and may be replaced in future versions.
- Since:
- 1.0.0
- Version:
- 1.0.4
- Author:
- HytaleLoader
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerCraftEvent(com.hypixel.hytale.server.core.event.events.player.PlayerCraftEvent originalEvent) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.hypixel.hytale.server.core.asset.type.item.config.CraftingRecipeDeprecated.Deprecated.Deprecated.intDeprecated.Deprecated.
-
Constructor Details
-
PlayerCraftEvent
public PlayerCraftEvent(com.hypixel.hytale.server.core.event.events.player.PlayerCraftEvent originalEvent) Deprecated.
-
-
Method Details
-
getPlayer
Deprecated. -
getCraftedRecipe
public com.hypixel.hytale.server.core.asset.type.item.config.CraftingRecipe getCraftedRecipe()Deprecated. -
getQuantity
public int getQuantity()Deprecated. -
getRecipeName
Deprecated. -
getPlayerName
Deprecated.
-