GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Fork
: 0
y.varenkov
/
ultramine_bukkit
Transfer to URL with SHA
Find file
Newer
Older
tree:
a2ca855d36
Branches
Tags
×
master
tests
ultramine_bukkit
/
src
/
main
/
java
/
org
/
bukkit
/
material
/ PressureSensor.java
vlad20012
on 24 Feb 2017
94 bytes
initial
Raw
Blame
History
package org.bukkit.material; public interface PressureSensor { public boolean isPressed(); }