Class GhostBlocks
java.lang.Object
com.simibubi.create.foundation.utility.ghost.GhostBlocks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublevoidrenderAll(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer) 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
-
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
-