Class LightmapCoordinatesRetriever<S extends BlockEntity>
java.lang.Object
net.minecraft.client.render.block.entity.LightmapCoordinatesRetriever<S>
- All Implemented Interfaces:
DoubleBlockProperties.PropertyRetriever<S,Int2IntFunction>
@Environment(CLIENT) public class LightmapCoordinatesRetriever<S extends BlockEntity> extends Object implements DoubleBlockProperties.PropertyRetriever<S,Int2IntFunction>
-
Constructor Summary
Constructors Constructor Description LightmapCoordinatesRetriever() -
Method Summary
Modifier and Type Method Description Int2IntFunctiongetFallback()Int2IntFunctiongetFrom(S s)Int2IntFunctiongetFromBoth(S s, S s2)
-
Constructor Details
-
LightmapCoordinatesRetriever
public LightmapCoordinatesRetriever()
-
-
Method Details
-
getFromBoth
- Specified by:
getFromBothin interfaceDoubleBlockProperties.PropertyRetriever<S extends BlockEntity,Int2IntFunction>
-
getFrom
- Specified by:
getFromin interfaceDoubleBlockProperties.PropertyRetriever<S extends BlockEntity,Int2IntFunction>
-
getFallback
- Specified by:
getFallbackin interfaceDoubleBlockProperties.PropertyRetriever<S extends BlockEntity,Int2IntFunction>
-