Uses of Class
org.openpatch.scratch.internal.BuiltinAssets.Entry
Packages that use BuiltinAssets.Entry
Package
Description
This package contains the internal classes of the Scratch plugin.
-
Uses of BuiltinAssets.Entry in org.openpatch.scratch.internal
Methods in org.openpatch.scratch.internal that return BuiltinAssets.EntryMethods in org.openpatch.scratch.internal that return types with arguments of type BuiltinAssets.EntryModifier and TypeMethodDescriptionstatic List<BuiltinAssets.Entry>BuiltinAssets.getEntries()Returns every bundled sprite, including the ones whose bare name is taken by an earlier sheet, in sheet order.Methods in org.openpatch.scratch.internal with parameters of type BuiltinAssets.EntryModifier and TypeMethodDescriptionstatic StringBuiltinAssets.getReferenceName(BuiltinAssets.Entry entry) Returns the name to write in code for a sprite.