com.mojang.blaze3d.opengl

public class GlSampler

extends GpuSampler

fxj
com.mojang.blaze3d.opengl.GlSampler
net.minecraft.class_12134
net.minecraft.client.gl.GlSampler
net.minecraft.src.C_432929_

字段概要

修饰符与类型字段
private final int
a
id
field_63441
samplerId
f_433320_
private final AddressMode
b
addressModeU
field_63442
addressModeU
f_434896_
private final AddressMode
c
addressModeV
field_63443
addressModeV
f_436205_
private final FilterMode
d
minFilter
field_63444
minFilterMode
f_435590_
private final FilterMode
e
magFilter
field_63445
magFilterMode
f_433773_
private final int
f
maxAnisotropy
field_64186
maxAnisotropy
f_434844_
private final OptionalDouble
g
maxLod
field_64416
maxLevelOfDetail
f_437056_
private boolean
h
closed
field_63446
closed
f_434457_

构造函数概要

修饰符构造函数
public (AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode, int maxAnisotropy, OptionalDouble maxLevelOfDetail)

方法概要

修饰符与类型方法
public int
a()
getId()
method_75285()
getSamplerId()
m_446808_()
public AddressMode
b()
getAddressModeU()
method_75286()
getAddressModeU()
m_441270_()
public AddressMode
c()
getAddressModeV()
method_75287()
getAddressModeV()
m_439699_()
public FilterMode
d()
getMinFilter()
method_75288()
getMinFilterMode()
m_442670_()
public FilterMode
e()
getMagFilter()
method_75289()
getMagFilterMode()
m_440210_()
public int
f()
getMaxAnisotropy()
method_76230()
getMaxAnisotropy()
m_444902_()
public OptionalDouble
g()
getMaxLod()
method_76519()
getMaxLevelOfDetail()
m_439213_()
public void
close()
close()
close()
public boolean
h()
isClosed()
method_75290()
isClosed()
m_446053_()