MCPcopy Create free account

hub / github.com/Trainguy9512/locomotion / functions

Functions909 in github.com/Trainguy9512/locomotion

↓ 8 callersMethodof
(Interpolator<T> interpolator, float length)
src/main/java/com/trainguy9512/locomotion/animation/util/Timeline.java:22
↓ 8 callersMethodpushCurrentToPrevious
Prepares the driver for the next tick after it's finished being used in the current tick, which is usually setting the current value to the previous v
src/main/java/com/trainguy9512/locomotion/animation/driver/Driver.java:31
↓ 8 callersMethodregister
(Identifier identifier, AttackAnimationRule rule)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonAttackAnimations.java:30
↓ 8 callersMethodscale
(Vector3f scale, TransformSpace transformSpace, TransformType transformType)
src/main/java/com/trainguy9512/locomotion/animation/joint/JointChannel.java:113
↓ 8 callersMethodtranslate
(Vector3f translation, TransformSpace transformSpace, TransformType transformType)
src/main/java/com/trainguy9512/locomotion/animation/joint/JointChannel.java:82
↓ 7 callersMethodbuild
()
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonGenericItems.java:190
↓ 7 callersMethodgetOrThrowAnimationSequence
(Identifier sequenceLocation)
src/main/java/com/trainguy9512/locomotion/resource/LocomotionResources.java:58
↓ 7 callersMethodof
()
src/main/java/com/trainguy9512/locomotion/animation/pose/function/EmptyPoseFunction.java:19
↓ 7 callersMethodof
(PoseFunction<LocalSpacePose> inputPose, String slot)
src/main/java/com/trainguy9512/locomotion/animation/pose/function/montage/MontageSlotFunction.java:14
↓ 7 callersMethodplayMontage
Plays a montage of the given configuration. @param configuration Montage configuration to use as the template for the montage.
src/main/java/com/trainguy9512/locomotion/animation/pose/function/montage/MontageManager.java:48
↓ 7 callersMethodrotate
(Quaternionf rotation, TransformSpace transformSpace, TransformType transformType)
src/main/java/com/trainguy9512/locomotion/animation/joint/JointChannel.java:96
↓ 7 callersMethodsetTranslation
(Function<PoseCalculationContext, Vector3f> transformFunction, JointChannel.TransformType transformType, Joint
src/main/java/com/trainguy9512/locomotion/animation/pose/function/JointTransformerFunction.java:115
↓ 7 callersFunctionstonecutter
buildSrc/src/main/kotlin/build-extensions.kt:81
↓ 7 callersMethodtoString
()
src/main/java/com/trainguy9512/locomotion/animation/driver/TriggerDriver.java:88
↓ 6 callersMethodbuilder
()
src/main/java/com/trainguy9512/locomotion/animation/joint/skeleton/BlendMask.java:24
↓ 6 callersMethodgetFallback
()
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonGenericItems.java:201
↓ 6 callersMethodgetValueAtTime
Returns the value at the given time, looped or not. @param time Time in seconds. @param looping Whether the time should be looped or not.
src/main/java/com/trainguy9512/locomotion/animation/util/Timeline.java:31
↓ 6 callersMethodinterpolated
Returns an animation pose interpolated between this pose and the provided pose. @param other Animation pose to interpolate to. @param weight We
src/main/java/com/trainguy9512/locomotion/animation/pose/LocalSpacePose.java:64
↓ 6 callersMethodof
(int version)
src/main/java/com/trainguy9512/locomotion/resource/FormatVersion.java:14
↓ 6 callersMethodtestForNextHandPose
(ItemStack itemStack, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonHandPoses.java:390
↓ 6 callersMethodtrigger
()
src/main/java/com/trainguy9512/locomotion/animation/driver/TriggerDriver.java:29
↓ 5 callersMethodaddKeyframe
(float time, T value)
src/main/java/com/trainguy9512/locomotion/animation/util/Timeline.java:72
↓ 5 callersMethodbuilder
( Identifier basePoseAnimationSequence, Predicate<ItemStack> choosePoseIfTrue,
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonGenericItems.java:159
↓ 5 callersMethoddeserializeTimeline
(JsonDeserializationContext context, JsonObject jsonObject, String identifier, Class<X> type, Interpolator<X>
src/main/java/com/trainguy9512/locomotion/resource/json/AnimationSequenceDeserializer.java:118
↓ 5 callersMethodease
Takes in a time value from 0 to 1 and returns and eased version. @param time Input value @return Eased value
src/main/java/com/trainguy9512/locomotion/animation/util/Easing.java:16
↓ 5 callersMethodgetHasUsedItemDriver
(InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonDrivers.java:153
↓ 5 callersMethodgetJointConfiguration
Retrieves the joint configuration for the supplied joint. @param joint Joint string identifier to get a joint configuration for. @return Joint configu
src/main/java/com/trainguy9512/locomotion/animation/joint/skeleton/JointSkeleton.java:106
↓ 5 callersMethodgetJointSkeleton
Gets the resource location for the joint skeleton being used. @return Joint skeleton resource location
src/main/java/com/trainguy9512/locomotion/animation/animator/JointAnimator.java:20
↓ 5 callersMethodgetScale
()
src/main/java/com/trainguy9512/locomotion/animation/joint/JointChannel.java:60
↓ 5 callersMethodinterruptMontagesInSlot
Immediately stops and removes any montages currently playing within the provided slot. @param slot Slot identifier
src/main/java/com/trainguy9512/locomotion/animation/pose/function/montage/MontageManager.java:63
↓ 5 callersMethodisSprinting
(DriverGetter context)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonMovement.java:99
↓ 5 callersMethodlocalOrParentSpaceBuilder
(PoseFunction<LocalSpacePose> poseFunction, String joint)
src/main/java/com/trainguy9512/locomotion/animation/pose/function/JointTransformerFunction.java:87
↓ 5 callersMethodmultiply
(LocalSpacePose other, JointChannel.TransformSpace transformSpace)
src/main/java/com/trainguy9512/locomotion/animation/pose/LocalSpacePose.java:204
↓ 5 callersMethodofInterpolatable
Creates a driver of the given data type that can be interpolated between ticks. @param defaultValue Default value set from the start and set upon
src/main/java/com/trainguy9512/locomotion/animation/driver/VariableDriver.java:107
↓ 5 callersMethodregister
(Identifier identifier, GenericItemPoseDefinition genericItemPoseDefinition)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonGenericItems.java:27
↓ 5 callersMethodsetMiningPoseFunctionSuppler
(Supplier<PoseFunction<LocalSpacePose>> miningPoseFunctionSuppler)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonHandPoses.java:337
↓ 5 callersMethodtick
Updates the driver based on values set during data extraction, called once per tick after data extraction and prior to pose function tick.
src/main/java/com/trainguy9512/locomotion/animation/driver/Driver.java:13
↓ 5 callersMethodupdateRenderedItem
(DriverGetter driverContainer, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonDrivers.java:85
↓ 5 callersMethodupdateRenderedItemIfNoTwoHandOverrides
(DriverGetter driverContainer, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonDrivers.java:98
↓ 4 callersFunctionapplyProperties
* Applies a set of properties to a `ProcessResources` task, based on the project's configuration * and additional resource files. * * @param projec
buildSrc/src/main/kotlin/build-extensions.kt:55
↓ 4 callersMethodclearMontagesInAttackSlot
(PoseTickEvaluationContext context, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonHandPoseSwitching.java:254
↓ 4 callersMethodconstructCurrentBasePoseFunction
(InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonHandPoseSwitching.java:69
↓ 4 callersMethodconstructMiningPoseFunction
( PoseFunction<LocalSpacePose> idlePoseFunction, PoseFunction<LocalSpacePose> swingPos
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonMining.java:28
↓ 4 callersMethodconstructWithCrouchPose
(CachedPoseContainer cachedPoseContainer, PoseFunction<LocalSpacePose> inputPose)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonMovement.java:372
↓ 4 callersMethodgetAttackSlot
(InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonMontages.java:24
↓ 4 callersMethodgetDriverValue
(DriverKey<R> driverKey)
src/main/java/com/trainguy9512/locomotion/animation/data/AnimationDataContainer.java:101
↓ 4 callersMethodgetEmptyHandPose
(InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonHandPoses.java:216
↓ 4 callersMethodgetItemCopyReferenceDriver
(InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonDrivers.java:132
↓ 4 callersMethodgetMiningPlayRateFunction
(float baseMultiplier)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonMining.java:104
↓ 4 callersMethodgetOrThrowFromIdentifier
(Identifier identifier)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonGenericItems.java:205
↓ 4 callersMethodgetRootJoint
Retrieves the root joint of the skeleton. @return String identifier of the root joint
src/main/java/com/trainguy9512/locomotion/animation/joint/skeleton/JointSkeleton.java:89
↓ 4 callersMethodin60FramesPerSecond
Retrieves the value of this time span in frames at 60 frames per second. @return Float time measured in 60 frames per second.
src/main/java/com/trainguy9512/locomotion/animation/util/TimeSpan.java:94
↓ 4 callersMethodisNewItemEmpty
(StateTransitionContext context, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonHandPoseSwitching.java:296
↓ 4 callersMethodlocomotion$setMatrix
(Matrix4f matrix4f)
src/main/java/com/trainguy9512/locomotion/access/MatrixModelPart.java:7
↓ 4 callersMethodof
( Function<InteractionHand, MontageConfiguration> montageProvider, Predicate<I
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonItemUpdateAnimations.java:87
↓ 4 callersMethodof
(Matrix4f transform, boolean visibility)
src/main/java/com/trainguy9512/locomotion/animation/joint/JointChannel.java:20
↓ 4 callersMethodregisterBlockEntityJointAnimator
Registers a joint animator for use on block entities. @param type Type of block entity @param jointAnimator Newly con
src/main/java/com/trainguy9512/locomotion/animation/animator/JointAnimatorRegistry.java:44
↓ 4 callersMethodrunAndConsumeIfTriggered
Runs a function if the driver has been triggered, and then resets the driver after pose function evaluation. @param runnable Function to run
src/main/java/com/trainguy9512/locomotion/animation/driver/TriggerDriver.java:38
↓ 4 callersMethodtransformJoint
(JointChannel jointChannel, PoseCalculationContext context, TransformChannelConfiguration<X> configuration, Tr
src/main/java/com/trainguy9512/locomotion/animation/pose/function/JointTransformerFunction.java:68
↓ 4 callersMethodtriggerUseAnimation
( InteractionHand hand, UseAnimationType useAnimationType, InteractionResu
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonUseAnimations.java:250
↓ 3 callersFunctionaddNullable
buildSrc/src/main/kotlin/build-extensions.kt:67
↓ 3 callersMethodbuild
()
src/main/java/com/trainguy9512/locomotion/animation/pose/function/statemachine/StateMachineFunction.java:347
↓ 3 callersMethodbuilder
(Function<PoseTickEvaluationContext, Float> blendValueFunction)
src/main/java/com/trainguy9512/locomotion/animation/pose/function/BlendedSequencePlayerFunction.java:104
↓ 3 callersMethodcomputePose
(float partialTicks)
src/main/java/com/trainguy9512/locomotion/animation/data/AnimationDataContainer.java:74
↓ 3 callersMethodconstructBasePoseFunction
(InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonHandPoses.java:246
↓ 3 callersMethodcontainsJoint
(String joint)
src/main/java/com/trainguy9512/locomotion/animation/joint/skeleton/JointSkeleton.java:110
↓ 3 callersMethoddefineForMultipleJoints
Defines a weight for multiple joints. @param jointNames Set of joint names to assign the provided weight to. @param weight W
src/main/java/com/trainguy9512/locomotion/animation/joint/skeleton/BlendMask.java:53
↓ 3 callersMethodgetBlockEntityAnimationDataContainer
(BlockPos blockPos, BlockEntityType<T> type)
src/main/java/com/trainguy9512/locomotion/animation/animator/JointAnimatorDispatcher.java:172
↓ 3 callersMethodgetCustomAttributeProperty
(String customAttributeName, JointSkeleton skeleton)
src/main/java/com/trainguy9512/locomotion/animation/joint/skeleton/SkeletonPropertyDefinition.java:30
↓ 3 callersMethodgetCustomAttributeValue
(String customAttributeName)
src/main/java/com/trainguy9512/locomotion/animation/pose/Pose.java:78
↓ 3 callersMethodgetDirectChildrenOfJoint
Returns a list of joint identifiers that are direct children of the supplied joint. @param joint Joint to search for children of. @return List of
src/main/java/com/trainguy9512/locomotion/animation/joint/skeleton/JointSkeleton.java:54
↓ 3 callersMethodgetFirstPersonPlayerJointAnimator
()
src/main/java/com/trainguy9512/locomotion/animation/animator/JointAnimatorRegistry.java:63
↓ 3 callersMethodgetIdentifier
Returns the string identifier for this animation data key.
src/main/java/com/trainguy9512/locomotion/animation/driver/DriverKey.java:34
↓ 3 callersMethodgetInterpolatedDriverValue
(DriverKey<R> driverKey, float partialTicks)
src/main/java/com/trainguy9512/locomotion/animation/data/AnimationDataContainer.java:97
↓ 3 callersMethodgetItemOnCooldownDriver
(InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonDrivers.java:118
↓ 3 callersMethodgetItemStackInHandToRender
(AnimationDataContainer dataContainer, AbstractClientPlayer localPlayer, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/render/FirstPersonPlayerRenderer.java:245
↓ 3 callersMethodgetJointProperty
(String jointName, JointSkeleton skeleton)
src/main/java/com/trainguy9512/locomotion/animation/joint/skeleton/SkeletonPropertyDefinition.java:19
↓ 3 callersMethodgetWeightIsFull
(float partialTicks)
src/main/java/com/trainguy9512/locomotion/animation/pose/function/montage/MontageManager.java:190
↓ 3 callersMethodhasMostRelevantAnimationPlayerFinished
(StateTransitionContext context, float crossFadeWeight)
src/main/java/com/trainguy9512/locomotion/animation/pose/function/statemachine/StateTransition.java:45
↓ 3 callersMethodinFramesPerSecond
Retrieves the value of this time span in the specified frame rate. @return Float time measured in frames.
src/main/java/com/trainguy9512/locomotion/animation/util/TimeSpan.java:86
↓ 3 callersMethodinitialize
()
src/main/java/com/trainguy9512/locomotion/LocomotionMain.java:20
↓ 3 callersMethodinterpolatedByTransition
Returns an animation pose interpolated between this pose and the provided pose using data from a transition. @param other Animation pose t
src/main/java/com/trainguy9512/locomotion/animation/pose/LocalSpacePose.java:149
↓ 3 callersMethodisOldItemEmpty
(StateTransitionContext context, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonHandPoseSwitching.java:300
↓ 3 callersMethodisPassenger
(StateTransitionContext context)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonMovement.java:750
↓ 3 callersMethodisUsingItem
(StateTransitionContext context, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonSpyglass.java:34
↓ 3 callersMethodisUsingItem
(StateTransitionContext context, InteractionHand hand)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/handpose/FirstPersonBrush.java:20
↓ 3 callersMethodlocomotion$getFirstPersonPlayerRenderer
()
src/main/java/com/trainguy9512/locomotion/access/FirstPersonPlayerRendererGetter.java:8
↓ 3 callersMethodmadeAdditiveWithFallingStandingPose
(CachedPoseContainer cachedPoseContainer, PoseFunction<LocalSpacePose> inputPose)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonMovement.java:387
↓ 3 callersMethodmodifyValue
Modifies the current value based on the provided function @param valueModifier Value modifier function
src/main/java/com/trainguy9512/locomotion/animation/driver/VariableDriver.java:64
↓ 3 callersMethodof
()
src/main/java/com/trainguy9512/locomotion/animation/driver/TriggerDriver.java:21
↓ 3 callersMethodof
(AnimationDataContainer animationDataContainer)
src/main/java/com/trainguy9512/locomotion/animation/pose/function/montage/MontageManager.java:40
↓ 3 callersMethodof30FramesPerSecond
Creates a timespan from a time measured in frames, at 30 frames per second. @return Timespan
src/main/java/com/trainguy9512/locomotion/animation/util/TimeSpan.java:54
↓ 3 callersMethodofFramesPerSecond
(float frames, float framesPerSecond)
src/main/java/com/trainguy9512/locomotion/animation/util/TimeSpan.java:38
↓ 3 callersMethodofTranslationRotationScaleQuaternion
(Vector3f translation, Quaternionf rotation, Vector3f scale, boolean visibility)
src/main/java/com/trainguy9512/locomotion/animation/joint/JointChannel.java:36
↓ 3 callersMethodputJointRotationTimeline
(String jointName, Timeline<Quaternionf> timeline)
src/main/java/com/trainguy9512/locomotion/animation/sequence/AnimationSequence.java:143
↓ 3 callersMethodputJointScaleTimeline
(String jointName, Timeline<Vector3f> timeline)
src/main/java/com/trainguy9512/locomotion/animation/sequence/AnimationSequence.java:148
↓ 3 callersMethodputJointTranslationTimeline
(String jointName, Timeline<Vector3f> timeline)
src/main/java/com/trainguy9512/locomotion/animation/sequence/AnimationSequence.java:138
↓ 3 callersMethodputJointVisibilityTimeline
(String jointName, Timeline<Boolean> timeline)
src/main/java/com/trainguy9512/locomotion/animation/sequence/AnimationSequence.java:153
↓ 3 callersMethodregister
(Identifier identifier, ItemUpdateAnimationRule itemUpdateAnimationRule)
src/main/java/com/trainguy9512/locomotion/animation/animator/entity/firstperson/FirstPersonItemUpdateAnimations.java:77
↓ 3 callersMethodrenderArm
( AbstractClientPlayer abstractClientPlayer, PlayerModel playerModel, Huma
src/main/java/com/trainguy9512/locomotion/render/FirstPersonPlayerRenderer.java:269
← previousnext →101–200 of 909, ranked by callers