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

Method createCuboid

src/minecraft/map/MinecraftMap.java:46–46  ·  view source on GitHub ↗
(Position start, Position end, int material)

Source from the content-addressed store, hash-verified

44 public void addMaterialForRerun(Position position, int material);
45
46 public Cuboid createCuboid(Position start, Position end, int material);
47
48 public Cuboid createCuboid(Position start, Position end, int positionarts, Position offset, Position negativeOffset, int material);
49

Callers 15

addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65

Implementers 2

DefaultMinecraftMapConvertersrc/minecraft/map/DefaultMinecraftMapC
MinecraftMapConvertersrc/minecraft/map/MinecraftMapConverte

Calls

no outgoing calls

Tested by

no test coverage detected