Class RenderDroneAI
java.lang.Object
me.desht.pneumaticcraft.client.render.pneumatic_armor.RenderDroneAI
Renders the Drone's currently executing widget in-world, above the drone itself. Used when drone debugging is active.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlackListEntry(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos) voidrender(com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource buffer, float partialTicks) voidtick()
-
Constructor Details
-
RenderDroneAI
-
-
Method Details
-
tick
public void tick() -
render
public void render(com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource buffer, float partialTicks) -
addBlackListEntry
public void addBlackListEntry(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
-