Class ChestBlockEntityMixin
- java.lang.Object
-
- com.therandomlabs.vanilladeathchest.mixin.ChestBlockEntityMixin
-
- All Implemented Interfaces:
ViewerCount
public final class ChestBlockEntityMixin extends Object implements ViewerCount
-
-
Field Summary
Fields Modifier and Type Field Description protected intviewerCount
-
Constructor Summary
Constructors Constructor Description ChestBlockEntityMixin()
-
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.
-
-