Class DirectionalBehaviorComponent
java.lang.Object
team.lodestar.lodestone.systems.particle.world.behaviors.components.DirectionalBehaviorComponent
- All Implemented Interfaces:
LodestoneBehaviorComponent
- Direct Known Subclasses:
BedrockDirectionalBehaviorComponent
-
Field Summary
Fields inherited from interface team.lodestar.lodestone.systems.particle.world.behaviors.components.LodestoneBehaviorComponent
DIRECTIONAL, SPARK -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDirectionalBehaviorComponent(Function<LodestoneWorldParticle, net.minecraft.world.phys.Vec3> direction) DirectionalBehaviorComponent(net.minecraft.world.phys.Vec3 direction) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3getDirection(LodestoneWorldParticle particle) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface team.lodestar.lodestone.systems.particle.world.behaviors.components.LodestoneBehaviorComponent
tick
-
Constructor Details
-
DirectionalBehaviorComponent
protected DirectionalBehaviorComponent(Function<LodestoneWorldParticle, net.minecraft.world.phys.Vec3> direction) -
DirectionalBehaviorComponent
public DirectionalBehaviorComponent(net.minecraft.world.phys.Vec3 direction) -
DirectionalBehaviorComponent
public DirectionalBehaviorComponent()
-
-
Method Details
-
getDirection
-
getBehaviorType
- Specified by:
getBehaviorTypein interfaceLodestoneBehaviorComponent
-