Class BedrockDirectionalBehaviorComponent
java.lang.Object
team.lodestar.lodestone.systems.particle.world.behaviors.components.DirectionalBehaviorComponent
team.lodestar.lodestone.systems.particle.world.behaviors.components.BedrockDirectionalBehaviorComponent
- All Implemented Interfaces:
LodestoneBehaviorComponent
-
Field Summary
FieldsFields inherited from interface team.lodestar.lodestone.systems.particle.world.behaviors.components.LodestoneBehaviorComponent
DIRECTIONAL, EXTRUDING_SPARK, SPARK -
Constructor Summary
ConstructorsConstructorDescriptionBedrockDirectionalBehaviorComponent(SpinParticleData pitchData, SpinParticleData yawData) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3getDirection(LodestoneWorldParticle particle) getPitchData(SpinParticleData delegate) getYawData(SpinParticleData delegate) voidtick(LodestoneWorldParticle particle) Methods inherited from class team.lodestar.lodestone.systems.particle.world.behaviors.components.DirectionalBehaviorComponent
getBehaviorType
-
Field Details
-
pitch
public float pitch -
yaw
public float yaw
-
-
Constructor Details
-
BedrockDirectionalBehaviorComponent
-
BedrockDirectionalBehaviorComponent
public BedrockDirectionalBehaviorComponent() -
BedrockDirectionalBehaviorComponent
-
-
Method Details
-
getDirection
- Overrides:
getDirectionin classDirectionalBehaviorComponent
-
tick
-
getPitchData
-
getYawData
-
getPitchData
-
getYawData
-