Skip to content

Commit 45e5af6

Browse files
committed
DTN dedicated Animation Format: private holder methods that is not for external use
1 parent 0dce39e commit 45e5af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/doggytalents/client/entity/model/animation/DTNAnimationLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ private DogAnimationHolder(AnimationDefinition value) {
137137
this.value = value;
138138
}
139139

140-
public void update(AnimationDefinition newValue) {
140+
private void update(AnimationDefinition newValue) {
141141
this.value = newValue;
142142
}
143143

144-
public void invalidate() {
144+
private void invalidate() {
145145
this.value = null;
146146
}
147147

0 commit comments

Comments
 (0)