Class OnPostFloorLayerDrawEvent

java.lang.Object
io.pzstorm.storm.event.lua.OnPostFloorLayerDrawEvent
All Implemented Interfaces:
LuaEvent, ZomboidEvent

public class OnPostFloorLayerDrawEvent extends Object implements LuaEvent
Triggered after a floor layer is rendered.
  • Field Details

    • zIndex

      public final Integer zIndex
      The Z-index of the layer which was rendered.
  • Constructor Details

    • OnPostFloorLayerDrawEvent

      public OnPostFloorLayerDrawEvent(Integer zIndex)