MCPcopy Create free account
hub / github.com/Teneted/Tenet / setData

Method setData

src/main/java/org/bukkit/block/BlockState.java:135–135  ·  view source on GitHub ↗

Sets the metadata for this block state. @param data New block specific metadata

(@NotNull MaterialData data)

Source from the content-addressed store, hash-verified

133 * @param data New block specific metadata
134 */
135 void setData(@NotNull MaterialData data);
136
137 /**
138 * Sets the data for this block state.

Callers 15

setDataMethod · 0.65
setTypeMethod · 0.65
setFacingDirectionMethod · 0.65
setStickyMethod · 0.65
setStateMethod · 0.65
setIsInstantGrowableMethod · 0.65
setFacingDirectionMethod · 0.65
setPoweredMethod · 0.65
setFacingDirectionMethod · 0.65
setInvertedMethod · 0.65
VineMethod · 0.65
putOnFaceMethod · 0.65

Implementers 1

CraftBlockStatesrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected