Class ResolvedConstructionResource


  • public class ResolvedConstructionResource
    extends Object
    Information on the resource referenced by particular ResourceObjectConstruction - the object as well as information what to do in case it couldn't be resolved.
    • Field Detail

      • resource

        @Nullable
        public final @Nullable ResourceType resource
        Resolved form of the object.
      • warning

        public final boolean warning
        Is the fact that the object couldn't be found a warning, or is it even to be simply ignored?
    • Constructor Detail

      • ResolvedConstructionResource

        public ResolvedConstructionResource​(@NotNull
                                            @NotNull ResourceType resource)
      • ResolvedConstructionResource

        public ResolvedConstructionResource​(boolean warning)