Interface Constraint
- All Known Implementing Classes:
InverseKinematicsConstraint
public interface Constraint
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply()voidbooleanbooleandefault voidrenderDebugInfo(InterpolatedSkeleton skeleton, InterpolatedSkeletonParent parent, float pPartialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource pBuffer)
-
Method Details
-
initialize
void initialize() -
apply
void apply() -
isSatisfied
boolean isSatisfied() -
isIterative
boolean isIterative() -
renderDebugInfo
default void renderDebugInfo(InterpolatedSkeleton skeleton, InterpolatedSkeletonParent parent, float pPartialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource pBuffer)
-