classpublicPriority 3
ProjectileModule
com.hypixel.hytale.server.core.modules.projectile.ProjectileModule
extends JavaPlugin
3
Methods
3
Public Methods
4
Fields
1
Constructors
Constants
PluginManifestMANIFEST= PluginManifest.corePlugin(ProjectileModule.class)
.description(
"This module imple...
MessageMESSAGE_GENERAL_UNKNOWN= Message.translation("server.general.unknown")
Constructors
public
ProjectileModule(JavaPluginInit init)Methods
Public Methods (3)
public
ComponentType<EntityStore, PredictedProjectile> getPredictedProjectileComponentType()@Nonnull
public
ComponentType<EntityStore, Projectile> getProjectileComponentType()@Nonnull
public
ComponentType<EntityStore, StandardPhysicsProvider> getStandardPhysicsProviderComponentType()@Nonnull
Fields
Private/Package Fields (4)
private
ProjectileModule instanceprivate
ComponentType<EntityStore, PredictedProjectile> predictedProjectileComponentTypeprivate
ComponentType<EntityStore, Projectile> projectileComponentTypeprivate
ComponentType<EntityStore, StandardPhysicsProvider> standardPhysicsProviderComponentType