MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getOpposite

Method getOpposite

src/main/java/net/minecraft/util/EnumFacing.java:79–82  ·  view source on GitHub ↗

Get the opposite Facing (e.g. DOWN => UP)

()

Source from the content-addressed store, hash-verified

77 * Get the opposite Facing (e.g. DOWN => UP)
78 */
79 public EnumFacing getOpposite()
80 {
81 return VALUES[this.opposite];
82 }
83
84 /**
85 * Rotate this Facing around the given axis clockwise. If this facing cannot be rotated around the given axis,

Callers 15

makeEnumFacingArraysMethod · 0.95
setupTerrainMethod · 0.95
dispenseStackMethod · 0.95
addToNewDoorsListMethod · 0.95
getMetadataWithOffsetMethod · 0.95
onBlockActivatedMethod · 0.95
onBlockActivatedMethod · 0.95
breakBlockMethod · 0.95
updateTickMethod · 0.95
onNeighborBlockChangeMethod · 0.95
notifyNeighborsMethod · 0.95
onBlockEventReceivedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected