File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/org/spongepowered/api
event/cause/entity/damage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030import org .spongepowered .api .event .cause .entity .damage .source .DamageSource ;
3131import org .spongepowered .api .registry .DefaultedRegistryType ;
3232import org .spongepowered .api .registry .RegistryTypes ;
33- import org .spongepowered .api .tag .Taggable ;
3433import org .spongepowered .api .tag .Tag ;
34+ import org .spongepowered .api .tag .Taggable ;
3535import org .spongepowered .api .util .CopyableBuilder ;
3636import org .spongepowered .api .util .Nameable ;
3737import org .spongepowered .api .util .annotation .CatalogedBy ;
Original file line number Diff line number Diff line change 2929import org .spongepowered .api .item .inventory .ItemStackLike ;
3030import org .spongepowered .api .registry .DefaultedRegistryType ;
3131import org .spongepowered .api .registry .RegistryTypes ;
32- import org .spongepowered .api .tag .Taggable ;
3332import org .spongepowered .api .tag .EnchantmenTypeTags ;
33+ import org .spongepowered .api .tag .Taggable ;
3434import org .spongepowered .api .util .annotation .CatalogedBy ;
3535
3636/**
Original file line number Diff line number Diff line change 3030
3131/**
3232 * A {@link RegistryValue} that usually resides in a single {@link RegistryType}
33- * and such this registry can be considered as "default".
33+ * and therefore this registry can be considered as "default".
3434 */
3535public interface DefaultedRegistryValue <T extends DefaultedRegistryValue <T >> extends RegistryValue <T > {
3636
You can’t perform that action at this time.
0 commit comments