Package dev.engine_room.flywheel.impl
Class FlwLibLinkImpl
java.lang.Object
dev.engine_room.flywheel.impl.FlwLibLinkImpl
- All Implemented Interfaces:
FlwLibLink
-
Field Summary
Fields inherited from interface dev.engine_room.flywheel.lib.internal.FlwLibLink
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompileModelPart(net.minecraft.client.model.geom.ModelPart part, com.mojang.blaze3d.vertex.PoseStack.Pose pose, com.mojang.blaze3d.vertex.VertexConsumer consumer, int light, int overlay, float red, float green, float blue, float alpha) org.slf4j.LoggergetModelPartChildren(net.minecraft.client.model.geom.ModelPart part) Deque<com.mojang.blaze3d.vertex.PoseStack.Pose>getPoseStack(com.mojang.blaze3d.vertex.PoseStack stack) getPoseTransformStackOf(com.mojang.blaze3d.vertex.PoseStack stack) booleanbooleanbooleanboolean
-
Constructor Details
-
FlwLibLinkImpl
public FlwLibLinkImpl()
-
-
Method Details
-
getLogger
public org.slf4j.Logger getLogger()- Specified by:
getLoggerin interfaceFlwLibLink
-
getPoseTransformStackOf
- Specified by:
getPoseTransformStackOfin interfaceFlwLibLink
-
getModelPartChildren
public Map<String,net.minecraft.client.model.geom.ModelPart> getModelPartChildren(net.minecraft.client.model.geom.ModelPart part) - Specified by:
getModelPartChildrenin interfaceFlwLibLink
-
compileModelPart
public void compileModelPart(net.minecraft.client.model.geom.ModelPart part, com.mojang.blaze3d.vertex.PoseStack.Pose pose, com.mojang.blaze3d.vertex.VertexConsumer consumer, int light, int overlay, float red, float green, float blue, float alpha) - Specified by:
compileModelPartin interfaceFlwLibLink
-
getPoseStack
public Deque<com.mojang.blaze3d.vertex.PoseStack.Pose> getPoseStack(com.mojang.blaze3d.vertex.PoseStack stack) - Specified by:
getPoseStackin interfaceFlwLibLink
-
isIrisLoaded
public boolean isIrisLoaded()- Specified by:
isIrisLoadedin interfaceFlwLibLink
-
isOptifineInstalled
public boolean isOptifineInstalled()- Specified by:
isOptifineInstalledin interfaceFlwLibLink
-
isShaderPackInUse
public boolean isShaderPackInUse()- Specified by:
isShaderPackInUsein interfaceFlwLibLink
-
isRenderingShadowPass
public boolean isRenderingShadowPass()- Specified by:
isRenderingShadowPassin interfaceFlwLibLink
-