MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / boxFeedback

Method boxFeedback

src/main/java/fielded/RemoteEditor.java:938–940  ·  view source on GitHub ↗
(Optional<Box> box, Vec4 color)

Source from the content-addressed store, hash-verified

936
937 }
938
939 static public void boxFeedback(Optional<Box> box, Vec4 color) {
940 boxFeedback(box, color, "__edited__", 0, 60);
941 }
942
943 static public void boxFeedback(Optional<Box> box, Vec4 color, String name, int index, int duration) {

Callers 12

RemoteEditorMethod · 0.95
executeAndReturnMethod · 0.95
handleScriptExceptionMethod · 0.95
executeTextFragmentMethod · 0.80
beginMethod · 0.80
endMethod · 0.80
reportErrorMethod · 0.80
executeTextFragmentMethod · 0.80
beginMethod · 0.80
endMethod · 0.80
endMethod · 0.80

Calls 8

rectMethod · 0.95
dirtyMethod · 0.95
putToMapMethod · 0.80
expiresMethod · 0.80
boxOriginMethod · 0.80
getMethod · 0.65
minMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected