Uses of Class
net.minecraft.client.model.Model.Simple
Packages that use Model.Simple
Package
Description
-
Uses of Model.Simple in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type Model.SimpleModifier and TypeMethodDescriptionvoidGuiGraphicsExtractor.sign(Model.Simple signModel, float scale, WoodType woodType, int x0, int y0, int x1, int y1) -
Uses of Model.Simple in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as Model.Simple -
Uses of Model.Simple in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as Model.SimpleModifier and TypeFieldDescriptionprivate final Model.SimpleHangingSignRenderer.Models.ceilingThe field for theceilingrecord component.private final Model.SimpleHangingSignRenderer.Models.ceilingMiddleThe field for theceilingMiddlerecord component.private final Model.SimpleBedRenderer.footModelprivate final Model.SimpleBedRenderer.headModelprivate final Model.SimpleStandingSignRenderer.Models.standingThe field for thestandingrecord component.private final Model.SimpleHangingSignRenderer.Models.wallThe field for thewallrecord component.private final Model.SimpleStandingSignRenderer.Models.wallThe field for thewallrecord component.Methods in net.minecraft.client.renderer.blockentity that return Model.SimpleModifier and TypeMethodDescriptionHangingSignRenderer.Models.ceiling()Returns the value of theceilingrecord component.HangingSignRenderer.Models.ceilingMiddle()Returns the value of theceilingMiddlerecord component.static Model.SimpleHangingSignRenderer.createSignModel(EntityModelSet entityModelSet, WoodType woodType, HangingSignBlock.Attachment attachmentType) static Model.SimpleStandingSignRenderer.createSignModel(EntityModelSet entityModelSet, WoodType woodType, PlainSignBlock.Attachment attachment) HangingSignRenderer.Models.get(HangingSignBlock.Attachment attachmentType) StandingSignRenderer.Models.get(PlainSignBlock.Attachment attachmentType) private Model.SimpleBedRenderer.getPieceModel(BedPart part) protected abstract Model.SimpleAbstractSignRenderer.getSignModel(S state) protected Model.SimpleHangingSignRenderer.getSignModel(HangingSignRenderState state) protected Model.SimpleStandingSignRenderer.getSignModel(StandingSignRenderState state) StandingSignRenderer.Models.standing()Returns the value of thestandingrecord component.HangingSignRenderer.Models.wall()Returns the value of thewallrecord component.StandingSignRenderer.Models.wall()Returns the value of thewallrecord component.Methods in net.minecraft.client.renderer.blockentity with parameters of type Model.SimpleModifier and TypeMethodDescriptionprotected voidAbstractSignRenderer.submitSign(PoseStack poseStack, int lightCoords, WoodType type, Model.Simple signModel, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress, SubmitNodeCollector submitNodeCollector) static voidHangingSignRenderer.submitSpecial(SpriteGetter sprites, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, Model.Simple model, SpriteId sprite) static voidStandingSignRenderer.submitSpecial(SpriteGetter sprites, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, Model.Simple model, SpriteId sprite) Constructors in net.minecraft.client.renderer.blockentity with parameters of type Model.SimpleModifierConstructorDescriptionprivateModels(Model.Simple ceiling, Model.Simple ceilingMiddle, Model.Simple wall) Creates an instance of aModelsrecord class.privateModels(Model.Simple standing, Model.Simple wall) Creates an instance of aModelsrecord class. -
Uses of Model.Simple in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as Model.Simple -
Uses of Model.Simple in net.minecraft.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as Model.SimpleModifier and TypeFieldDescriptionprivate final Model.SimpleHangingSignSpecialRenderer.modelprivate final Model.SimpleStandingSignSpecialRenderer.modelConstructors in net.minecraft.client.renderer.special with parameters of type Model.SimpleModifierConstructorDescriptionHangingSignSpecialRenderer(SpriteGetter sprites, Model.Simple model, SpriteId sprite) StandingSignSpecialRenderer(SpriteGetter sprites, Model.Simple model, SpriteId sprite) -
Uses of Model.Simple in net.minecraft.client.renderer.state.gui.pip
Fields in net.minecraft.client.renderer.state.gui.pip declared as Model.SimpleModifier and TypeFieldDescriptionprivate final Model.SimpleGuiSignRenderState.signModelThe field for thesignModelrecord component.Methods in net.minecraft.client.renderer.state.gui.pip that return Model.SimpleModifier and TypeMethodDescriptionGuiSignRenderState.signModel()Returns the value of thesignModelrecord component.Constructors in net.minecraft.client.renderer.state.gui.pip with parameters of type Model.SimpleModifierConstructorDescriptionGuiSignRenderState(Model.Simple signModel, WoodType woodType, int x0, int y0, int x1, int y1, float scale, @Nullable ScreenRectangle scissorArea) GuiSignRenderState(Model.Simple signModel, WoodType woodType, int x0, int y0, int x1, int y1, float scale, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aGuiSignRenderStaterecord class.