Class StandardBogeyVisual

java.lang.Object
com.simibubi.create.content.trains.bogey.StandardBogeyVisual
All Implemented Interfaces:
BogeyVisual
Direct Known Subclasses:
StandardBogeyVisual.Large, StandardBogeyVisual.Small

public class StandardBogeyVisual extends Object implements BogeyVisual
  • Constructor Details

    • StandardBogeyVisual

      public StandardBogeyVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext ctx, float partialTick, boolean inContraption)
  • Method Details

    • update

      public void update(net.minecraft.nbt.CompoundTag bogeyData, float wheelAngle, com.mojang.blaze3d.vertex.PoseStack poseStack)
      Specified by:
      update in interface BogeyVisual
    • hide

      public void hide()
      Specified by:
      hide in interface BogeyVisual
    • updateLight

      public void updateLight(int packedLight)
      Specified by:
      updateLight in interface BogeyVisual
    • collectCrumblingInstances

      public void collectCrumblingInstances(Consumer<@Nullable dev.engine_room.flywheel.api.instance.Instance> consumer)
      Specified by:
      collectCrumblingInstances in interface BogeyVisual
    • delete

      public void delete()
      Specified by:
      delete in interface BogeyVisual