MCPcopy Create free account
hub / github.com/Garten/sourcecraft / ExtendedSourceMap

Interface ExtendedSourceMap

src/minecraft/map/ExtendedSourceMap.java:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import minecraft.Position;
4
5public interface ExtendedSourceMap extends SourceMap {
6
7 public abstract void setScale(int scale);
8
9 public abstract int getScale();
10
11 public abstract Position getLocalPoint();
12
13}

Callers 2

getDetaulftConfigMethod · 0.65
addSubBlocksMapMethod · 0.65

Implementers 1

DefaultSourceMapsrc/minecraft/map/DefaultSourceMap.jav

Calls

no outgoing calls

Tested by

no test coverage detected