pub type LightPropertiesFn = fn(u16) -> BlockLightProperties;Expand description
Function type for light-property lookups. Takes a state offset and returns extracted vanilla properties.
pub type LightPropertiesFn = fn(u16) -> BlockLightProperties;Function type for light-property lookups. Takes a state offset and returns extracted vanilla properties.