Class PortalsPlugin
java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginBase
com.hypixel.hytale.server.core.plugin.JavaPlugin
com.hypixel.hytale.builtin.portals.PortalsPlugin
- All Implemented Interfaces:
CommandOwner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static PortalsPluginstatic final intprivate ComponentType<ChunkStore, PortalDevice> private ResourceType<EntityStore, PortalWorld> private ComponentType<EntityStore, VoidEvent> private ComponentType<EntityStore, VoidSpawner> Fields inherited from class com.hypixel.hytale.server.core.plugin.PluginBase
METRICS_REGISTRY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.server.core.plugin.JavaPlugin
getClassLoader, getFile, getType, start0Methods inherited from class com.hypixel.hytale.server.core.plugin.PluginBase
getAssetRegistry, getBasePermission, getBlockStateRegistry, getChunkStoreRegistry, getClientFeatureRegistry, getCodecRegistry, getCodecRegistry, getCodecRegistry, getCommandRegistry, getDataDirectory, getEntityRegistry, getEntityStoreRegistry, getEventRegistry, getIdentifier, getLogger, getManifest, getName, getState, getTaskRegistry, isDisabled, isEnabled, preLoad, setup0, shutdown, shutdown0, start, withConfig, withConfig
-
Field Details
-
instance
-
portalResourceType
-
portalDeviceComponentType
-
voidEventComponentType
-
voidPortalComponentType
-
MAX_CONCURRENT_FRAGMENTS
public static final int MAX_CONCURRENT_FRAGMENTS- See Also:
-
-
Constructor Details
-
PortalsPlugin
-
-
Method Details
-
getInstance
-
setup
protected void setup()- Overrides:
setupin classPluginBase
-
turnOffPortalWhenWorldRemoved
-
countActiveFragments
public int countActiveFragments() -
getPortalResourceType
-
getPortalDeviceComponentType
-
getVoidEventComponentType
-
getVoidPortalComponentType
-