Interface BogeyVisual

All Known Implementing Classes:
StandardBogeyVisual, StandardBogeyVisual.Large, StandardBogeyVisual.Small

public interface BogeyVisual
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    collectCrumblingInstances(Consumer<@Nullable dev.engine_room.flywheel.api.instance.Instance> consumer)
     
    void
     
    void
     
    void
    update(net.minecraft.nbt.CompoundTag bogeyData, float wheelAngle, com.mojang.blaze3d.vertex.PoseStack poseStack)
     
    void
    updateLight(int packedLight)
     
  • Method Details

    • update

      void update(net.minecraft.nbt.CompoundTag bogeyData, float wheelAngle, com.mojang.blaze3d.vertex.PoseStack poseStack)
    • hide

      void hide()
    • updateLight

      void updateLight(int packedLight)
    • collectCrumblingInstances

      void collectCrumblingInstances(Consumer<@Nullable dev.engine_room.flywheel.api.instance.Instance> consumer)
    • delete

      void delete()