Interface Polygon

All Superinterfaces:
CacheableObject<CachedPolygon>
All Known Implementing Classes:
CachedPolygon, NativePolygon

public interface Polygon extends CacheableObject<CachedPolygon>
  • Method Details

    • materialIndex

      int materialIndex()
    • lightMapIndex

      int lightMapIndex()
    • positionIndices

      int @NotNull [] positionIndices()
    • polygonIndices

      int @NotNull [] polygonIndices()
    • portal

      boolean portal()
    • occluder

      boolean occluder()
    • sector

      boolean sector()
    • shouldRelight

      boolean shouldRelight()
    • outdoor

      boolean outdoor()
    • ghostOccluder

      boolean ghostOccluder()
    • dynamicallyLit

      boolean dynamicallyLit()
    • lod

      boolean lod()
    • normalAxis

      byte normalAxis()
    • sectorIndex

      short sectorIndex()