Package tschipp.carryon.client.render
Class CarriedObjectRender
java.lang.Object
tschipp.carryon.client.render.CarriedObjectRender
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleandrawFirstPerson(net.minecraft.world.entity.player.Player player, net.minecraft.client.renderer.MultiBufferSource buffer, com.mojang.blaze3d.vertex.PoseStack matrix, int light, float partialTicks) static voiddrawThirdPerson(float partialticks, com.mojang.blaze3d.vertex.PoseStack matrix) Draws the third person view of entities and blocks
-
Constructor Details
-
CarriedObjectRender
public CarriedObjectRender()
-
-
Method Details
-
drawFirstPerson
public static boolean drawFirstPerson(net.minecraft.world.entity.player.Player player, net.minecraft.client.renderer.MultiBufferSource buffer, com.mojang.blaze3d.vertex.PoseStack matrix, int light, float partialTicks) -
drawThirdPerson
public static void drawThirdPerson(float partialticks, com.mojang.blaze3d.vertex.PoseStack matrix) Draws the third person view of entities and blocks- Parameters:
partialticks-matrix-
-