resourceLocation property

  1. @TagNumber.new(20)
ResourceLocation get resourceLocation

The resource location information.

Implementation

@$pb.TagNumber(20)
ResourceLocation get resourceLocation => $_getN(13);
  1. @TagNumber.new(20)
set resourceLocation (ResourceLocation v)

Implementation

@$pb.TagNumber(20)
set resourceLocation(ResourceLocation v) {
  setField(20, v);
}