Package net.minecraft.tileentity
Class TileEntityMerger.ICallbackWrapper.Single<S>
- java.lang.Object
-
- net.minecraft.tileentity.TileEntityMerger.ICallbackWrapper.Single<S>
-
- All Implemented Interfaces:
TileEntityMerger.ICallbackWrapper<S>
- Enclosing interface:
- TileEntityMerger.ICallbackWrapper<S>
public static final class TileEntityMerger.ICallbackWrapper.Single<S> extends java.lang.Object implements TileEntityMerger.ICallbackWrapper<S>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.tileentity.TileEntityMerger.ICallbackWrapper
TileEntityMerger.ICallbackWrapper.Double<S>, TileEntityMerger.ICallbackWrapper.Single<S>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
apply(TileEntityMerger.ICallback<? super S,T> p_apply_1_)
-
-
-
Field Detail
-
single
private final S single
-
-
Constructor Detail
-
Single
public Single(S p_i225761_1_)
-
-
Method Detail
-
apply
public <T> T apply(TileEntityMerger.ICallback<? super S,T> p_apply_1_)
- Specified by:
apply
in interfaceTileEntityMerger.ICallbackWrapper<S>
-
-