classpublicPriority 1
CreativeHubPlugin
com.hypixel.hytale.builtin.creativehub.CreativeHubPlugin
extends JavaPlugin
5
Methods
5
Public Methods
2
Fields
1
Constructors
Constants
MessageMESSAGE_HUB_RETURN_HINT= Message.translation("server.creativehub.portal.returnHint")
Constructors
public
CreativeHubPlugin(JavaPluginInit init)Methods
Public Methods (5)
public
void clearHubInstance(UUID parentWorldUuid)public
World getActiveHubInstance(World parentWorld)@Nullable
public
ComponentType<EntityStore, CreativeHubEntityConfig> getCreativeHubEntityConfigComponentType()@Nonnull
public
World getOrSpawnHubInstance(World parentWorld, CreativeHubWorldConfig hubConfig, Transform returnPoint)@Nonnull
public
CompletableFuture<World> spawnPermanentWorldFromTemplate(String instanceAssetName, String permanentWorldName)@Nonnull
Fields
Private/Package Fields (2)
private
ComponentType<EntityStore, CreativeHubEntityConfig> creativeHubEntityConfigComponentTypeprivate
CreativeHubPlugin instanceRelated Classes
Used By
HubCommandCreativeHubEntityConfigCreativeHubWorldConfigHubPortalInteractionInstancesPluginInstanceEntityConfigInstanceWorldConfigWorldReturnPointFormatUtilComponentTypeHolderHytaleLoggerTransformMessageAddPlayerToWorldEventPlayerConnectEventTransformComponentInteractionJavaPluginJavaPluginInit+9 more