Class DirectionalParticleBehaviorComponent
java.lang.Object
team.lodestar.lodestone.systems.particle.world.behaviors.components.DirectionalParticleBehaviorComponent
- All Implemented Interfaces:
LodestoneParticleBehaviorComponent
public class DirectionalParticleBehaviorComponent
extends Object
implements LodestoneParticleBehaviorComponent
-
Field Summary
Fields inherited from interface team.lodestar.lodestone.systems.particle.world.behaviors.components.LodestoneParticleBehaviorComponent
DIRECTIONAL, SPARK -
Constructor Summary
ConstructorsConstructorDescriptionDirectionalParticleBehaviorComponent(net.minecraft.world.phys.Vec3 direction) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3getDirection(LodestoneWorldParticle particle)
-
Constructor Details
-
DirectionalParticleBehaviorComponent
public DirectionalParticleBehaviorComponent(net.minecraft.world.phys.Vec3 direction) -
DirectionalParticleBehaviorComponent
public DirectionalParticleBehaviorComponent()
-
-
Method Details
-
getDirection
-