Uses of Class
com.mojang.blaze3d.systems.ScissorState
Packages that use ScissorState
Package
Description
-
Uses of ScissorState in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as ScissorStateModifier and TypeFieldDescriptionprivate final ScissorStateGlRenderPass.defaultScissorStateprivate final ScissorStateGlRenderPass.scissorStateConstructors in com.mojang.blaze3d.opengl with parameters of type ScissorStateModifierConstructorDescriptionGlRenderPass(GlCommandEncoder encoder, GlDevice device, boolean hasDepthTexture, int colorAttachmentCount, ScissorState defaultScissorState) -
Uses of ScissorState in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as ScissorStateModifier and TypeFieldDescriptionprivate static final ScissorStateRenderSystem.scissorStateForRenderTypeDrawsMethods in com.mojang.blaze3d.systems that return ScissorStateModifier and TypeMethodDescriptionstatic ScissorStateRenderSystem.getScissorStateForRenderTypeDraws()Methods in com.mojang.blaze3d.systems with parameters of type ScissorStateConstructors in com.mojang.blaze3d.systems with parameters of type ScissorState -
Uses of ScissorState in net.minecraft.client.renderer.rendertype
Fields in net.minecraft.client.renderer.rendertype declared as ScissorStateModifier and TypeFieldDescriptionprivate final ScissorStatePreparedRenderType.scissorStateThe field for thescissorStaterecord component.Methods in net.minecraft.client.renderer.rendertype that return ScissorStateModifier and TypeMethodDescriptionPreparedRenderType.scissorState()Returns the value of thescissorStaterecord component.Constructors in net.minecraft.client.renderer.rendertype with parameters of type ScissorStateModifierConstructorDescriptionPreparedRenderType(RenderPipeline pipeline, OutputTarget outputTarget, GpuBufferSlice dynamicTransforms, ScissorState scissorState, List<PreparedRenderType.Texture> textures) Creates an instance of aPreparedRenderTyperecord class.