类 MapRenderer
java.lang.Object
net.minecraft.client.renderer.MapRenderer
-
字段概要
字段修饰符和类型字段说明private static final float
private final MapDecorationTextureManager
private static final int
private static final float
private final MapTextureManager
private static final int
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明extractDecorationRenderState
(MapDecoration p_369459_) void
extractRenderState
(MapId p_369210_, MapItemSavedData p_363765_, MapRenderState p_362963_) void
render
(MapRenderState p_362792_, PoseStack p_362536_, MultiBufferSource p_366211_, boolean p_369246_, int p_369313_)
-
字段详细资料
-
MAP_Z_OFFSET
private static final float MAP_Z_OFFSET- 另请参阅:
-
DECORATION_Z_OFFSET
private static final float DECORATION_Z_OFFSET- 另请参阅:
-
WIDTH
private static final int WIDTH- 另请参阅:
-
HEIGHT
private static final int HEIGHT- 另请参阅:
-
mapTextureManager
-
decorationTextures
-
-
构造器详细资料
-
MapRenderer
-
-
方法详细资料
-
render
public void render(MapRenderState p_362792_, PoseStack p_362536_, MultiBufferSource p_366211_, boolean p_369246_, int p_369313_) -
extractRenderState
public void extractRenderState(MapId p_369210_, MapItemSavedData p_363765_, MapRenderState p_362963_) -
extractDecorationRenderState
private MapRenderState.MapDecorationRenderState extractDecorationRenderState(MapDecoration p_369459_)
-