Class PlayerCraftEvent
java.lang.Object
com.hypixel.hytale.server.core.event.events.player.PlayerEvent<String>
com.hypixel.hytale.server.core.event.events.player.PlayerCraftEvent
- All Implemented Interfaces:
IBaseEvent<String>,IEvent<String>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CraftingRecipeDeprecated, for removal: This API element is subject to removal in a future version.private final intDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionPlayerCraftEvent(Ref<EntityStore> ref, Player player, CraftingRecipe craftedRecipe, int quantity) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.hypixel.hytale.server.core.event.events.player.PlayerEvent
getPlayer, getPlayerRef
-
Field Details
-
craftedRecipe
Deprecated, for removal: This API element is subject to removal in a future version. -
quantity
private final int quantityDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
PlayerCraftEvent
public PlayerCraftEvent(@Nonnull Ref<EntityStore> ref, @Nonnull Player player, CraftingRecipe craftedRecipe, int quantity) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCraftedRecipe
Deprecated, for removal: This API element is subject to removal in a future version. -
getQuantity
public int getQuantity()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toStringin classPlayerEvent<String>
-