Skip to content

Commit

Permalink
累积更新
Browse files Browse the repository at this point in the history
  • Loading branch information
MegumiKasuga committed Aug 15, 2024
1 parent 1b05cf9 commit 3839356
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
import java.util.Collection;
import java.util.Optional;

/**
* This class is used for get properties that don't link to the block state json file.
* For its full codes, see {@link kasuga.lib.mixins.mixin.client.MixinBlockModelShaper}
* After some times of modding, I found that this type of property is really necessary.
* @param <J> the class of values of the original property.
* @param <T> the class of the original property.
*/
@Util
public class UnModeledBlockProperty<J extends Comparable<J>, T extends Property<J>> extends Property<J> {

Expand Down

0 comments on commit 3839356

Please sign in to comment.