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

Method addPointEntity

src/minecraft/map/DefaultSourceMap.java:79–84  ·  view source on GitHub ↗
(PointEntity type)

Source from the content-addressed store, hash-verified

77 }
78
79 @Override
80 public PointEntity addPointEntity(PointEntity type) {
81 PointEntity finalObject = type.create(this.localPoint);
82 this.pointEntities.push(finalObject);
83 return finalObject;
84 }
85
86 @Override
87 public PointEntity addPointEntity(PointEntity type, Position position) {

Callers 1

addPointEntitysMethod · 0.95

Calls 1

createMethod · 0.45

Tested by

no test coverage detected