Class FluidBreakDestructorStrategyFactory
java.lang.Object
com.refinedmods.refinedstorage.common.constructordestructor.FluidBreakDestructorStrategyFactory
- All Implemented Interfaces:
DestructorStrategyFactory
public class FluidBreakDestructorStrategyFactory
extends Object
implements DestructorStrategyFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction, UpgradeState upgradeState, boolean pickupItems) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DestructorStrategyFactory
getPriority
-
Constructor Details
-
FluidBreakDestructorStrategyFactory
public FluidBreakDestructorStrategyFactory()
-
-
Method Details
-
create
public Optional<DestructorStrategy> create(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction, UpgradeState upgradeState, boolean pickupItems) - Specified by:
createin interfaceDestructorStrategyFactory
-