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
FieldsModifier and TypeFieldDescriptionprivate StringDeprecated, 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
ConstructorsConstructorDescriptionLivingEntityUseBlockEvent(Ref<EntityStore> ref, String blockType) 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.getRef()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.
-
Field Details
-
ref
Deprecated, for removal: This API element is subject to removal in a future version. -
blockType
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
LivingEntityUseBlockEvent
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getBlockType
Deprecated, for removal: This API element is subject to removal in a future version. -
getRef
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.
-