Class BukkitCloner
java.lang.Object
com.comphenix.protocol.reflect.cloning.BukkitCloner
- All Implemented Interfaces:
Cloner
Represents an object that can clone a specific list of Bukkit- and Minecraft-related objects.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BukkitCloner
public BukkitCloner()
-
-
Method Details
-
canClone
Description copied from interface:ClonerDetermine whether the current cloner can clone the given object. -
clone
Description copied from interface:ClonerPerform the clone.This method should never be called unless a corresponding
Cloner.canClone(Object)returns TRUE.
-