Uses of Class
net.minecraft.class_7764
Packages that use class_7764
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7764 in net.minecraft
Methods in net.minecraft that return class_7764Modifier and TypeMethodDescriptionprivate @Nullable class_7764class_7766.method_45829(Identifier identifier, Resource resource) Methods in net.minecraft that return types with arguments of type class_7764Modifier and TypeMethodDescriptionprivate CompletableFuture<List<class_7764>>class_7766.method_45843(Map<Identifier, Resource> map, Executor executor) Method parameters in net.minecraft with type arguments of type class_7764Modifier and TypeMethodDescriptionprivate Map<Identifier,Sprite> class_7766.method_45836(TextureStitcher<class_7764> textureStitcher) -
Uses of class_7764 in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type class_7764Modifier and TypeMethodDescriptionprivate List<ModelElement>ItemModelGenerator.addLayerElements(int layer, String key, class_7764 sprite) private List<ModelElement>ItemModelGenerator.addSubComponents(class_7764 sprite, String key, int layer) private voidItemModelGenerator.buildCube(ItemModelGenerator.Side side, List<ItemModelGenerator.Frame> cubes, class_7764 sprite, int frame, int x, int y, int width, int height, boolean bool) private List<ItemModelGenerator.Frame>ItemModelGenerator.getFrames(class_7764 sprite) private booleanItemModelGenerator.isPixelTransparent(class_7764 sprite, int frame, int x, int y, int width, int height) -
Uses of class_7764 in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as class_7764Fields in net.minecraft.client.texture with type parameters of type class_7764Methods in net.minecraft.client.texture that return class_7764Modifier and TypeMethodDescriptionstatic class_7764MissingSprite.method_45805()Sprite.method_45851()Constructors in net.minecraft.client.texture with parameters of type class_7764ModifierConstructorDescriptionprotectedSprite(Identifier identifier, class_7764 info, int maxLevel, int atlasWidth, int atlasHeight, int x)