call super in equals/hashCode functions of KeyframesModifyEvent using Lombok
This commit is contained in:
@@ -6,10 +6,12 @@ import eu.crushedpixel.replaymod.holders.TimestampValue;
|
||||
import eu.crushedpixel.replaymod.interpolation.KeyframeList;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import net.minecraftforge.fml.common.eventhandler.Event;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@EqualsAndHashCode(callSuper=true)
|
||||
public class KeyframesModifyEvent extends Event {
|
||||
|
||||
private KeyframeList<Keyframe<Position>> positionKeyframes;
|
||||
|
||||
Reference in New Issue
Block a user