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(forRemoval=true) public class PlayerCraftEvent extends PlayerEvent<String>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final CraftingRecipe
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlayerCraftEvent(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 Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • craftedRecipe

      private final CraftingRecipe craftedRecipe
      Deprecated, for removal: This API element is subject to removal in a future version.
    • quantity

      private final int quantity
      Deprecated, 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

      public CraftingRecipe 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

      @Nonnull public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class PlayerEvent<String>