Package net.minecraft.tileentity
Interface TileEntityMerger.ICallback<S,T>
-
- All Known Implementing Classes:
DualBrightnessCallback
- Enclosing class:
- TileEntityMerger
public static interface TileEntityMerger.ICallback<S,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
acceptDouble(S p_225539_1_, S p_225539_2_)
T
acceptNone()
T
acceptSingle(S p_225538_1_)
-