Uses of Class
net.minecraft.client.model.object.banner.BannerFlagModel
Packages that use BannerFlagModel
Package
Description
-
Uses of BannerFlagModel in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type BannerFlagModelModifier and TypeMethodDescriptionvoidGuiGraphics.submitBannerPatternRenderState(BannerFlagModel flag, DyeColor baseColor, BannerPatternLayers resultBannerPatterns, int x0, int y0, int x1, int y1) -
Uses of BannerFlagModel in net.minecraft.client.gui.render.state.pip
Fields in net.minecraft.client.gui.render.state.pip declared as BannerFlagModelModifier and TypeFieldDescriptionprivate final BannerFlagModelGuiBannerResultRenderState.flagThe field for theflagrecord component.Methods in net.minecraft.client.gui.render.state.pip that return BannerFlagModelModifier and TypeMethodDescriptionGuiBannerResultRenderState.flag()Returns the value of theflagrecord component.Constructors in net.minecraft.client.gui.render.state.pip with parameters of type BannerFlagModelModifierConstructorDescriptionGuiBannerResultRenderState(BannerFlagModel flag, DyeColor baseColor, BannerPatternLayers resultBannerPatterns, int x0, int y0, int x1, int y1, @Nullable ScreenRectangle scissorArea) GuiBannerResultRenderState(BannerFlagModel flag, DyeColor baseColor, BannerPatternLayers resultBannerPatterns, int x0, int y0, int x1, int y1, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aGuiBannerResultRenderStaterecord class. -
Uses of BannerFlagModel in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as BannerFlagModel -
Uses of BannerFlagModel in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as BannerFlagModelModifier and TypeFieldDescriptionprivate final BannerFlagModelBannerRenderer.standingFlagModelprivate final BannerFlagModelBannerRenderer.wallFlagModelMethods in net.minecraft.client.renderer.blockentity with parameters of type BannerFlagModelModifier and TypeMethodDescriptionprivate static voidBannerRenderer.submitBanner(SpriteGetter sprites, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, float angle, BannerModel model, BannerFlagModel flagModel, float phase, DyeColor baseColor, BannerPatternLayers patterns, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress, int outlineColor)