Class TrackBlockOutline
java.lang.Object
com.simibubi.create.content.trains.track.TrackBlockOutline
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.createmod.catnip.data.WorldAttached<Map<net.minecraft.core.BlockPos, TrackBlockEntity>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawCurveSelection(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, net.minecraft.world.phys.Vec3 camera) static voiddrawCustomBlockSelection(net.neoforged.neoforge.client.event.RenderHighlightEvent.Block event) static voidstatic voidrenderShape(net.minecraft.world.phys.shapes.VoxelShape s, com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer vb, Boolean valid)
-
Field Details
-
TRACKS_WITH_TURNS
public static net.createmod.catnip.data.WorldAttached<Map<net.minecraft.core.BlockPos,TrackBlockEntity>> TRACKS_WITH_TURNS -
result
-
-
Constructor Details
-
TrackBlockOutline
public TrackBlockOutline()
-
-
Method Details
-
pickCurves
public static void pickCurves() -
drawCurveSelection
public static void drawCurveSelection(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, net.minecraft.world.phys.Vec3 camera) -
drawCustomBlockSelection
public static void drawCustomBlockSelection(net.neoforged.neoforge.client.event.RenderHighlightEvent.Block event) -
renderShape
public static void renderShape(net.minecraft.world.phys.shapes.VoxelShape s, com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer vb, Boolean valid)
-