Class Clips.ClipReference
java.lang.Object
net.minecraftforge.common.model.animation.Clips.ClipReference
- All Implemented Interfaces:
IStringSerializable
,IClip
- Enclosing class:
- Clips
Reference to another clip.
Should only exist during debugging.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
pastEvents
(float lastPollTime, float time) private void
resolve()
-
Field Details
-
clipName
-
clipResolver
-
clip
-
-
Constructor Details
-
ClipReference
-
-
Method Details
-
resolve
private void resolve() -
apply
-
pastEvents
- Specified by:
pastEvents
in interfaceIClip
-
getSerializedName
- Specified by:
getSerializedName
in interfaceIStringSerializable
-
hashCode
public int hashCode() -
equals
-