Class GhostBlocks

java.lang.Object
net.createmod.catnip.utility.ghostblock.GhostBlocks

public class GhostBlocks extends Object
  • Constructor Details

    • GhostBlocks

      public GhostBlocks()
  • Method Details

    • getBreathingAlpha

      public static double getBreathingAlpha()
    • showGhostState

      public GhostBlockParams showGhostState(Object slot, net.minecraft.world.level.block.state.BlockState state)
    • showGhostState

      public GhostBlockParams showGhostState(Object slot, net.minecraft.world.level.block.state.BlockState state, int ttl)
    • showGhost

      public GhostBlockParams showGhost(Object slot, GhostBlockRenderer ghost, GhostBlockParams params, int ttl)
    • tickGhosts

      public void tickGhosts()
    • renderAll

      public void renderAll(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, net.minecraft.world.phys.Vec3 camera)