java.lang.Object
net.minecraft.world.level.saveddata.maps.MapDecoration
com.simibubi.create.content.logistics.trains.management.edgePoint.station.StationMarker.Decoration
Enclosing class:
StationMarker

public static class StationMarker.Decoration extends net.minecraft.world.level.saveddata.maps.MapDecoration
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.level.saveddata.maps.MapDecoration

    net.minecraft.world.level.saveddata.maps.MapDecoration.Type
  • Constructor Summary

    Constructors
    Constructor
    Description
    Decoration(byte pX, byte pY, net.minecraft.network.chat.Component pName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    render(int index)
     
    boolean
    render(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource bufferSource, int mapId, net.minecraft.world.level.saveddata.maps.MapItemSavedData mapData, boolean active, int packedLight, int index)
     
    boolean
     

    Methods inherited from class net.minecraft.world.level.saveddata.maps.MapDecoration

    equals, getImage, getName, getRot, getType, getX, getY, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Decoration

      public Decoration(byte pX, byte pY, net.minecraft.network.chat.Component pName)
  • Method Details

    • renderOnFrame

      public boolean renderOnFrame()
      Overrides:
      renderOnFrame in class net.minecraft.world.level.saveddata.maps.MapDecoration
    • render

      public boolean render(int index)
      Overrides:
      render in class net.minecraft.world.level.saveddata.maps.MapDecoration
    • render

      public boolean render(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource bufferSource, int mapId, net.minecraft.world.level.saveddata.maps.MapItemSavedData mapData, boolean active, int packedLight, int index)