Uses of Record Class
net.minecraft.client.texture.Scaling.NineSlice
Packages that use Scaling.NineSlice
-
Uses of Scaling.NineSlice in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type Scaling.NineSliceModifier and TypeMethodDescriptionprivate void
DrawContext.drawInnerSprite
(Function<Identifier, RenderLayer> renderLayers, Scaling.NineSlice nineSlice, Sprite sprite, int x, int y, int width, int height, int u, int v, int tileWidth, int tileHeight, int textureWidth, int textureHeight, int color) private void
DrawContext.drawSpriteNineSliced
(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, Scaling.NineSlice nineSlice, int x, int y, int width, int height, int color) -
Uses of Scaling.NineSlice in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type Scaling.NineSliceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<Scaling.NineSlice> Scaling.NineSlice.CODEC
Methods in net.minecraft.client.texture that return types with arguments of type Scaling.NineSliceModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<Scaling.NineSlice> Scaling.NineSlice.validate
(Scaling.NineSlice nineSlice) Methods in net.minecraft.client.texture with parameters of type Scaling.NineSliceModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<Scaling.NineSlice> Scaling.NineSlice.validate
(Scaling.NineSlice nineSlice)