Fixes #1368: Vibration Chamber notifies neighbors on inventory change and state change
This commit is contained in:
@@ -11,7 +11,7 @@ import java.lang.annotation.Target;
|
||||
* Marker interface to help identify invocation of reflection
|
||||
*/
|
||||
@Retention( RetentionPolicy.SOURCE )
|
||||
@Target( { ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.TYPE } )
|
||||
@Target( { ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.TYPE, ElementType.METHOD } )
|
||||
public @interface Reflected
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user