HyCodeYourTale
classpublicPriority 2

EnterPortalInteraction

com.hypixel.hytale.builtin.portals.interactions.EnterPortalInteraction

extends SimpleBlockInteraction

1

Methods

1

Public Methods

0

Fields

1

Constructors

Constants

BuilderCodec<EnterPortalInteraction>CODEC= BuilderCodec.builder( EnterPortalInteraction.class, EnterPortalInteraction::new, SimpleB...
MessageMESSAGE_PORTALS_DEVICE_BLOCK_ENTITY_REF_INVALID= Message.translation("server.portals.device.blockEntityRefInvalid")
MessageMESSAGE_PORTALS_DEVICE_NO_SPAWN= Message.translation("server.portals.device.worldNoSpawn")
MessageMESSAGE_PORTALS_DEVICE_REF_INVALID= Message.translation("server.portals.device.refInvalid")
MessageMESSAGE_PORTALS_DEVICE_WORLD_IS_DEAD= Message.translation("server.portals.device.worldIsDead")
DurationMINIMUM_TIME_IN_WORLD= Duration.ofMillis(3000L)

Constructors

public
EnterPortalInteraction()

Methods

Public Methods (1)

public
WaitForDataFrom getWaitForDataFrom()
@Nonnull@Override

Related Classes