Class ShulkerBoxBlockEntityMixin
- java.lang.Object
-
- com.therandomlabs.vanilladeathchest.mixin.ShulkerBoxBlockEntityMixin
-
- All Implemented Interfaces:
ViewerCount
public final class ShulkerBoxBlockEntityMixin extends Object implements ViewerCount
-
-
Constructor Summary
Constructors Constructor Description ShulkerBoxBlockEntityMixin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetViewerCount()Returns the viewer count.
-
-
-
Method Detail
-
getViewerCount
public int getViewerCount()
Returns the viewer count.- Specified by:
getViewerCountin interfaceViewerCount- Returns:
- the viewer count.
-
-