Class StationMapDecorationRenderer
java.lang.Object
com.simibubi.create.foundation.map.StationMapDecorationRenderer
- All Implemented Interfaces:
net.neoforged.neoforge.client.gui.map.IMapDecorationRenderer
public class StationMapDecorationRenderer
extends Object
implements net.neoforged.neoforge.client.gui.map.IMapDecorationRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanrender(net.minecraft.world.level.saveddata.maps.MapDecoration decoration, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, @NotNull net.minecraft.world.level.saveddata.maps.MapItemSavedData mapData, net.minecraft.client.resources.MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index)
-
Constructor Details
-
StationMapDecorationRenderer
public StationMapDecorationRenderer()
-
-
Method Details
-
render
public boolean render(net.minecraft.world.level.saveddata.maps.MapDecoration decoration, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, @NotNull @NotNull net.minecraft.world.level.saveddata.maps.MapItemSavedData mapData, net.minecraft.client.resources.MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index) - Specified by:
renderin interfacenet.neoforged.neoforge.client.gui.map.IMapDecorationRenderer
-