Skip to main content

entry_nbt

Function entry_nbt 

Source
pub fn entry_nbt(
    version: Version,
    registry_id: &str,
    entry_id: &str,
) -> Option<&'static Nbt>
Expand description

Lazily parses a single entry’s NBT. Each call after the first returns a cached reference.