Package net.createmod.catnip.ghostblock
Class GhostBlocks
java.lang.Object
net.createmod.catnip.ghostblock.GhostBlocks
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublestatic GhostBlocksvoidrenderAll(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, net.minecraft.world.phys.Vec3 camera) showGhost(Object slot, GhostBlockRenderer ghost, GhostBlockParams params, int ttl) showGhostState(Object slot, net.minecraft.world.level.block.state.BlockState state) showGhostState(Object slot, net.minecraft.world.level.block.state.BlockState state, int ttl) void
-
Method Details
-
getInstance
-
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)
-