Interface DoubleBlockProperties.PropertyRetriever<S,​T>

All Known Implementing Classes:
LightmapCoordinatesRetriever
Enclosing class:
DoubleBlockProperties

public static interface DoubleBlockProperties.PropertyRetriever<S,​T>
  • Method Summary

    Modifier and Type Method Description
    T getFallback()  
    T getFrom​(S single)  
    T getFromBoth​(S first, S second)  
  • Method Details

    • getFromBoth

      T getFromBoth​(S first, S second)
    • getFrom

      T getFrom​(S single)
    • getFallback

      T getFallback()