Interface Constraint
public interface Constraint
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply()
void
boolean
boolean
default void
renderDebugInfo
(Skeleton skeleton, SkeletonParent 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(Skeleton skeleton, SkeletonParent parent, float pPartialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource pBuffer)
-