Class RenderCoordWireframe

java.lang.Object
me.desht.pneumaticcraft.client.render.pneumatic_armor.RenderCoordWireframe

public class RenderCoordWireframe extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.core.BlockPos
     
    int
     
    final net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    RenderCoordWireframe(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource buffer, float partialTicks)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pos

      public final net.minecraft.core.BlockPos pos
    • worldKey

      public final net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> worldKey
    • ticksExisted

      public int ticksExisted
  • Constructor Details

    • RenderCoordWireframe

      public RenderCoordWireframe(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
  • Method Details

    • render

      public void render(com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource buffer, float partialTicks)