Interface SpawnEffect
- All Known Implementing Classes:
BuilderRole,BuilderRoleAbstract
public interface SpawnEffect
-
Method Summary
Modifier and TypeMethodDescriptiondoubledefault voidspawnEffect(Vector3d position, Vector3f rotation, ComponentAccessor<EntityStore> componentAccessor)
-
Method Details
-
getSpawnParticles
String getSpawnParticles() -
getSpawnParticleOffset
Vector3d getSpawnParticleOffset() -
getSpawnViewDistance
double getSpawnViewDistance() -
spawnEffect
default void spawnEffect(@Nonnull Vector3d position, @Nonnull Vector3f rotation, @Nonnull ComponentAccessor<EntityStore> componentAccessor)
-