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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    render(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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      render in interface net.neoforged.neoforge.client.gui.map.IMapDecorationRenderer