resourceLocation property
The resource location information.
Implementation
@$pb.TagNumber(20)
ResourceLocation get resourceLocation => $_getN(13);
Implementation
@$pb.TagNumber(20)
set resourceLocation(ResourceLocation v) {
setField(20, v);
}
The resource location information.
@$pb.TagNumber(20)
ResourceLocation get resourceLocation => $_getN(13);
@$pb.TagNumber(20)
set resourceLocation(ResourceLocation v) {
setField(20, v);
}