java.lang.Object
com.simibubi.create.content.logistics.trains.management.edgePoint.station.StationMarker

public class StationMarker extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    StationMarker(net.minecraft.core.BlockPos source, net.minecraft.core.BlockPos target, net.minecraft.network.chat.Component name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    fromWorld(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos)
     
     
    net.minecraft.network.chat.Component
     
    net.minecraft.core.BlockPos
     
    net.minecraft.core.BlockPos
     
    net.minecraft.world.level.saveddata.maps.MapDecoration.Type
     
    int
     
    load(net.minecraft.nbt.CompoundTag tag)
     
    net.minecraft.nbt.CompoundTag
     

    Methods inherited from class java.lang.Object

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

    • StationMarker

      public StationMarker(net.minecraft.core.BlockPos source, net.minecraft.core.BlockPos target, net.minecraft.network.chat.Component name)
  • Method Details

    • load

      public static StationMarker load(net.minecraft.nbt.CompoundTag tag)
    • fromWorld

      public static StationMarker fromWorld(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos)
    • save

      public net.minecraft.nbt.CompoundTag save()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTarget

      public net.minecraft.core.BlockPos getTarget()
    • getSource

      public net.minecraft.core.BlockPos getSource()
    • getName

      public net.minecraft.network.chat.Component getName()
    • getType

      public net.minecraft.world.level.saveddata.maps.MapDecoration.Type getType()
    • getId

      public String getId()