classpublicPriority 1
ProjectileInteraction
com.hypixel.hytale.server.core.modules.projectile.interaction.ProjectileInteraction
extends SimpleInstantInteraction
implements BallisticDataProvider
4
Methods
4
Public Methods
1
Fields
1
Constructors
Constants
BuilderCodec<ProjectileInteraction>CODEC= BuilderCodec.builder(
ProjectileInteraction.class, ProjectileInteraction::new, SimpleIns...
Constructors
public
ProjectileInteraction()Methods
Public Methods (4)
public
BallisticData getBallisticData()@Nullable@Override
public
ProjectileConfig getConfig()@Nullable
public
WaitForDataFrom getWaitForDataFrom()@Nonnull@Override
public
boolean needsRemoteSync()@Override
Fields
Protected Fields (1)
protected
String config