Class ClientRenderSubscriber
java.lang.Object
com.hammy275.immersivemc.client.subscribe.ClientRenderSubscriber
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Cube1x1
static final List<ClientRenderSubscriber.ItemGuideRenderData>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
onWorldRender
(com.mojang.blaze3d.vertex.PoseStack stack) protected static <I extends ImmersiveInfo>
voidrenderInfos
(Immersive<I, ?> singleton, com.mojang.blaze3d.vertex.PoseStack stack) protected static <I extends AbstractPlayerAttachmentInfo>
voidrenderInfos
(AbstractPlayerAttachmentImmersive<I, ?> singleton, com.mojang.blaze3d.vertex.PoseStack stack)
-
Field Details
-
cubeModel
-
itemGuideRenderData
-
-
Constructor Details
-
ClientRenderSubscriber
public ClientRenderSubscriber()
-
-
Method Details
-
onWorldRender
public static void onWorldRender(com.mojang.blaze3d.vertex.PoseStack stack) -
renderInfos
protected static <I extends ImmersiveInfo> void renderInfos(Immersive<I, ?> singleton, com.mojang.blaze3d.vertex.PoseStack stack) -
renderInfos
protected static <I extends AbstractPlayerAttachmentInfo> void renderInfos(AbstractPlayerAttachmentImmersive<I, ?> singleton, com.mojang.blaze3d.vertex.PoseStack stack)
-