Class LivingEntityUseBlockEvent

java.lang.Object
com.hypixel.hytale.server.core.event.events.entity.LivingEntityUseBlockEvent
All Implemented Interfaces:
IBaseEvent<String>, IEvent<String>

@Deprecated(forRemoval=true) public class LivingEntityUseBlockEvent extends Object implements IEvent<String>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private Ref<EntityStore>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    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.
     
    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 java.lang.Object

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

    • ref

      private Ref<EntityStore> ref
      Deprecated, for removal: This API element is subject to removal in a future version.
    • blockType

      private String blockType
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • LivingEntityUseBlockEvent

      public LivingEntityUseBlockEvent(Ref<EntityStore> ref, String blockType)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getBlockType

      public String getBlockType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRef

      public Ref<EntityStore> getRef()
      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 Object