public class PortalDevice implements Component
Class PortalDevice. Provides portaldevice functionality for the Hytale server.
java.lang.Object > PortalDevice
Field Summary
config
private
PortalDeviceConfig
config
Field config.
baseBlockTypeKey
private
String
baseBlockTypeKey
Field baseBlockTypeKey.
destinationWorldUuid
private
UUID
destinationWorldUuid
Field destinationWorldUuid.
world
final
World
world
Field world.
portal
final
PortalDevice
portal
Field portal.
Method Detail
getComponentType
public
PortalDevice>
getComponentType
()
Method getComponentType.
PortalDevice
public
private
PortalDevice
()
Method PortalDevice.
getBaseBlockTypeKey
public
String
getBaseBlockTypeKey
()
Method getBaseBlockTypeKey.
getDestinationWorldUuid
public
UUID
getDestinationWorldUuid
()
Method getDestinationWorldUuid.
getDestinationWorld
public
World
getDestinationWorld
()
Method getDestinationWorld.
setDestinationWorld
public
void
setDestinationWorld
(final World world)
Method setDestinationWorld.
- Parameters:
final Worldworld