Class BlockDisplayVisual

java.lang.Object
dev.engine_room.flywheel.lib.visual.AbstractVisual
dev.engine_room.flywheel.lib.visual.AbstractEntityVisual<net.minecraft.world.entity.Display.BlockDisplay>
dev.engine_room.vanillin.visuals.BlockDisplayVisual
All Implemented Interfaces:
dev.engine_room.flywheel.api.visual.DynamicVisual, dev.engine_room.flywheel.api.visual.EntityVisual<net.minecraft.world.entity.Display.BlockDisplay>, dev.engine_room.flywheel.api.visual.Visual, dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual

public class BlockDisplayVisual extends dev.engine_room.flywheel.lib.visual.AbstractEntityVisual<net.minecraft.world.entity.Display.BlockDisplay> implements dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.engine_room.flywheel.api.visual.DynamicVisual

    dev.engine_room.flywheel.api.visual.DynamicVisual.Context
  • Field Summary

    Fields inherited from class dev.engine_room.flywheel.lib.visual.AbstractEntityVisual

    entity, visibilityTester

    Fields inherited from class dev.engine_room.flywheel.lib.visual.AbstractVisual

    deleted, level, visualizationContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockDisplayVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext ctx, net.minecraft.world.entity.Display.BlockDisplay entity, float partialTick)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    void
    beginFrame(dev.engine_room.flywheel.api.visual.DynamicVisual.Context ctx)
     

    Methods inherited from class dev.engine_room.flywheel.lib.visual.AbstractEntityVisual

    computePackedLight, distanceSquared, getVisualPosition, getVisualPosition, isVisible, relight

    Methods inherited from class dev.engine_room.flywheel.lib.visual.AbstractVisual

    delete, instancerProvider, renderOrigin, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual

    planFrame

    Methods inherited from interface dev.engine_room.flywheel.api.visual.Visual

    delete, update
  • Constructor Details

    • BlockDisplayVisual

      public BlockDisplayVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext ctx, net.minecraft.world.entity.Display.BlockDisplay entity, float partialTick)
  • Method Details

    • beginFrame

      public void beginFrame(dev.engine_room.flywheel.api.visual.DynamicVisual.Context ctx)
      Specified by:
      beginFrame in interface dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual
    • _delete

      protected void _delete()
      Specified by:
      _delete in class dev.engine_room.flywheel.lib.visual.AbstractVisual