Interface FlatLit
- All Superinterfaces:
Instance
- All Known Implementing Classes:
ColoredLitInstance,ColoredLitOverlayInstance,OrientedInstance,PosedInstance,TransformedInstance
An interface that implementors of
Instance should also implement if they wish to make use of
relight(int, dev.engine_room.flywheel.lib.instance.FlatLit...) and the relighting utilities in AbstractBlockEntityVisual and AbstractEntityVisual.-
Method Summary
Methods inherited from interface dev.engine_room.flywheel.api.instance.Instance
delete, handle, setChanged, setVisible, type
-
Method Details
-
light
Set the packed light value for this instance.- Parameters:
packedLight- the packed light perLightTexture.pack(int, int)- Returns:
thisfor chaining
-
light
Set the block and sky light values for this instance.- Parameters:
blockLight- the block light valueskyLight- the sky light value- Returns:
thisfor chaining
-
relight
-
relight
-
relight
-
relight
-